@font-face {
    font-family: "mandarin";
    src: url(/static/fonts/mandarin.ttf) format("truetype");
}


.navbar-brand.logo-text, .navbar-brand.logo-text:hover {
    font-family: 'mandarin';
    font-size: 2.5rem;
    color: red;
}


.navbar li a {
    color: #000000;
    font-family: 'Roboto';
    font-weight: bold;
}

/* center nav bar text */
.navbar-collapse {
  text-align:center;
}

/* underline animation */
.nav-link {
  position: relative;
  color: #000000;
  text-decoration: none;
}

.nav-link:hover {
  color: #000000;
  text-decoration: none;
}

.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(0.65);
}

.header-contact {
    background-color: #373948;
}

.header-contact a {
    text-decoration: none;
    color: #f6f3fb;
    font-weight: bold;
    font-size: 1.25rem;
}

.header-contact a:hover {
    color: #9a9a9a;
    text-decoration: none;
}

.header-contact .header-hours {
    color: #f6f3fb;
    text-align: right;
}

.header-contact .header-hour-text {
    font-weight: bold;
    font-size: 1.25rem;
    display: inline;
}

.header-notice {
    background-color: #f30000;
    padding: 1rem 1rem 0.1rem;
}

.header-notice p {
    color: #f6f3fb;
    font-weight: bold;
    font-size: 1rem;
}

@media (min-width: 1200px) {
  .container-fluid {
    width: 1200px;
  }
}

.scroll-icon {
    color: #ffffff;
    margin-top: -2.25rem;

    border-radius: 50%;

    width: 3rem;
    height: 3rem;
    padding: 0.5rem;

    background: #262731;

    color: #9a9a9a;
    text-align: center;

    position: relative;
}



.footer-top{
    background-color: #21222b;
    padding-bottom: 3.25rem;
    position: relative;
}

.footer-items h4 {
    color: #ffffff;
    font-family: 'Roboto Condensed';
    font-size: 1.125rem;
    padding-top: 1rem;
}

.location-icon, .time-icon, .nav-icon {
    font-size: 1rem;
    color: #ffffff;
}

.download-icon {
    font-size: 1.5rem;
    color: #000000;
}

.footer-items ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    font-size: 0.875rem;
}

.footer-items a {
    color: #ffffff;
    text-decoration: none;
}

.footer-items a:hover {
    color:#9a9a9a;
    text-decoration: none;
}

.menu .sitemap {
    padding-top: 10px;
    color: #ffffff;
}

.location .location{
    padding-top: 10px;
    color: #ffffff;
}

.footer-items .lunch {
    padding-top: 0.75rem;
}

.footer-items h5 {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 0.875rem;
}

.footer-items .dinner {
    padding-top: 3.625rem;
}

.footer-items .hours .table-hours {
    width: 14.375rem;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 0.875rem;
}

.footer-items .hours .table-lalign {
    margin: 0px;
}

.footer-bottom {
    background-color: #262731;
    padding: 1.5rem 0;
    text-align: center;
}

.copyright {
    color: #9a9a9a;
    font-family: 'Roboto';
    font-size: 0.875rem;
}



.page-content {
    background-color: #f8f8ff;
}

.nav-menu-btn {
    background-color: transparent;
    border-color: #ffffff;
    transition: all .5s;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

.nav-menu-btn:hover, .nav-menu-btn:active, .nav-menu-btn:focus,
 .nav-menu-btn:target, .nav-menu-btn:active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

@media (max-width: 575px) {
    .buffet-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/buffet-575w-min.jpg");
    }
    .menu-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/menu-575w-min.jpg");
    }
    .catering-section {
         background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/catering-575w-min.jpg");
    }

    .about-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/table-575w-min.jpg");
    }
    .buffet-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/buffet-575w-min.jpg");
    }
    .menu-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/menu-575w-min.jpg");
    }
    .catering-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/catering-575w-min.jpg");
    }
    .contact-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/restaurant-575w-min.jpg");
    }
}

@media (min-width: 576px) and (max-width: 1024px) {
    .buffet-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/buffet-1024w-min.jpg");
    }
    .menu-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/menu-1024w-min.jpg");
    }
    .catering-section {
         background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/catering-1024w-min.jpg");
    }

    .about-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/table-1024w-min.jpg");
    }
    .buffet-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/buffet-1024w-min.jpg");
    }
    .menu-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/menu-1024w-min.jpg");
    }
    .catering-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/catering-1024w-min.jpg");
    }
    .contact-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/restaurant-1024w-min.jpg");
    }
}

@media (min-width: 1025px) and (max-width: 1920px) {
    .buffet-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/buffet-1920w-min.jpg");
    }
    .menu-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/menu-1920w-min.jpg");
    }
    .catering-section {
         background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/catering-1920w-min.jpg");
    }

    .about-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/table-1920w-min.jpg");
    }
    .buffet-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/buffet-1920w-min.jpg");
    }
    .menu-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/menu-1920w-min.jpg");
    }
    .catering-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/catering-1920w-min.jpg");
    }
    .contact-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/restaurant-1920w-min.jpg");
    }
}

@media (min-width: 1921px) {
    .buffet-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/buffet-min.jpg");
    }
    .menu-section {
        background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/menu-min.jpg");
    }
    .catering-section {
         background:
            linear-gradient(
                rgba(0, 0, 0, 0.35),
                rgba(0, 0, 0, 0.35)
            ),
            url("/static/images/catering-min.jpg");
    }

    .about-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/table-min.jpg");
    }
    .buffet-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/buffet-min.jpg");
    }
    .menu-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/menu-min.jpg");
    }
    .catering-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/catering-min.jpg");
    }
    .contact-background {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.5)
            ),
            url("/static/images/restaurant-min.jpg");
    }
}

@media (max-width: 991px) {
    .footer-items .menu {
        display: none;
    }

    .header-contact .header-hours {
        text-align: left;
    }

    .header-contact .header-hour-text {
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .footer-items .dinner {
        padding-top: 0.75rem;
    }
}

.about-background, .buffet-background, .menu-background, .catering-background, .contact-background {
    background-position: 25% bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    min-height: 31.25rem;
    padding-top: 25rem;
}

.page-title {
    font-family: 'Roboto Condensed';
    color: #ffffff;
    font-size: 3.125rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.buffet-section, .menu-section, .catering-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 31.25rem;
    text-align: center;
    vertical-align: middle;
}

.buffet-info, .menu-info, .catering-info {
    padding-top: 11rem;
}

#mapCanvas {
    height: 30rem;
    width: 100%;
}

.about-content {
    text-align: center;
    padding-top: 3.125rem;
    padding-bottom: 4rem;
}

.about-content .about-intro {
    margin: auto;
    text-align: center;
    max-width: 31.25rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid;
}

.about-content .menu {
    padding-top: 2.5rem;
}

.nav-link.text-link:hover:before {
  transform: scaleX(0.1);
}



.buffet-content, .gallery-content {
    text-align: center;
}

.buffet-content h3, gallery-content h3 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    padding-top: 3.125rem;
    font-size: 1.5rem;
}

.buffet-content .table-hours {
    font-size: 0.875rem;
    width: 14.375rem;
    margin: 0 auto;
    font-family: 'Roboto';
}

.lunch-buffet-price {
    padding-top: 2rem;
}

.lunch-buffet-price .age-group, .lunch-buffet-price .buffet-price {
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 1.125rem;
}

.lunch-buffet-price .fineprint {
    font-family: 'Roboto';
    font-size: 0.75rem;
}

.lunch-buffet-items h4, .gallery-items h4 {
    font-size: 1.125rem;
}

.lunch-buffet-items .row, .gallery-items .row {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.lunch-buffet-items .item-name, .gallery-items .item-name {
    font-family: 'Roboto Condensed';
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
}


.menu-content {
    padding-top: 3.125rem;
    padding-bottom: 4rem;
}

.menu-content .download {
    font-family: 'Roboto';
    font-size: 1.125rem;
    padding-bottom: 1rem;
}

.menu-content .download a, .catering-content .download a {
    color: black;
    text-decoration: none;
}

.menu-content .download a:hover, .catering-content .download a:hover {
    text-decoration: none;
}

.menu-content .disclosure {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 0.75rem;
}

.menu-content .menu-img {
    width: 100%;
}

.menupdfss {
    margin: 0;
}

.catering-intro {
    text-align: center;
    font-size: 1rem;
}

.catering-menu h1 {
    padding-top: 1.5rem;
    text-align: center;
    font-size: 2rem;
}

.catering-menu h5 {
    text-align: center;
    text-decoration: underline;
    font-size: 1rem;
}

.catering-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1rem;
}

.catering-content {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
}

.catering-content .download {
    text-align: center;
    padding-top: 2rem;
    font-family: 'Roboto';
    font-size: 1.125rem;
}

.catering-content .catering-intro a, .contact-content .contact a {
    text-decoration: none;
}

.catering-content .catering-intro a:hover, .contact-content .contact a:hover {
    text-decoration: underline;
}

.contact-content {
    text-align: center;
}

.contact-content .hours h3 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    padding-top: 1rem;
}

.contact-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.contact-content {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
}

.contact-content .section-title {
    padding-top: 3.125rem;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 2rem;
}

.contact-content .table-hours {
    width: 14.375rem;
    margin: 0 auto;
    color: #000000;
    font-family: 'Roboto';
    font-size: 0.875rem;
}

.contact-content .table-hours tr {
    margin-top: 0px;
    margin-bottom: 0px;
}