:root {
  --misty-rose: #fce2e6;
}

body {
  background-color: var(--misty-rose);
  color: #333;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ff-dax-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ff-dax-pro, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

p {
  text-align: center;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  line-height: 16px;
}

a {
  color: #313131;
  text-decoration: none;
}

.mainsection {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.left-col {
  width: 50%;
  height: 100vh;
  padding: 10px;
}

.right-col {
  background-color: var(--misty-rose);
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100vh;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 6px;
}

.slide-1 {
  background-image: url('../images/snp_food_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/snp_ood_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/snp_food_11.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/snp_food_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/snp_food_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/snp_food_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-bar {
  justify-content: center;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  display: flex;
}

.content {
  justify-content: center;
  display: flex;
}

.footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.nav-button {
  align-items: center;
  height: 20px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 8px 3px;
  display: flex;
}

.nav-link {
  color: #333;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-family: Inconsolata, monospace;
  font-size: 10px;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom: 1px solid #000;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-bottom: 60px;
  display: flex;
}

.logo {
  max-width: 90px;
}

.intro-para {
  margin-bottom: 30px;
  line-height: 14px;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
  line-height: 22px;
}

.menu-section {
  padding: 20px 16px 100px;
}

.menu-section.bg {
  z-index: 99;
  background-image: url('../images/snp-menu-banner-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.container-600.flex-vc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-600.flex-hc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-600.gst {
  margin-top: 30px;
}

.container-600.hide {
  display: none;
}

.fooddescription {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  margin-bottom: 30px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
}

.fooddescription.gst {
  font-size: 8px;
}

.fooddescription.btm-margin {
  margin-bottom: 20px;
}

.fooddescription.no-margin {
  margin-bottom: 0;
}

.foodcategory {
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.catergory {
  margin-bottom: 0;
}

.catergory.hide {
  display: none;
}

.foodlegend {
  max-width: 2%;
  margin-right: 3px;
}

.foodlegend.new {
  max-width: 5%;
}

.foodwrapper.flex {
  display: flex;
}

.foodwrapper.btm-margin-100 {
  margin-bottom: 100px;
}

.foodnameinlinewrap {
  color: #000;
  font-family: ff-dax-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.foodnameinlinewrap.btmmargin30 {
  margin-bottom: 30px;
}

.foodnameinlinewrap.option {
  margin-top: -20px;
  margin-bottom: 30px;
}

.accordiantrigger {
  cursor: pointer;
  border-bottom: 3px solid rgba(0, 0, 0, .8);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.foodnameinline {
  color: rgba(0, 0, 0, .8);
  margin-right: 5px;
  font-family: ff-dax-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.foodnameinline._30-margin {
  margin-bottom: 30px;
}

.accordiancontent {
  overflow: hidden;
}

.foodsubcat {
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, .8);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: ff-dax-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.foodsubcat.small {
  color: rgba(112, 112, 112, .8);
  text-transform: none;
  border-bottom-width: 1px;
  border-bottom-color: #707070;
  padding-bottom: 5px;
  font-size: 12px;
}

.text-span {
  font-size: 12px;
}

.sub-cat-wrapper.hide {
  display: none;
}

.drinkname {
  color: #000;
  margin-bottom: 30px;
  font-family: ff-dax-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.drinkname.margin-btm {
  margin-bottom: 20px;
}

.foodnameinline-2 {
  margin-right: 5px;
  display: inline-block;
}

.menu-nav {
  z-index: 99;
  padding: 8px 16px 0;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav.no-bg {
  background-color: rgba(252, 226, 230, 0);
}

.cta {
  font-family: Inconsolata, monospace;
}

.cta.float {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-nav-button {
  color: var(--misty-rose);
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 700;
}

.menu-nav-button:hover {
  color: #ff0027;
}

.menu-nav-button:focus {
  color: var(--misty-rose);
}

.menu-nav-button.w--current {
  color: var(--misty-rose);
  text-decoration: underline;
}

.menu-nav-bar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(20, 20, 20, .7);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  display: flex;
}

.menu-nav-divider {
  background-color: var(--misty-rose);
  width: 1px;
  height: 40%;
}

.main-menu-body {
  background-image: url('../images/snp-menu-banner-img.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 99px;
  display: flex;
}

.promo-img {
  margin-bottom: 20px;
}

.promo-img.hide {
  display: none;
}

.menu-col50 {
  width: 50%;
}

.slide-7 {
  background-image: url('../images/snp_food_12.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/snp_food_13.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/snp_food_15.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .mainsection {
    flex-direction: column;
    height: auto;
  }

  .left-col {
    width: 100%;
    height: 92vh;
  }

  .right-col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 16px;
  }

  .left-col {
    height: 80vh;
  }

  .content {
    padding: 5px;
  }

  .footer {
    flex-direction: column;
  }

  .content-wrapper {
    width: 90%;
  }

  .foodcategory {
    font-size: 25px;
  }

  .foodlegend {
    max-width: 5%;
  }

  .foodnameinline, .foodnameinline-2 {
    margin-right: 5px;
    font-weight: 700;
    display: inline-block;
  }
}


