﻿:root {
    --accent: #2a504c;
}
.body {
    background-color: #fff;
    color: #000;
}

@media (min-width: 960px) {
    .body {
        width: 900px;
        left: calc((100% - 900px)/2);
        right: calc((100% - 900px)/2);
        /*border-left: 1px solid #666;*/
        /*border-right: 1px solid #666;*/
        /*transform: translateX(-50%);*/
    }

    .m-navbar {
        width: 900px;
        /*border-right: 1px solid #666;*/
    }
}

a {
    color: var(--accent);
}

a:hover {
   color: var(--accent);
   text-decoration: underline;
}

html, body {
    background-color: #eef3f0;
}

.m-navbar {
    background-color: #000;
    border-bottom: 1px solid #ccc;
}

.m-navbar-button-icon {
    color: #fff;
}

.m-navbar-button:hover {
    background-color: #ffffff22;
}

.m-title {

    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    /*text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;*/
}

img.m-logo {
    display: inline-block;
    height: 40px;
    margin-bottom: 4px;
}

.m-menu-banner-title {
    display: none;
}


.m-menu-banner {
    border-bottom: 1px solid #ccc;
    padding-bottom: 52% !important;
    background-color: #fff;
    background-size: auto 75%;
    background-position: center center;
}

.m-menu-section.bottom-border {
    border-bottom: 1px dotted #999;
}


.m-menu-section-title {
    font-family: 'Segoe Print';
    font-weight: 700;
    color: #000;
}

.m-menu-item {
    border-color: #ccc !important;
}

.m-menu-item-title {
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.m-menu-item:hover {
    background-color: #2a504c22;
}

.m-menu-item-price {
    color: var(--accent);
}

.m-menu-section-cover {
    height: auto;
    padding-bottom: 70%;
}

.m-item-popup-window {
    background-color: #fff;
}

.m-item-popup-price {
    font-weight: 700;
    color: var(--accent);
}

.m-item-popup-sum {
    background-color: #fff;
    color: #fff;
}

.m-item-popup-photo {
    display: none !important;
}

.m-item-popup-photo-custom {
    display: block !important;
}

.card-header {
    background-color: var(--accent);
    color: #fff;
}

.card-body {
    background-color: #fff;
}

.m-footer {
    background-color: var(--accent);
    color: #fff;
}

    .m-footer a {
        color: #fff;
        text-decoration: underline;
    }

        .m-footer a:hover {
            text-decoration: underline;
        }


.text-primary {
    color: var(--accent) !important;
}

.bg-primary {
    background-color: var(--accent) !important;
    color: #FFF !important;
}

.btn-primary {
    background-color: var(--accent) !important;
    border-color: var(--accent) !important;
    color: white;
}

.border-primary {
    border-color: var(--accent) !important;
}

.bs-callout {
    border-top-color: var(--accent);
    border-right-color: var(--accent);
    border-bottom-color: var(--accent);
    border-left-color: var(--accent);
    border-right-width: 5px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--accent) !important;
    background-color: var(--accent) !important;
}
/** focus shadow pinkish **/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--accent);
}
