body {
  font-family: "Roboto Slab", serif;
}

.home-carousel-text-c {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.home-carousel-text-c .hc-statement {
  font-size: 3.5em;
  text-shadow: 1px 1px 9px #422d1f;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  /* For mobile phones: */
  .home-carousel-text-c .hc-statement {
    white-space: unset;
    font-size: 2.5em;
  }
}

#section-menu {
  box-shadow: 0px 3px 8px 0px silver;
  z-index: 1;
}

.hc-address {
  margin-top: 50px;
}

.hc-address div {
  text-align: center;
}

.hc-cap > h5,
.hc-cap > p {
  /* background: #d6d6d6; */
  text-shadow: 0px 0px 5px #000000;
}

.hc {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hc-img0 {
  background-image: url(../images/restaurant/1900x1200/bg-0.jpg) !important;
}
.hc-img1 {
  background-image: url(../images/restaurant/1900x1200/bg-1.jpg) !important;
}
.hc-img2 {
  background-image: url(../images/restaurant/1900x1200/bg-2.jpg) !important;
}
.hc-img3 {
  background-image: url(../images/restaurant/1900x1200/bg-3.jpg) !important;
}
.hc-img4 {
  background-image: url(../images/restaurant/1900x1200/bg-4.jpg) !important;
}

.checked {
  color: orange;
}

/*overrides*/

.pb_navbar.scrolled .navbar-toggler {
  border: none;
  color: rgba(232, 232, 232, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding-right: 0;
}
.pb_navbar.scrolled.pb_scrolled-light {
  background: #000000 !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a {
  color: #ffa90c !important;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a:hover,
.pb_navbar.scrolled.pb_scrolled-light ul li a:active,
.pb_navbar.scrolled.pb_scrolled-light ul li a:focus {
  color: #ffffff !important;
  background: #1d0e01;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a.active {
  color: #b5f912 !important;
}

.pb_section {
  padding: 4em 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
  background: #b3520c;
  border-radius: 3px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.nav-link-logo:hover {
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  border-radius: 3px;
}

section#section-menu {
  color: #383535;
}

/* Scrolling navigation menu -for food menu */

.tabbable .nav-tabs > li {
  padding: 5px 20px;
  text-align: center;
  background: #ffffff;
  margin-right: 7px;
  border-radius: 2px;
  font-size: 0.9rem;
  border: 1px solid #dedada;
  /* box-shadow: 1px -1px 1px 0px silver; */
  border-bottom: none;
}

.tabbable .nav-tabs.main-menu > li {
  background: silver;
}

.tabbable .nav-tabs > li.active {
  background: #fbba05;
  color: maroon;
}
.tabbable .nav-tabs > li.active > a {
  color: #670404;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 25px;
  text-align: center;
}

.menu-i-head {
  font-size: 1.2rem;
  font-weight: 600;
}

p.mb-0.menu-i-desc {
  font-weight: 400 !important;
  font-size: 0.9rem;
}

ul.nav.nav-tabs.justify-content-center.pb_tab_v1 {
  margin-bottom: 35px;
}

.menu-msg {
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  background: #e4e4e4;
  border-radius: 2px;
  margin-bottom: 20px;
}

ul.menu-i-desc-ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.88rem;
  padding: 5px 0px;
}
.menu-i-desc-ul > li {
  margin-bottom: 0px;
}

.tab-content-general-msg {
  font-size: 0.9rem;
  text-align: justify;
  border-top: 1px solid silver;
  padding-top: 10px;
}

.tab-content-specific-msg {
  margin-bottom: 15px;
}
.tab-content-specific-msg > div {
  font-size: 0.9rem;
  font-weight: 600;
}

.tab-content-specific-msg > span {
  font-size: 0.85rem;
  padding: 2px 5px;
}

ul.sub-menu-content {
  padding: 10px 30px;
}

.sub-menu-heading {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.1rem;
  color: maroon;
  margin-top: 5px;
}

.sub-menu-content ul {
  margin-bottom: 5px;
}

.sub-menu-content {
  margin-bottom: 30px;
}
/* Scrolling navigation menu -for food menu */

span.gf-label {
  font-size: 12px;
  padding: 5px;
  background: yellow;
  color: #7d3a09;
  border-radius: 3px;
}

.content-center {
  /* margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 620px;
}

@media (max-width: 768px) {
  .content-center {
    height: 250px !important;
  }
}

.contact-tag {
  top: 5px;
  position: absolute;
  left: 25px;
  font-size: 32px;
  margin-left: 10px;
}
