.logo_img {
    width: 280px;
}

@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/quicksand-regular/quicksand-regular.woff-webfont.woff2') format('woff2'),
    url('fonts/quicksand-regular/quicksand-regular.woff-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandBold';
    src: url('fonts/quicksand-bold/quicksand_bold-webfont.woff2') format('woff2'),
    url('fonts/quicksand-bold/quicksand_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trackwebfont';
    src: url('fonts/track-webfont/track-webfont.woff2') format('woff2'),
    url('fonts/track-webfont/track-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #553725 !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #250e00;
}
#mainNav {
    font-family: 'quicksandBold', Arial, sans-serif;
    background-color: #fff0d0;

}

#home {
    background: url('img/banner-bg.jpg');
    background-size: cover;
    background-position: center center;
    margin-top: 101px;
}

.banner-logo {
    width: 40%;
}

@media (max-width: 992px) {
    .banner-logo {
        width: 100%;
    }
}

.btn-online-order {
    background-color: #553725;
    border-color: #553725;
    font-size: 18px;
    width: 350px;
    height: 50px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .btn-online-order {
        background-color: #553725;
        border-color: #553725;
        font-size: 15px;
        width: 250px;
        height: 50px;
        line-height: 30px;
    }
}

#about {
    background-color: #fbf8ec;
    background-image: url("img/about-bg.png");
    background-position: 0 90%;
    background-size: 60%;
    background-repeat: no-repeat;
}

#mainNav a:hover {
    color: #983c00 !important;
}

.title-bar h3 {
    font-family: 'quicksandBold', Arial, sans-serif;
    color: #803300;
    font-size: 38px
}

.title-bar hr {


    width: 50px;
    border: 2px solid #803300;
    border-radius: 2px;
    margin: unset;
    margin-top: 0px;
}

.about-bg {
    background: url("img/about-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 10%;

}

.about-content {
    line-height: 28px;
    color: #614c3f;
}


.welcome-img {
    height: 45px;
}

.specials-box-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}


@media (min-width: 992px) {
    .about-img {
        width: 90% !important;
        margin-top: 100px;
        margin-left: 50px;
    }

    #about .container {
        padding: 80px !important;
    }

    .about-bt-content {
        margin-top: 30px;
    }

    .about-bt-content-text {
        margin-top: 30px;
    }

    .specials-box {
        padding: 0 !important;

    }

    .specials-box-item {
        /*padding: 0 !important;*/
    }

    .specials-box .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .specials-box .row {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.specials-box-item {
    margin-top: 30px;
}

.specials-box-item-text {
    padding-left: 20px;
    padding-top: 20px;
    margin: auto;
    font-size: 18px;
}

.pepper {
    width: 30px;
}

#news {
    background: #fbf8ec;
    background-image: url("img/about-bg.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.img-new {
    width: 280px;
    margin: auto;
    margin-bottom: 30px;
    height: 280px;
    background-repeat: no-repeat;
    background-position:  top center;
}

@media (max-width: 992px) {
    .img-new {
        width: 100%;

    }
}

.btn-success {
    font-family: 'quicksandBold', Arial, sans-serif;
}

.btn-instagram {
    font-size: 24px;
}

.btn-instagram i {
    margin-right: 10px;
    font-size: 28px;
}

.locations-content {
    background-color: #fbfaf3;
}

.locations-content .title-bar {
    margin-bottom: 40px;
}

.locations-map {
    padding: 0;
}

.locations-icon {
    width: 38px;
    margin-bottom: 15px;
}

.copyright {
    background-color: #fff0d0;
}

.btn-social {
    width: 42px;
    height: 42px;
    background: #803300;
    border-color:#803300 ;
}

.btn-social i {
    color: #ffffff;
}