/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  background-color: #2f0c0d;
  color: #5a5a5a;
  font-family: 'Lato', sans-serif;
  margin: 0; }

main > .container#home {
  padding: 60px 15px 0; }

.row {
  --bs-gutter-x:0; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10; }

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center; }

.marketing h2 {
  font-weight: 400; }

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem; }

/* rtl:end:ignore */
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */ }

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem; }

#home-content {
  max-height: 660px;
  overflow: hidden; }

#logo {
  height: 60px; }

.bg-light {
  background-color: #fff !important; }

.navbar-light .navbar-nav .nav-link {
  color: #2f0c0d;
  text-transform: uppercase; }

.navbar li {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 13px;
  font-weight: bold; }

.navbar-light .navbar-nav .nav-link#btn_order_now {
  background-color: #2f0c0d;
  color: #fff;
  border-radius: .2rem;
  text-align: center; }

.navbar-light .navbar-nav .nav-link#btn_order_now:hover {
  background-color: #791f21; }

footer {
  position: fixed;
  height: 3rem;
  bottom: 0;
  width: 100%;
  background-color: #ce975f; }
  footer a {
    color: #fff;
    margin-right: 1rem;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase; }
  footer a:hover {
    color: #ccc; }
  footer #social a {
    font-size: 1.4rem; }

/* Content */
#main-content {
  background-color: #fff;
  padding-bottom: 4rem; }

.page-content {
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 4rem;
  margin-top: -3rem; }

/* HOME */
.jf_location {
  padding: 2rem;
  margin: 2rem;
  border: 1px solid #2f0c0d;
  border-radius: .2rem;
  text-align: center; }
  .jf_location a {
    text-decoration: none;
    color: #5a5a5a; }
  .jf_location a:hover {
    color: rgba(0, 0, 0, 0.5); }
  .jf_location h2 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem; }
  .jf_location h3 {
    font-size: 1.1rem;
    margin-bottom: 1.2rem; }
  .jf_location h4 {
    font-size: 1rem;
    margin-bottom: 2.5rem; }
  .jf_location i {
    margin-left: .5rem; }
  .jf_location .btn {
    border-color: #2f0c0d;
    width: 10rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #2f0c0d; }
  .jf_location .btn:hover {
    background-color: #fff;
    color: #2f0c0d; }

/* pages */
.pages {
  background-size: cover;
  color: #fff;
  margin-top: 26px; }
  .pages h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem; }

#head-locations {
  background: transparent url("/assets/images/about_dragon.jpg") no-repeat top center fixed;
  background-size: cover; }

#head-our-story {
  background: transparent url("/assets/images/about-fishes.jpg") no-repeat top center fixed;
  background-size: cover; }

#head-menus-uws {
  background: transparent url("/assets/images/menus_peking_duck.jpg") no-repeat top center fixed;
  background-size: cover; }

#head-contact {
  background: transparent url("/assets/images/jf-chinatown.jpg") no-repeat top center fixed;
  background-size: cover; }

#head-signup {
  background: transparent url("/assets/images/sign_up_restaurant.jpg") no-repeat top center fixed;
  background-size: cover; }

.menu h2 {
  font-size: 1.5rem;
  text-decoration: underline;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem; }
.menu h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1.2rem;
  margin-bottom: .8rem; }
.menu ul {
  margin-left: 0;
  padding-left: 0; }
  .menu ul li {
    margin-left: 0;
    margin-bottom: .8rem;
    padding-left: 0;
    list-style: none; }
.menu img {
  width: 100%;
  display: block; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4; }

  .featurette-heading {
    font-size: 50px; } }
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem; } }
@media (min-width: 1387px) {
  .carousel-indicators {
    bottom: 220px; }

  .carousel-control-next, .carousel-control-prev {
    bottom: 220px; } }
