
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-weight: 700;
    background-color: #B98C5F;

}

.navbar-nav .nav-link {
    font-weight: normal;
    text-transform: none;
}

#mainNav .navbar-brand {
    color: #ffffff;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #ffffff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: yellow;
}


#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: yellow;
}

#mainNav .navbar-toggler {
    font-size: 1.5rem;
    color: #ffffff;
}

@media (min-width: 992px) {
    #mainNav .navbar-nav li.nav-item a.nav-link {
        color: #ffffff;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #mainNav {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: font-size 0.3s;
    }

    #mainNav .navbar-nav {
        margin-top: 0;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
        color: yellow;
        background: transparent;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: yellow;
        background: transparent;
    }

    #mainNav.navbar-shrink {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    #mainNav .navbar-nav li.nav-item.nav-item-dot a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.masthead {
    height: 750px;
    background-color: transparent !important;
    background-image: url('image/bg.jpg');
    background-size: cover;
    padding-top: 230px;
    background-position: center bottom;
}

.masthead-border {
    width: 400px;
    border-top: 2px #B98C5F solid;
}


.masthead-content {
    font-size: 24px;
    color: black;
}

.btn-order {
    font-size: 24px;
    text-transform: uppercase;
    background-color: #E0931E;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;


    padding: 0 4rem;

    border-color: #E0931E;
    color: white;
    height: 58px;
    line-height: 58px;
    border-radius: 0;

}

.btn-order:hover {
    color: wheat;
}


@media (min-width: 992px) {
    .page-section .page-section-heading {
        font-size: 46px;
        font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
        text-transform: none;
        line-height: 2.5rem;
        font-weight: normal;
        color: #B98C5F;
    }
}

#about {
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: left top;

}

.masthead-border-slog-box .masthead-border {
    width: 200px
}

.page-section-content {
    font-size: 23px;
    width: 360px;
}

.masthead-border-slog {
    font-size: 23px;
    color: #B98C5F;
    text-align: center;
}

.about-img {
    border: 10px solid #ffffff;
    width: 450px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.49);


}

.about-text {
    font-family: Times, sans-serif;
    width: 720px;
    text-transform: none;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .about-text {
        font-family: Times, sans-serif;
        width: 90%;
        text-transform: none;
        font-size: 1.25rem;
    }
}

.masthead-logo {
    width: 450px;
}

@media (max-width: 768px) {
    .masthead-logo {
        width: 80%;
        margin: auto;
    }

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

    .masthead-border {
        width: 80%;
        border-top: 2px #B98C5F solid;
    }

    .page-section-content {
        font-size: 23px;
        width: 90%;
        margin: auto;
    }
}

#menu {
    background-color: #aba9a6;
    background-image: url(image/gallery-bg2.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

#menu h2 {
    color: white;
}

.gallery-box {
    height: 900px;
    padding: 20px 0;
}


.img-box {
    width: 100%;

    padding: 12px 0;
}

.img-box a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 2px;


}

.gallery-box .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
}


.img-box1 {
    height: 30%;
}

.img-box2 {
    height: 30%;
}

.img-box3 {
    height: 40%;
}

@media (max-width: 768px) {
    .gallery-box {
        height: auto;
    }

    .gallery-box .img-box {
        height: 280px !important;
    }
}

#gallery {
    background-color: #B98C5F;
    color: white;
}

.gallery_main-box {
}

.gallery_main-box .col-md-4 {

    margin-bottom: 20px;
}

@media (min-width: 882px) {
    .gallery_main-box .col-md-4 {
        padding: 0 10px;
    }
}


.gallery_main-box .col-md-4 a {
    height: 200px;
    display: block;
    width: 100%;
    border: solid 4px #ffffff;
    background-size: cover !important;
    background-position: center center;
}

#gallery {

}


.footer {
    background-color: #ffffff;
    background-size: cover;
    font-family: Times, sans-serif;
    color: black;
    background-position: center top;
}

.footer h3 {

    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: white;
}

.footer-contact {
    background-color: transparent;
    height: 580px;

}

.map-iframe {
    height: 580px;
}

.google-map {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}

.footer-contact-box {
    width: 100%;
    right: 0;
    top: 0;
    height: 580px;
    background-color: rgba(224, 147, 30, 0.82);
    z-index: 1;
}

@media (max-width: 768px ) {


    #mainNav .navbar-nav li.nav-item.nav-item-dot {
        display: none;
    }

    .footer {
        padding-bottom: 1rem;
        color: black;
    }

    #about {
        padding-top: 20px;
    }

    .masthead {
        height: 650px;
    }
}

.footer-text {
    font-size: 16px;
}

.contact-border {
    width: 90px;
    border-top: 2px #AD7013 solid;
    margin: 0;

}

.footer-contact-text {
    font-size: 18px;
}


.social-buttons a {
    color: white;
    width: 30px;
    height: 30px;
}

.svg-inline--fa {
    width: 30px !important;
    height: 30px !important;
}