@import url('site.css');

/* FONTS */

@font-face {
    font-family: "Montserrat";
    src: url("../Font/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: "aAsianHiro";
    src: url("../Font/aAsianHiro.otf"), format('opentype');
}

@font-face {
    font-family: "Agradir GrandLight";
    src: url("../Font/Agrandir-GrandLight.otf"), format('opentype');
}

@font-face {
    font-family: "Breathing";
    src: url("../Font/Breathing.ttf");
}

@font-face {
    font-family: "Amsterdam One";
    font-weight: 400;
    src: url("../Font/Amsterdam One 400.ttf");
}

@font-face {
    font-family: "Amsterdam One";
    font-weight: 401;
    src: url("../Font/Amsterdam One 401.ttf");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: bold;
    src: url("../Font/SourceSansPro-Bold.otf"), format('opentype');
}
/* ----- */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Montserrat';
    background-color: #f8e9d7;
}

.navbar {
    margin: 0 !important;
}

    .navbar a {
        color: #FFF !important;
    }

.navbar-toggler {
    border: none;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    color: #FFF;
}

a {
    text-decoration: none;
    color: #FFF;
    transition: color 0.5s;
}

    a:hover {
        color: #F6F6F6;
    }


.btn-primary {
    background-color: #c99d68;
    border-color: transparent;
    color: #FFF;
    transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}

    .btn-primary:hover {
        background-color: transparent;
        border-color: #c99d68;
        color: #c99d68;
    }

.full-width-container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/*  MENU  */

.menu-header {
    font-family: "Breathing";
    text-decoration: underline;
    color: #4c1000;
    font-size: 75px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.menu-subheader {
    font-family: "Agradir GrandLight";
    text-decoration: underline;
    text-transform: uppercase;
    color: #c85b39;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu-header-secondary {
    font-family: "Breathing";
    text-decoration: underline;
    color: #4c1000;
    font-size: 75px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.menu-header-logo,
.menu-footer-logo {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
}

.menu-section-footer {
    margin-top: 100px;
    padding-bottom: 50px;
}

    .menu-section-footer h1 {
        color: white;
        letter-spacing: 10px;
        font-family: 'Source Sans Pro';
    }

    .menu-section-footer p {
        font-family: 'Amsterdam One';
        font-weight: 400;
        color: white;
        font-size: 14px;
    }

.menu-section {
    margin-left: 50px;
    margin-right: 50px;
}

    .menu-section h2 {
        font-family: "Agradir GrandLight";
        color: #4c1000;
        letter-spacing: 3px;
    }

    .menu-section p {
        font-family: "Agradir GrandLight";
        color: #c85b39;
        letter-spacing: 3px;
    }

.menu-section-secondary {
    margin-bottom: 40px;
}

.menu-annotation {
    font-size: 12px;
    color: #c95b39;
    text-transform: none !important;
}

.dish-with-toppings {
    margin-bottom: 20px !important;
}

.toppings-container h2 {
    font-size: 20px;
}

.allergens {
    padding: 0;
}

    .allergens li {
        display: inline;
    }

    .allergens img {
        width: 50px;
    }

.allergens-table {
    background-color: #ffffff75;
    border-radius: 20px;
    padding: 5px 10px 10px 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.allergens-table-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.allergens-item {
    flex-basis: 150px;
}

    .allergens-item img {
        width: 100px;
    }

    .allergens-item h2 {
        font-size: 20px;
        font-family: 'Source Sans Pro';
        text-transform: uppercase;
    }

/*.wines-container {
    background-image: linear-gradient( rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30) ), url(../img/menu_back_red.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}*/

.wines-container {
    background-color: #f8e9d7;
}

.small-bites-container,
.sharing-container,
.main-courses-container,
.desserts-container,
.wines-container,
.allergens-table-container {
    padding-top: 50px;
}

/*.small-bites-container,
.sharing-container,
.main-courses-container,
.desserts-container,
.allergens-table-container {
    background-image: linear-gradient( rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30) ), url(../img/menu_back_dark.JPEG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}*/

.small-bites-container,
.sharing-container,
.main-courses-container,
.desserts-container,
.allergens-table-container {
    background-color: #f8e9d7;
}

    .small-bites-container h2,
    .sharing-container h2,
    .main-courses-container h2,
    .desserts-container h2 {
        text-decoration: none;
    }

    .sharing-container h1,
    .main-courses-container h1,
    .desserts-container h1 {
        margin-top: 0;
    }

.sushi-table-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.desserts-title {
    margin-top: 100px !important;
}

/* ------ */

.copy-footer {
    background-color: #000;
    color: #FFF;
    padding-left: 50px;
}

.home-logo {
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
}

.home-img {
    align-content: center;
    height: 100vh;
    background-image: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(../img/nakama01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .home-img .btn {
        width: 10%;
        margin-top: 20px;
    }


.reservations-section {
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
}

    .reservations-section h1,
    .reservations-section p {
        color: #FFF;
    }

    .reservations-section img {
        width: 100%;
    }

    .reservations-section .text-section {
        align-content: center;
        background-image: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(../img/nakama02.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 0;
    }

    .reservations-section .image-section {
        padding: 0;
    }

    .reservations-section .btn {
        width: 20%;
        margin-top: 20px;
    }

.map-section {
    background-color: #000;
}

.reservations-container {
    background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url(../img/nakama04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    color: #FFF;
}

    .reservations-container .text-section {
        align-content: center;
        padding: 0;
    }

    .reservations-container .alert {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 20px;
    }

.reservations-cancelled-container {
    background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url(../img/nakama04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    color: #FFF;
    align-content: center;
}

    .reservations-cancelled-container .btn {
        margin-left: 40%;
        margin-right: 40%;
        width: 20%;
    }

.reservations-form-container {
    align-content: center;
    padding: 0;
    margin-top: 50px;
}

    .reservations-form-container .form-group {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .reservations-form-container select {
        width: 100%;
    }

    .reservations-form-container .btn-submit {
        margin-top: 20px;
        margin-right: 25%;
        margin-left: 25%;
        width: 50% !important;
        margin-bottom: 20px;
    }

.datepicker-cell,
.dow {
    color: #000;
}

    .datepicker-cell.selected,
    .datepicker-cell.selected:hover {
        background-color: #c99d68 !important;
    }

.small-text {
    color: #A3A3A3;
    font-size: 12px;
}

.privacy-form-group {
    margin-top: 20px;
}

    .privacy-form-group input {
        accent-color: #c99d68;
    }

.privacy-link {
    color: #c99d68;
    text-decoration: underline;
}

.hidden-element {
    display: none;
}

.privacy-container {
    margin: 50px 50px 100px 50px;
}

.login-container {
    background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url(../img/nakama02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    color: #FFF;
    align-content: center;
}

    .login-container .alert {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 20px;
    }

    .login-container .form-group {
        margin: 20px 20%;
        width: 60%;
    }

    .login-container .btn {
        width: 40%;
        margin: 20px 30%;
    }

.reservations-list-container {
    background-image: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url(../img/nakama01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    align-content: center;
}

    .reservations-list-container h1 {
        margin-bottom: 20px;
    }

    .reservations-list-container .table {
        background-color: #FFF;
        color: #000;
        border-radius: 10px;
    }

    .reservations-list-container td {
        border: none !important;
    }

    .reservations-list-container .alert {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 20px;
    }

.no-border {
    border: none !important;
}

@media screen and (max-width: 767px) {
    .copy-footer {
        padding-left: 20px;
    }

    .reservations-section .text-section {
        height: 250px;
    }

    .reservations-section .btn {
        width: 30%;
    }

    .reservations-container .text-section {
        margin-top: 50px !important;
    }

    .reservations-form-container {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }

    .reservations-list-container {
        height: 100%;
    }

    .form-select-options {
        margin-top: 20px;
    }

    .home-logo {
        width: 50%;
        margin-right: 25%;
        margin-left: 25%;
    }

    .home-img .btn {
        width: 20%;
    }

    .tables-availability-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*  MENU  */
    .menu-header,
    .menu-header-secondary {
        font-size: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .menu-subheader {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .menu-header-logo,
    .menu-footer-logo {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }

    .menu-section {
        margin-left: 20px;
        margin-right: 20px;
    }

        .menu-section h2 {
            font-size: 18px;
        }

        .menu-section p {
            font-size: 10px;
        }

    .allergens img {
        width: 30px;
    }

    .allergens-item {
        flex-basis: 100px;
    }

        .allergens-item img {
            width: 50px;
        }

        .allergens-item h2 {
            font-size: 16px;
        }
    /* ------ */
}
