@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400&display=swap');
body, html {
    font-family: 'Quicksand', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}
body, html {
    font-size: 16px !important;
    color: #333132;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
.h1,
h1 {
    font-size: 1.602rem;
}
.h2,
h2 {
    font-size: 1.424rem;
}
.h3,
h3 {
    font-size: 1.266rem;
}
.h4,
h4 {
    font-size: 1.125rem;
}
.h5,
h5 {
    font-size: 0.889rem;
}
.h6,
h6 {
    font-size: 0.79rem;
}
.display-1 {
    font-size: 3.906rem;
}
.display-2 {
    font-size: 3.125rem;
}
.display-3 {
    font-size: 2.5rem;
}
.display-4 {
    font-size: 2.25rem;
}
.display-5 {
    font-size: 1.5rem;
    font-weight: 400;
}
.display-6{
    font-size: 1.15rem;
}
.lead {
    font-size: 1rem;
    font-weight: 400;
}
@media (min-width: 720px) {
    .h1,
    h1 {
        font-size: 2.441rem;
    }
    .h2,
    h2 {
        font-size: 1.953rem;
    }
    .h3,
    h3 {
        font-size: 1.563rem;
    }
    .h4,
    h4 {
        font-size: 1.25rem;
    }
    .display-1 {
        font-size: 6rem;
    }
    .display-2 {
        font-size: 5.5rem;
    }
    .display-3 {
        font-size: 4.5rem;
    }
    .display-4 {
        font-size: 4rem;
    }
    .display-5 {
        font-size: 2rem;
        font-weight: 300;
    }
    .display-6 {
        font-size: 1.75rem;
        font-weight: 300;
    }
    .lead {
        font-size: 1.2rem;
        font-weight: 400;
    }
}
.bg-black {
    background-color: #000;
    color: #fff;
}
.bg-primary {
    background-color: #00857e !important;
}
.bg-warning {
    background-color: #faa41a !important;
}
.text-shadow {
    text-shadow: 0.0625rem 0.0625rem 0.375rem #000 !important;
}
.text-shadow-none {
    text-shadow: none !important;
}
.border-light {
    border-color: #f7f7f7 !important;
}
.text-success {
    color: #00857e !important;
}
.hero-banner {
    position: relative;
    height: 90vh;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
}
@media (min-width: 576px) {
    .hero-banner {
        height: 90vh;
    }
}
.hero-banner .overlay {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.75;
    height: 100%;
}
.hero-banner .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.hero-banner .arrow-overlay {
    position: absolute;
    top: 94%;
    width: 100%;
}
@media (max-width: 576px) {
    .hero-banner .text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .hero-banner .arrow-overlay {
        position: absolute;
        top: 85%;
        width: 100%;
    }
}
.white-overlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.75;
    height: 100%;
}
.inner-banner {
    position: relative;
    height: 35vh;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
}
.inner-banner .overlay {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.75;
    height: 100%;
}
.inner-banner .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #00857e;
    border-color: #00857e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #009f96;
    border-color: #009f96;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.1rem #fff inset;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c5b92;
    border-color: #1c5b92;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem #fff inset;
}
.btn-outline-primary {
    border-color: #1c467a;
    color: #1c467a;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #1c5b92;
    border-color: #1c5b92;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.1rem #fff inset;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c5b92;
    border-color: #1c5b92;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem #fff inset;
}

.btn-outline-white {
    border-color: #fff;
    color: #fff;
}
.btn-outline-white:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
}
#navbar a {
    color: #2d2d2d;
    font-weight: 500;
    padding-bottom: 3px;
}
#navbar a:hover {
    text-decoration: none;
    border-bottom: 2px solid #009f96;
    padding-bottom: 3px;
}
hr {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blue-line {
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
    border-bottom: 2px solid #009f96;
    width: 15%;
}
.active {
    border-bottom: 2px solid orange;
}
.ot-title {
    display: none;
}
.ot-dtp-picker {
    width: 100% !important;
}
.ot-button {
    background-color: #00857e !important;
    border: 1px solid #00857e !important;
}
.ot-dtp-picker .ot-dtp-picker-button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ot-powered-by {
    display: none !important;
}
.ot-dtp-picker input[type="submit"] {
    font-family: "Open Sans", sans-serif !important;
}
.ot-dtp-picker .ot-dtp-picker-selector select {
    padding-left: 10px;
}
#ot-reservation-widget {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#ot-reservation-widget .ot-dtp-picker {
    font-family: "Open Sans", sans-serif !important;
    color: #fff !important;
    text-transform: uppercase;
}
#ot-reservation-widget .ot-button {
    border-radius: 0 !important;
    font-weight: 500 !important;
}
/* ==========================================
   Menu Section
   ========================================== */
   section.menu ul.nav-tabs {
    background: #f5f5f5;
    padding-top:20px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: none;
  }
  
  section.menu ul.nav-tabs li.nav-item {
    float: none;
    display: inline-block;
  }
  
  section.menu ul.nav-tabs li.nav-item a.nav-link {
    font-size: 1rem;
    text-transform: uppercase;
    /* letter-spacing: 0.2em; */
    color: #333;
    background: none;
    border: none;
  }
  
  section.menu ul.nav-tabs li.nav-item a.nav-link.active {
    color: #fff;
    background: #3f3f3f;
    border-radius: 0px;
  }
  
  section.menu .tab-pane .menu-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }
  
  section.menu .tab-pane .menu-item h5 {
    font-size: 1.2rem;
    color: #333;
    font-weight: 400;
    margin-top: 0;
  }
  
  section.menu .tab-pane .menu-item p {
    font-size: 0.85rem;
    color: #999;
    margin-top: 5px;
  }
  
  section.menu .tab-pane .menu-item .item-price {
    color: #e54b4b;
  }
  
  section.menu .tab-pane .menu-item .item-price strong {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  
  section.menu .tab-pane .menu-item.recommended {
    border-bottom: none;
    background: #e54b4b;
    padding: 0 20px;
  }
  
  section.menu .tab-pane .menu-item.recommended .item-details {
    padding: 20px 0;
  }
  
  section.menu .tab-pane .menu-item.recommended h5, section.menu .tab-pane .menu-item.recommended p {
    color: #fff;
    margin-bottom: 0;
  }
  
  section.menu .tab-pane .menu-item.recommended .item-price {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  
  section.menu .tab-pane .menu-item.recommended .item-price strong {
    color: #fff !important;
  }
  
  section.menu .tab-pane .menu-item.recommended .item-price span {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
  }
  
  @media (max-width: 767.98px) {
    section.menu .nav-link {
      font-size: 0.85rem !important;
    }
    section.menu div[class*='col-']:not(:last-of-type) {
      margin-bottom: 10px;
    }
  }
  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
  }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(100, 161, 157, 0.25);
    opacity: 1;
  }