.fh5co-nav #fh5co-logo img {
    width: 10rem;

}

.scrolled #fh5co-logo img {

    height: 8.5rem;
    opacity: 0;
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 1;

}


#fh5co-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;

}

@media screen and (max-width: 768px) {
    #fh5co-header, .fh5co-cover {
        padding: 0 0;
        height: 46rem;
    }

    .hero-text h1 {
        font-size: 4rem !important;
    }
}

#fh5co-footer {
    padding-top: 1rem;
}

.btn-primary.btn-outline {
    background: rgba(255, 69, 0, 0.51);
    font-weight: bold;
}

.fh5co-nav #fh5co-logo img {
    width: 15rem;
}


.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.fh5co-loader img {
    width: 20rem;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #e85219;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #e85219, 0 0 5px #e85219;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #e85219;
    border-left-color: #e85219;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}


@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.menu-box {
    margin-top: 200px;
    color: white;
    margin-bottom: 100px;
}

.menu-box h2 {
    color: #C96;
}

.menu-box h5 {
    color: rgba(255, 255, 255, 0.77);
}

#subnav a.active {
    color: #c96;
    background: url(http://mizusushihibachi.com/images/arrow_orange.gif) no-repeat left center;
    padding-left: 20px;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#subnav dt a {
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
    margin: 10px;
    margin-top: 5px;
    padding: 0px 0px 5px 10px;
    background: url(http://mizusushihibachi.com/images/arrow_teal.gif) no-repeat left center;
    padding-left: 20px;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.menubg {
    background: url(http://mizusushihibachi.com/images/menu_bg.png);
}

.maindiv2 h1 {
    text-align: left;
    font-weight: bold;
    color: #C96;
    margin-bottom: 0px;
    margin-top: 10px;
}

h1.menu-title {
    padding-left: 15px;
    color: #C96;
}

.menu-box h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #C96;
    margin-left: 10px;
}

.maindiv2 h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 23px;
    color: #C96;
    margin-bottom: 0px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .menu-box {
        margin-top: 100px;
    }
}

