/*.white-bg .menu-list {*/
/*    color: #FFF;*/
/*}*/
.white-bg {
    padding: 70px 0 20px 0 !important;
}
#topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
#topnav.sticky {
    background: rgba(255,255,255,0.9);
}
#topnav.sticky ul li a {
    color: #000;
}
#topnav.sticky .logo-dark {
    display: block;
}

#topnav.sticky .logo-light {
    display: none;
}
.go-top {
    opacity: 1;
    visibility: visible;
    width: 140px;
    height: 140px;
}
.go-top a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.section.parallax-bg {
    min-height: 650px;
}
.go-top a i {
    font-size: 70px;
    margin-top: -7px;
}
.go-top:hover {
    background-color: #aa9478;
}
.go-top:hover a i {
    color: #fff;
}
.menupage section#menu {
    height: 80vh;
}
.homepage .menu__intro:before {
    content: none;
}
section#story {
    text-align: center;
}
section#story .container {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
section#story {
    padding: 120px 0px !important;
    background-position: top left;
    background-size: cover;
    background-color: #e8e1db;
}
section#story img {
    max-height: 640px;
}
section#menuPage,
section#catering,
section#gallery,
.menu__container {
    padding: 120px 0 !important;
}
@media (max-width: 1280px) {
    section#story {
        background-position: 60% 50%;
    }
}
@media (max-width: 700px) {
     section#story {
        padding: 90px 0 !important;
     }
     section#story {
         background-image: none !important;
     }
    section#story img {
        display: none;
    }

    section#story div[class^="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
     section#story .col-sm-6.col-md-offset-1 {
        display: none;
    }
}