.logo {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 111111;
}


@media only screen and (max-width: 576px) {
    .logo {
        width: 25%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        z-index: 111111;
    }
}

@media (max-width: 768px) {
    .button-mobile {
        display: none !important;
    }
}

.menu-title {
    width: 80%;
}

.swiper-container-box {
    height: 550px;
    width: 100%;
    margin: auto;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFF6CE;
}

.swiper-pagination-bullet {
    width: 96px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #FFBF30;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-container {
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

}

.swiper-slide .swiper-slide-img {
    width: auto;
    height: 90%;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.swiper-slide-active .swiper-slide-img {
    margin-left: 50px;
    margin-right: 10px;
}

.swiper-slide-next .swiper-slide-img {
    margin-right: 50px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .swiper-container-box {
        height: 320px;
        width: 100%;
    }
}

.nav-link a {
    font-size: 20px;
    padding: 25px 0;
}


.logo {
    width: 150px !important;
}

.home-box {
    max-width: 1225px;
    margin: auto;
    height: 100%;
    position: relative;
}

.nav-link {
    position: absolute;
    top: 10%;
    right: 0;
    display: block;
    transition: color ease 0.3s;
}


.nav-link a.order-btn, .order-btn {
    font-family: "Avenir Next", sans-serif;
    font-weight: 300;
    border: solid 1px #AF8527;
    color: #D5A22E;
    padding: 15px 20px;
}

#about {
    max-width: 1225px;
    display: flex;
    margin-top: 50px;
}

.about-item {
    width: 50%;
}

#about .about-img {
    width: 95%;
    margin: auto;
}

.about-item h1 {
    font-family: "Avenir Next", sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.menu-image {
    padding-top: 50px;
}

.about-item .intro {
    font-size: 18px;
    font-family: Raleway, sans-serif;
    line-height: 24px;
}

.menu-display li {
    padding: 5px 0;
}

#menu {
    max-width: 1225px;
    height: 540px;
    margin: auto;
    margin-top: 50px;
}

.order-btn-bar {
    height: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
}

.order-btn-bar .order-btn2 {
    width: 420px;
    display: inline-block;
    margin: auto;
    border: solid 1px #AF8527;
    color: #D5A22E;
    padding: 0;
    font-family: "Avenir Next", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    height: 61px;
    line-height: 61px;
}

#menu .title {
    padding-left: 0;
}

.location-title, .hour-title {
    font-family: "Avenir Next", sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.location-contact-map .if {

}

.order-back-bar a {
    display: inline-block;
    margin: auto;
    border: solid 1px #AF8527;
    color: #D5A22E;
    padding: 0;
    width: 200px;
    font-family: "Avenir Next", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.order-back-bar {
    text-align: right;
    max-width: 1225px;
    margin: auto;
}

.nav-flex {
    position: fixed;
    width: 100%;
    background-color: black;
    display: none;
    top: 0;
    z-index: 111111;
    left: 0;
    height: 108px;

}

.nav-flex-box {
    display: flex;
    width: 1225px;
    height: 100%;
    margin: auto;
}

.nav-flex-links {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.nav-flex-links a {
    margin: 0 25px;
}

.nav-flex-logo {
    width: 60px;
    margin-top: 10px;
}

.nav-flex .item {
    width: 50%;
}


.nav-flex-links a {
    display: inline-block;
    font-size: 20px;
}

.nav-flex-links a.order-btn {
    font-family: "Avenir Next", sans-serif;
    font-weight: 300;
    border: solid 1px #AF8527;
    color: #D5A22E;
    padding: 15px 20px;
}

@media (max-width: 768px) {
    #home {
        height: 550px;
    }

    .nav-link a {
        display: inline-block;
    }

    .logo {
        width: 150px !important;
    }

    .link-title {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .nav-link a.order-btn, .order-btn {
        width: 180px;
    }

    #home {
        margin-left: 0;
    }

    .about-item {
        width: 100%
    }

    #about {
        padding: 15px;
        flex-direction: column;
    }

    .about-item-img {
        text-align: center;
    }

    #about .about-img {
        width: 100%;
        margin: auto;
    }

    .swiper-pagination-bullet {
        width: 5%;
        height: 4px;
        display: inline-block;
        border-radius: 2px;
        background: #FFBF30;
    }

    .about-item-img img {
    }

    .swiper-container-box {
        height: 300px;
        width: 100%;
    }

    .swiper-slide-active .swiper-slide-img {
        margin-left: 50px;
        margin-right: 50px;
    }

    .about-item-text {
        order: -1;
    }

    .column.menu {
        width: 100%;
    }

    #location {
        margin-top: 50px;
    }

    #menu {
        height: auto;
        padding: 15px;
    }

    #location {
        padding: 15px;
    }

    .location-info {
        margin: 0;
        height: auto;
    }

    .location-contact-map {
        width: 100%;
    }

    .location-contact-map iframe {
        width: 100% !important;
    }

    .order-btn-bar .order-btn2 {
        width: 75%;
    }

    .order-back-bar {
        padding-top: 10px;
        text-align: center;
    }

    #location {
        padding: 15px;
        height: 750px;
    }

    .footer {
        padding: 15px;
        flex-direction: column;
    }

    .footer .footer-item {
        width: 100%;
        text-align: left !important;
        padding: 0;
        font-size: 12px;
    }

    .nav-flex .item {
        width: auto !important;
    }

    .nav-flex-links a {
        font-size: 12px;
    }

    .nav-flex-logo {
        width: auto;
        height: 50px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-flex {
        height: 76px;
    }

    .nav-flex-links a.order-btn {
        width: 100px;
        padding: 0;
        line-height: 36px;
        text-align: center;
        height: 36px;
    }

    .nav-flex-links a {
        margin: 0 10px;
    }
}
.swiper-button-prev, .swiper-button-next {
    color: #FFBF30;
}
@media (max-width: 321px) {
    .nav-flex-links a {
        margin: 0 3px;
    }
}

.order-back-img {
    width: 28px;
    margin-right: 10px;
}
