@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&display=swap');

.body {
    background-color: #FFFFF8;
    color: #333333;
}

@media (min-width: 920px) {
    .body {
        width: 840px;
        left: calc((100% - 840px)/2);
        right: calc((100% - 840px)/2);
        /*border-left: 1px solid #666;*/
        /*border-right: 1px solid #666;*/
        /*transform: translateX(-50%);*/
    }

    .m-navbar {
        width: 840px;
        /*border-right: 1px solid #666;*/
    }
}

a {
    color: #3b6582;
}

html, body {
    background-color: #333;
    font-family: 'Bitter', serif;
}

.m-navbar {
    background-color: #000;
    border-bottom: 1px solid #666;
    height: 60px;
}

.m-navbar-button:hover{
    background-color: #666;
}

.m-navbar-button-icon {
    color: #FFFFF8;
}



.m-title {
    word-spacing:0.1em;
    color: #eee;
}

.m-menu-banner-title {
    display: none;
}


.m-menu-banner {
    display: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 42% !important;
    background-color: #000;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 640px) {
    .m-menu-banner{
        height: 210px;
    }
}

.m-menu-section.bottom-border {
    border-bottom: 1px dotted #333;
}


.m-menu-section-title {
    color: #5b4133;
}

.m-menu-item-title {
    font-weight: 400;
    text-transform: uppercase;
}

.m-menu-item:hover {
    background-color: #DDDDD6;
}

.m-item-popup-window {
    background-color: #FFFFF8;
}

.m-item-popup-sum {
    background-color: #fff;
    color: #fff;
}

.m-item-popup-price {
    margin-top: 0.25em;
    font-weight: 700;
}

.m-item-popup-photo {
    display: none;
}

.m-item-popup-photo-custom {
    display: block !important;
}

.card-header {
    background-color: #DDDDD6;
}

.card-body {
    background-color: #FFFFF8;
}

.m-footer {
    background-color: #DDDDD6;
}


.text-primary {
    color: #5b4133 !important;
}

.bg-primary {
    background-color: #5b4133 !important;
    color: #FFF !important;
}

.btn-primary {
    background-color: #5b4133 !important;
    border-color: #5b4133 !important;
    color: white;
}

.border-primary {
    border-color: #5b4133 !important;
}

.bs-callout {
    border-top-color: #5b4133;
    border-right-color: #5b4133;
    border-bottom-color: #5b4133;
    border-left-color: #5b4133;
    border-right-width: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5b4133 !important;
    background-color: #5b4133 !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #5b4133;
}

/* SEARCH */

html, body {
    scroll-behavior: smooth;
}

.m-search {
    padding: 10px 15px 5px 15px;
    /*border-bottom: 1px solid #ccc;*/
}

#m-query {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.35em 0.5em;
}

    #m-query::placeholder {
        color: #aaa;
    }

    #m-query:focus {
        border-color: #666;
    }

.m-search-results {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

    .m-search-results .m-menu-item:last-child {
        border-bottom: none;
    }