/*Enter Custom  CSS Here*/


img#logo-home {
    width: 70% !important;
}

a#logo-a {
    text-align: center;
}


.about_center {
    margin-top: 30px;
}


.about_center_joe h2 {
    text-align: center;
}

.about_center_joe p {
    text-align: center;
}


.slider_h3 {
    color: #ffffff !important;
}


.icon {
    background-color: #0000FF;
}

.footer {
    background-color: #000000 !important;
}

body .accent-1 {
    background-color: #000000 !important;
}

h1.h1-page-title,
.h4-title {
    color: #e0c897 !important;
}


.menu-items .card {
    border: none;
}

.menu-items .card-text:last-child {
    margin-bottom: 30px;
}

.menu-items .card-text {
    margin-bottom: 30px;
}

.menu-items .p-title {
    margin-top: 20px;
}

.menu-items .border_menu {
    border: 0.3px solid;
}


.menu-items .card-body {
    padding-left: 0px !important;
}


.food-menu-grid-item {
    padding-left: 0;
    padding-right: 0;
}

.food-menu-grid-item-content {}

.food-menu-grid-item-content {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 0;
    margin-top: 40px;
    margin: 10px 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.food-menu-grid-item-content h3 {
    text-align: center;
    margin-bottom: 20px;
}


.btn-primary-new {
    border-bottom: 1px solid;
    border-radius: 0;
    display: inline-block;
    /* width: unset; */
    padding: 10px 0 10px 0;
    margin-top: 30px;
}

.btn-block {
    width: 100%;
}

.modal-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    line-height: 1;
    font-size: 2.25rem;
}


.january {
    margin-left: 20rem;
}






@media only screen and (max-width: 1200px) {
    .january {
        margin-left: 9rem;
    }
}


@media only screen and (max-width: 991px) {
    .january {
        margin-left: 2rem;
    }

    .modal-title {
        font-size: 28px;
    }
}












/* .modal-header .btn-close {
    background: #000000;
    opacity: 1;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 90%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 90%;
}

.modal-header .btn-close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
} */