@import url("//hello.myfonts.net/count/3d05ce");
@font-face {
  font-family: "GamblerBrs-Regular";
  src: url("../webFonts/GamblerBrs-Regular/font.woff2") format("woff2"), url("../webFonts/GamblerBrs-Regular/font.woff") format("woff");
}
p {
  font-family: antarctican-mono, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

h1, h2 {
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h3, h4 {
  font-family: "GamblerBrs-Regular";
  font-weight: 400;
  text-transform: capitalize;
}

h1 {
  font-size: 57px;
  letter-spacing: 0.1em;
  line-height: 53px;
}

h2 {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 31px;
}

h3 {
  font-size: 89px;
  line-height: 50px;
}

body {
  background-color: #FAF2ED;
}

a {
  text-decoration: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("../img/navtoggle.svg");
}

.navbar-toggler-icon {
  width: 3.5em;
  height: 3.5em;
}

@media (min-width: 1200px) {
  .xlhide {
    display: none;
  }
}

@media (min-width: 768px) {
  .mdhide {
    display: none;
  }
}

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

.redtxt {
  color: #D63C17 !important;
}

.bluetxt {
  color: #75C5D0 !important;
}

.yellowtxt {
  color: #FEBE45 !important;
}

.greentxt {
  color: #008c70 !important;
}

.graytxt {
  color: #282828 !important;
}

ul {
  padding-top: 25px;
  list-style: none;
  font-family: antarctican-mono, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 2em;
  padding-left: 0;
}
ul a {
  color: #282828;
  text-decoration: none;
  letter-spacing: 0.05em;
}
ul a:hover {
  color: #D63C17;
}

#hireModal {
  z-index: 10000;
}
#hireModal .modal-content {
  background-image: url("../img/Hiring-Modal.jpg");
  background-position: center center;
  background-size: cover;
  background-color: #FFFFFF;
  height: 90vh;
}
#hireModal .modal-header {
  border-bottom: none;
}
#hireModal .modal-body {
  color: #ffffff;
  text-shadow: 1px 1px 5px #000;
  margin-top: 10%;
}
#hireModal h3 {
  color: #D63C17;
  line-height: 0.5em;
  font-size: 11em;
  transform: rotate(-2deg);
}
#hireModal p {
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1rem;
  font-size: 1.2em;
}
#hireModal .modal-footer {
  border-top: none;
  justify-content: center;
}
#hireModal .modal-footer .btn {
  font-size: 1.5rem !important;
}
#hireModal .btn-close {
  opacity: 1;
  font-size: 2em;
}
#hireModal .btn-submit {
  margin-top: 15px;
  background: #D63C17;
  display: inline-block;
  padding: 0.5em 0.8em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 31px;
  box-shadow: 6px 6px 0px 0px white;
  -webkit-box-shadow: 6px 6px 0px 0px white;
  -moz-box-shadow: 6px 6px 0px 0px white;
}
#hireModal .btn-submit:hover {
  background: #bf3615;
  transform: translate(6px, 6px);
  box-shadow: none;
  transition: ease 0.1s all;
  color: #ffffff;
}
#hireModal .modal {
  -webkit-overflow-scrolling: touch;
}

.order-btn a {
  background: #D63C17;
  display: inline-block;
  width: 100%;
  color: #faf2ed;
  letter-spacing: 0.1em;
  box-shadow: 6px 6px 0px 0px white;
  -webkit-box-shadow: 6px 6px 0px 0px white;
  -moz-box-shadow: 6px 6px 0px 0px white;
}
.order-btn a:hover {
  background: #bf3615;
  color: #282828;
  transform: translate(6px, 6px);
  box-shadow: none;
  transition: ease 0.1s all;
}

.hero {
  background-color: #FFFFFF;
}
.hero .mountain {
  background-image: url("../img/chipmountain@2x.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero .mountain {
    background-size: 1100px auto;
    background-position: bottom;
    height: 820px;
  }
}
@media (max-width: 767px) {
  .hero .mountain {
    height: 90vh;
    max-height: 820px;
    background-size: 950px auto;
    background-position: bottom;
  }
}
.hero .logohero {
  width: 260px;
  margin-top: 50px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .hero .logohero {
    width: 70%;
    margin-left: 0;
    margin-top: -20px;
  }
}
.hero .herowrap {
  margin-top: 30px;
  margin-left: 50px;
}
@media (min-width: 1200px) {
  .hero .herowrap {
    margin-left: 80px;
    margin-top: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero .herowrap {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero .herowrap {
    margin-left: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hero .herowrap {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .hero .herotext h1 {
    font-size: 50px;
  }
}
.hero .hero-btn {
  margin-top: 15px;
  background: #D63C17;
  display: inline-block;
  padding: 0.5em 0.8em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 31px;
  box-shadow: 6px 6px 0px 0px rgb(255, 255, 255);
  -webkit-box-shadow: 6px 6px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 6px 6px 0px 0px rgb(255, 255, 255);
}
.hero .hero-btn:hover {
  background: #bf3615;
  transform: translate(6px, 6px);
  box-shadow: none;
  transition: ease 0.1s all;
}
@media (max-width: 767px) {
  .hero .hero-btn {
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 100%;
  }
  .hero .hero-btn:hover {
    background: #bf3615;
    transform: none;
    transition: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero .hero-btn {
    font-size: 20px;
  }
}
.hero .plate {
  background-color: #FAF2ED;
}
.hero .plate .lg-nav {
  text-align: right;
  height: 78px;
  padding-right: 85px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero .plate .lg-nav {
    padding-right: 30px;
  }
}
.hero .plate ul {
  list-style: none;
  padding-top: 25px;
  font-family: antarctican-mono, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1em;
}
.hero .plate ul li {
  padding-left: 10px;
}
.hero .plate ul li:first-child {
  padding-left: 0;
}
.hero .plate ul a {
  color: #282828;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.hero .plate ul a:hover {
  color: #D63C17;
}
.hero .plate ul .order a {
  background: #D63C17;
  display: inline-block;
  padding: 0.2em 0.6em 0.3em 0.6em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  box-shadow: 6px 6px 0px 0px white;
  -webkit-box-shadow: 6px 6px 0px 0px white;
  -moz-box-shadow: 6px 6px 0px 0px white;
}
.hero .plate ul .order a:hover {
  background: #bf3615;
  transform: translate(6px, 6px);
  box-shadow: none;
  transition: ease 0.1s all;
}
.hero .plate .nachohero {
  background-image: url("../img/nachoherojul23.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 622px;
  margin-right: 85px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero .plate .nachohero {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .hero .plate .nachohero {
    margin-right: 0px;
    height: 400px;
  }
}
.hero .plate .burst {
  position: absolute;
  width: 320px;
  right: -140px;
  bottom: -85px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero .plate .burst {
    width: 250px;
    right: -50px;
    bottom: -70px;
  }
}

.sub-hero .plate ul .order a {
  background: #D63C17;
  display: inline-block;
  padding: 0.2em 0.6em 0.3em 0.6em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  box-shadow: 6px 6px 0px 0px white;
  -webkit-box-shadow: 6px 6px 0px 0px white;
  -moz-box-shadow: 6px 6px 0px 0px white;
}
.sub-hero .plate ul .order a:hover {
  background: #bf3615;
  transform: translate(6px, 6px);
  box-shadow: none;
  transition: ease 0.1s all;
}

.nav-sect {
  background-color: none;
}
.nav-sect .logohero {
  width: 260px;
  margin-top: 50px;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .nav-sect .logohero {
    width: 200px;
    margin-left: 20px;
    margin-top: -80px;
  }
}
.nav-sect .lg-nav {
  text-align: right;
  height: 78px;
  padding-right: 85px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-sect .lg-nav {
    padding-right: 30px;
  }
}
.nav-sect .order a {
  background: #D63C17;
  display: inline-block;
  padding: 0.2em 0.6em 0.3em 0.6em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  box-shadow: 6px 6px 0px 0px white;
  -webkit-box-shadow: 6px 6px 0px 0px white;
  -moz-box-shadow: 6px 6px 0px 0px white;
}
.nav-sect .order a:hover {
  background: #bf3615;
  transform: translate(6px, 6px);
  box-shadow: none;
  transition: ease 0.1s all;
}
.nav-sect ul {
  list-style: none;
  padding-top: 25px;
  font-family: antarctican-mono, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1em;
}
.nav-sect ul li {
  padding-left: 15px;
}
.nav-sect ul li:first-child {
  padding-left: 0;
}
.nav-sect ul a {
  color: #282828;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.nav-sect ul a:hover {
  color: #D63C17;
}

.general {
  background-color: #FAF2ED;
}
.general .row {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .general .row .pd {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .general .row {
    margin: 0 100px;
  }
}
@media (min-width: 1200px) {
  .general .row {
    margin: 0 140px;
  }
}
@media (max-width: 991px) {
  .general .row {
    padding: 40px;
  }
}
.general a {
  text-decoration: none;
  color: #282828;
}
.general a:hover {
  font-weight: 700;
}
.general ul {
  list-style: none;
  font-family: antarctican-mono, sans-serif;
  font-weight: 400;
  color: #282828;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: capitalize;
}

.covid {
  background-color: #D63C17;
  background-image: url("../img/top-edge.png");
  background-size: inherit;
  background-position: center -25px;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}
.covid h2 {
  color: #FAF2ED;
  padding-top: 78px;
  text-align: center;
}
.covid p {
  color: #FAF2ED;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 70px;
  margin: 0 20px;
}
.covid a {
  color: #FAF2ED;
  text-decoration: underline;
}
.covid a:hover {
  font-weight: 700;
}
.covid .dl-btn {
  background: #FAF2ED;
  display: inline-block;
  padding: 0.5em 0.8em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #D63C17;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 31px;
  margin-bottom: 50px;
}
.covid .dl-btn:hover {
  background: #f4e4d9;
}

.imgbar {
  background-color: #FAF2ED;
}
.imgbar .row {
  padding: 20px 0;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.imgbar .row .contain {
  width: 33%;
  padding: 0 10px;
}
.imgbar .row img {
  width: 100%;
  margin: auto;
  position: relative;
}
.imgbar .row .top {
  z-index: 100;
}
.imgbar .row .bot {
  z-index: 1;
}
@media (max-width: 767px) {
  .imgbar .row {
    padding: 15px 0;
  }
}

.featured {
  background-color: #FEBE45;
  background-image: url("../img/featuredtex.png");
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}
.featured h2 {
  color: #FFFFFF;
}
.featured h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.featured p {
  font-weight: 500;
  padding-bottom: 25px;
}
.featured a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .featured .feat-head-sm {
    margin: 50px 0 30px 35px;
  }
}
.featured .featured-img {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 10%;
  max-height: 611px;
}
@media (max-width: 767px) {
  .featured .featured-img {
    padding: 0;
  }
}
.featured .feat-text {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .featured .feat-text {
    margin-left: 0;
    padding: 0 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured .feat-text {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .featured .shift {
    margin-left: -5px;
  }
}
.featured .menu-btn {
  background: #D63C17;
  display: inline-block;
  padding: 0.5em 0.8em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 31px;
  box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  -webkit-box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .featured .menu-btn {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .featured .menu-btn {
    font-size: 20px;
  }
}
.featured .menu-btn:hover {
  background: #bf3615;
  transform: translate(10px, 10px);
  box-shadow: none;
  transition: ease 0.1s all;
}

.insta {
  background-color: #FFFFFF;
  position: relative;
}
.insta h1 {
  font-size: 39px;
}
@media (max-width: 767px) {
  .insta h1 {
    font-size: 24px;
    line-height: 20px;
  }
}
.insta i {
  margin-right: 5px;
  vertical-align: 2px;
}
@media (max-width: 991px) {
  .insta i {
    margin-right: 0;
  }
}
.insta ul {
  font-size: 24px;
  font-weight: 500;
  font-family: antarctican-headline, sans-serif;
  letter-spacing: 0.1em;
  color: #D63C17;
  padding: 0;
}
@media (max-width: 991px) {
  .insta ul {
    font-size: 15px;
  }
}
.insta ul a {
  font-size: 24px;
  font-weight: 500;
  font-family: antarctican-headline, sans-serif;
  letter-spacing: 0.1em;
  color: #D63C17;
}
.insta ul a:hover {
  color: #282828;
}
@media (max-width: 991px) {
  .insta ul a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .insta .list-inline-item:not(:last-child) {
    margin-right: 15px;
  }
}
.insta .social-pad {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .insta .social-pad {
    padding-top: 40px;
  }
}
.insta .group-shift {
  margin-left: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .insta .group-shift {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .insta .group-shift {
    margin-left: 0;
    text-align: center;
  }
}
.insta .instafeed {
  height: 379px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .insta .instafeed {
    height: 190px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .insta .instafeed {
    height: 150px;
    padding-left: 10px;
  }
}
.insta .instafeed .of-feed {
  height: 100%;
  width: 1400px;
}
.insta .instafeed .of-feed img {
  margin-right: 30px;
  max-height: 379px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .insta .instafeed .of-feed img {
    height: 190px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .insta .instafeed .of-feed img {
    height: 150px;
    margin-right: 10px;
  }
}

.pilehigh {
  background-color: #75C5D0;
  background-image: url("../img/featuredtex.png");
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  position: relative;
}
.pilehigh h2 {
  color: #D63C17;
}
.pilehigh h3 {
  color: #FFFFFF;
  text-transform: initial;
  font-size: 118px;
}
.pilehigh p {
  font-weight: 500;
}
.pilehigh .skydiver {
  position: absolute;
  height: 480px;
  left: 40px;
  top: -35px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pilehigh .skydiver {
    left: 0;
    top: -35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pilehigh .skydiver {
    left: -20px;
    top: -35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pilehigh .skydiver {
    height: 260px;
    left: revert;
    right: 40px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .pilehigh .skydiver {
    height: 260px;
    left: revert;
    right: -10px;
    top: -50px;
  }
}
.pilehigh .shifted {
  margin-right: 110px;
}
.pilehigh .menu-btn {
  background: #D63C17;
  display: inline-block;
  padding: 0.5em 0.8em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 31px;
  box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  -webkit-box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .pilehigh .menu-btn {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .pilehigh .menu-btn {
    font-size: 20px;
  }
}
.pilehigh .menu-btn:hover {
  background: #bf3615;
  transform: translate(10px, 10px);
  box-shadow: none;
  transition: ease 0.1s all;
}

.faq {
  background-color: #FAF2ED;
}
.faq .faqhead {
  margin-top: 100px;
  margin-bottom: 30px;
}
.faq .faqfoot {
  margin-bottom: 130px;
}
.faq .accordian {
  text-align: center;
}
.faq .accordion-button {
  font-family: antarctican-mono, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: none;
  display: block;
}
.faq .accordion-body {
  font-family: antarctican-mono, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.faq .accordion-collapse {
  border: none;
}
.faq .accordion-button:not(.collapsed) {
  color: #D63C17;
  background-color: #FAF2ED;
}
.faq .accordion-button::after {
  display: none;
}
.faq a {
  color: #D63C17;
}
.faq a:hover {
  font-weight: 700;
}

.form {
  background-color: #FFFFFF;
  position: relative;
}
.form h1 {
  font-size: 46px;
  color: #D63C17;
  position: absolute;
  top: -28px;
}
@media (max-width: 767px) {
  .form h1 {
    top: -60px;
  }
}
.form .formhead {
  margin: 0 auto;
}
.form .formbox {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .form .formbox {
    padding-top: 40px;
  }
}

.mobile-img {
  margin-top: 25px;
  height: 290px;
  background-image: url("../img/served.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -150;
  position: relative;
}

.menu-options {
  position: relative;
}
.menu-options h1 {
  color: #D63C17;
  font-size: 46px;
  line-height: 20px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .menu-options h1 {
    line-height: 0;
    margin-top: 10px;
    font-size: 22px;
  }
}
.menu-options h2 {
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}
.menu-options h6 {
  font-family: antarctican-headline, sans-serif;
  font-weight: 500;
  color: #D63C17;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.menu-options p {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.menu-options .options img {
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .menu-options .options {
    padding-top: 0;
  }
}
.menu-options .letseat {
  position: absolute;
  width: 690px;
  top: -60px;
  left: -100px;
  z-index: -100;
}
@media (max-width: 767px) {
  .menu-options .letseat {
    width: 300px;
    left: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-options .letseat {
    left: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-options .letseat {
    left: -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .menu-options .letseat {
    left: -80px;
  }
}

.lgmenu {
  background-color: #FFFFFF;
  position: relative;
}
.lgmenu h2 {
  font-size: 24px;
  color: #D63C17;
  margin-bottom: 0;
  letter-spacing: 0.15em;
  line-height: 1em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.lgmenu h2 span {
  font-family: antarctican-mono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  letter-spacing: initial;
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lgmenu h2 {
    font-size: 21px;
  }
}
.lgmenu h3 {
  font-size: 18px;
  color: #D63C17;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 31px;
}
.lgmenu h3 span {
  font-size: 14px;
}
.lgmenu h1 {
  font-family: "GamblerBrs-Regular";
  font-weight: 400;
  text-transform: capitalize;
  font-size: 75px;
  color: #75C5D0;
  letter-spacing: 0;
  line-height: 90px;
}
.lgmenu p {
  margin-bottom: 0;
}
.lgmenu ul {
  padding-top: 25px;
  list-style: none;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.lgmenu ul li {
  margin: 0 30px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.lgmenu ul li:hover {
  border-bottom: 3px solid #D63C17;
}
.lgmenu ul a {
  color: #282828;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.lgmenu ul a:hover {
  color: #D63C17;
}
.lgmenu .icon {
  width: 25px;
  height: 25px;
  margin-top: -5px;
}
.lgmenu .feat-img {
  max-width: 448px;
}
@media (max-width: 767px) {
  .lgmenu .feat-img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .lgmenu {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lgmenu .items-right {
    margin-left: 90px;
    margin-right: -20px;
    margin-top: -2em;
  }
}
@media (min-width: 1200px) {
  .lgmenu .items-right {
    margin-left: 40px;
    margin-top: -2em;
  }
}
.lgmenu .feat-left {
  margin-left: -18%;
  position: relative;
}
@media (max-width: 991px) {
  .lgmenu .feat-left {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lgmenu .items-left {
    margin-right: 30px;
    margin-left: -80px;
    margin-top: -2em;
  }
}
@media (min-width: 1200px) {
  .lgmenu .items-left {
    margin-right: 40px;
    margin-top: -2em;
  }
}
.lgmenu .feat-right {
  margin-right: -18%;
  position: relative;
}
@media (max-width: 991px) {
  .lgmenu .feat-right {
    margin-right: 0;
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lgmenu .feat-right h2 {
    margin-right: -63px;
  }
}
.lgmenu .sub-menu {
  margin-left: 7%;
}
@media (max-width: 991px) {
  .lgmenu .sub-menu {
    margin-left: 0;
  }
}

.navmenu {
  background-color: rgba(255, 255, 255, 0);
}

.allergy-options {
  position: relative;
}
.allergy-options h3 {
  font-size: 120px;
  color: #D63C17;
  line-height: 60px;
}
@media (max-width: 767px) {
  .allergy-options h3 {
    margin-top: 10px;
    font-size: 100px;
  }
}
.allergy-options h2 {
  font-family: antarctican-mono, sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .allergy-options h2 {
    font-size: 16px;
  }
}

.allergy-menu {
  background-color: #FFFFFF;
  position: relative;
}
.allergy-menu h1 {
  font-size: 48px;
  color: #FEBE45;
  margin-bottom: 0;
  letter-spacing: 0.15em;
  padding-top: 15px;
}
.allergy-menu ul {
  padding-top: 10px;
  list-style: none;
  font-family: antarctican-mono, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.allergy-menu ul li {
  margin: 0 30px;
  border-bottom: 3px solid #FFFFFF;
}

.placeorder h2 {
  margin-top: 70px;
  font-size: 18px;
  margin-bottom: 20px;
}
.placeorder .menu-btn {
  background: #D63C17;
  display: inline-block;
  padding: 0.5em 0.8em;
  font-family: antarctican-headline, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 31px;
  box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  -webkit-box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  -moz-box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  margin-bottom: 60px;
}
.placeorder .menu-btn:hover {
  background: #bf3615;
  transform: translate(10px, 10px);
  box-shadow: none;
  transition: ease 0.1s all;
}

.offer h2 {
  color: #D63C17;
  font-size: 32px;
  padding-top: 20px;
}
.offer p {
  font-weight: 500;
}
.offer .blk {
  color: #282828;
}
.offer .offer-img {
  height: 250px;
  width: 100%;
  overflow: hidden;
  background-image: url("../img/offerimg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer img {
  max-width: 100%;
  max-height: 150px;
}

@media (max-width: 576px) {
  .overflow-small {
    overflow: hidden;
  }
}

footer {
  background-color: #282828;
}
footer h2 {
  color: #FFFFFF;
}
footer p {
  color: #FFFFFF;
}
footer a {
  text-decoration: none;
  color: #FFFFFF;
}
footer a:hover {
  font-weight: 700;
}
footer ul {
  list-style: none;
  font-family: antarctican-mono, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: initial;
}
footer li {
  padding-bottom: 10px;
}
footer .footlogo {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  footer .footlogo {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
footer #mc_embed_signup {
  clear: left;
  width: 100%;
}
footer #mc_embed_signup .clear {
  margin-left: -6px;
}
footer #mc_embed_signup .button {
  color: #282828;
  background-color: #75C5D0;
  border-radius: 0;
  font-family: antarctican-mono, sans-serif;
  height: 40px;
  width: 114px;
}
footer #mc_embed_signup .button:hover {
  background: #328893;
}
@media (max-width: 767px) {
  footer #mc_embed_signup .button {
    width: 120px;
  }
}
footer #mc_embed_signup input.email {
  background-color: #282828;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  font-family: antarctican-mono, sans-serif;
  height: 40px;
  width: 220px;
}
@media (max-width: 767px) {
  footer #mc_embed_signup input.email {
    width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
