:root {
  --saddle-brown: #5f3913;
  --goldenrod: #c5aa3c;
  --white: white;
  --cadet-blue-2: #36afc3;
  --logo-grey: #c4c4c4;
  --olive-drab: #83a730;
  --dark-khaki-2: #bbbb49;
  --dark-grey: #333;
  --maroon: #62100f;
  --gainsboro: #e7e7e7;
  --dark-goldenrod: #b49822;
  --yellow-green: #b2d169;
  --solid-border: #e1b31d;
  --black-2: black;
  --cadet-blue: #2c98aa;
  --black: transparent;
  --light-sea-green: #63bab4;
  --grey: #838282;
  --medium-turquoise: #78d3cd;
  --dark-khaki: #b9aa5a;
  --khaki: #ffe997;
  --mobile-bg: #78e4dc;
  --gold: #f2c614;
  --goldenrod-2: #d2a621;
  --pale-goldenrod: #dddd95;
}

.image-26 {
  width: 200px;
  margin-top: 0;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--saddle-brown);
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.nav-link:hover {
  color: var(--goldenrod);
  background-color: #0000;
}

.nav-link.w--current {
  color: var(--saddle-brown);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.nav-link.order {
  color: var(--white);
  background-color: #0000;
  margin-left: 10px;
  padding-left: 20px;
}

.nav-link.order:hover {
  background-color: var(--cadet-blue-2);
}

.navbar {
  background-color: var(--logo-grey);
}

.container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.goldbar {
  background-image: linear-gradient(#b9aa5a, #b49822 24%, #ffe997);
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.goldbar.bottom {
  background-image: linear-gradient(to bottom, var(--olive-drab), var(--olive-drab) 0%, var(--dark-khaki-2));
  position: static;
  inset: auto 0% 0%;
}

.goldbar.top {
  position: static;
  inset: 0% 0% auto;
}

.goldbar.top.shadow {
  box-shadow: 1px 1px 3px #00000080;
}

.goldbar.sec {
  position: static;
  inset: auto 0% 0%;
}

.goldbar.nav {
  background-image: linear-gradient(to bottom, var(--olive-drab), #b68b26 0%, var(--olive-drab) 0%, var(--dark-khaki-2));
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-copy {
  background-image: linear-gradient(#b9aa5a, #b49822 24%, #ffe997);
  height: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.slideone {
  opacity: 1;
  background-image: url('../images/Papaya-Salad.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  height: 600px;
  max-height: 100%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  border: 5px solid var(--olive-drab);
  width: 50%;
  height: 40%;
  color: var(--dark-grey);
  text-align: center;
  background-color: #e7e7e7e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  display: flex;
}

.heading {
  color: var(--maroon);
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.link {
  color: var(--dark-grey);
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.text-block {
  padding-bottom: 5px;
  font-size: 16px;
}

.heading-2 {
  color: var(--maroon);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

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

.section {
  background-color: var(--gainsboro);
  height: auto;
  padding-top: 0;
  padding-bottom: 80px;
}

.container-2 {
  background-color: #0000;
  padding-top: 80px;
}

.column {
  background-color: #0000;
  height: 300px;
  padding: 20px 30px;
}

.heading-3 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
}

.heading-3.white {
  color: var(--white);
}

.text-block-2 {
  color: var(--dark-grey);
  padding-bottom: 20px;
  font-size: 16px;
}

.text-block-2.white {
  color: var(--white);
}

.button {
  border: 2px solid var(--dark-grey);
  color: var(--dark-grey);
  text-align: center;
  background-color: #0000;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button:hover {
  border-color: var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: var(--white);
}

.button.white {
  border-color: var(--dark-grey);
  color: var(--dark-grey);
}

.button.white:hover {
  color: var(--gainsboro);
  background-color: #363636;
}

.button.social {
  width: 100%;
}

.button.social:hover {
  border-color: var(--dark-khaki-2);
  background-color: var(--olive-drab);
}

.button.gold {
  border-color: var(--gainsboro);
  color: var(--gainsboro);
}

.button.order {
  border-color: var(--dark-grey);
  width: 200px;
  color: var(--dark-grey);
}

.button.order:hover {
  border-color: var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: var(--gainsboro);
}

.button.call {
  border-color: var(--dark-grey);
  width: 200px;
  color: var(--dark-grey);
  margin-right: 0;
}

.button.call:hover {
  border-color: var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: var(--gainsboro);
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

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

.slider-2 {
  border: 2px solid #000;
  height: 300px;
}

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

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

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

.section-2 {
  background-image: url('../images/fun-noodles2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  max-height: 100%;
}

.container-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3 {
  background-color: var(--dark-grey);
}

.column-3 {
  background-color: #0000;
  height: 300px;
  padding: 20px 30px;
}

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

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

.link-2 {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.link-2.w--current {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  text-decoration: none;
}

.section-4 {
  background-color: var(--olive-drab);
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footertext {
  color: var(--yellow-green);
  text-align: center;
  padding-top: 10px;
  font-family: PT Sans, sans-serif;
}

.link-3 {
  color: var(--yellow-green);
  text-decoration: none;
}

.div-block-62 {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.heading-31 {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 26px;
  font-family: Exo, sans-serif;
}

.paragraph-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2.cookies {
  padding-bottom: 108px;
}

.link-4 {
  color: #333;
  text-decoration: none;
  transition: color .2s;
}

.link-4:hover {
  color: #0f9bca;
}

.body {
  font-family: Exo, sans-serif;
}

.link-5 {
  color: var(--yellow-green);
  text-decoration: none;
}

.image-27 {
  width: 25px;
}

.div-block-63 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  padding: 10px;
}

.right-arrow-3 {
  display: none;
}

.heading-32 {
  color: var(--dark-grey);
  text-align: center;
}

.body-2 {
  font-family: Exo, sans-serif;
}

.section-5 {
  background-color: var(--gainsboro);
  padding-top: 20px;
  padding-bottom: 60px;
}

.heading-33 {
  background-color: var(--solid-border);
  width: 100%;
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.row-30 {
  margin-bottom: 20px;
}

.menu-name {
  float: none;
  color: var(--dark-grey);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

.menu-name.center {
  float: none;
  text-align: center;
  font-size: 16px;
}

.menu-name.center.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  left: 35px;
}

.text-block-95 {
  color: var(--dark-grey);
  font-style: normal;
}

.text-block-42 {
  color: #fff;
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.price {
  color: var(--dark-grey);
  text-align: right;
  font-size: 18px;
  line-height: 31px;
  display: block;
}

.heading-44 {
  background-color: var(--maroon);
  width: 100%;
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
}

.row-2 {
  margin-top: 35px;
  margin-bottom: 20px;
}

.menu-name-2 {
  float: none;
  color: #fff;
  text-align: left;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 31px;
}

.menu-name-2.center {
  float: none;
  text-align: center;
  font-size: 16px;
}

.menu-name-2.center.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  left: 35px;
}

.italic-text-11 {
  padding-left: 0;
}

.column-45 {
  padding-right: 0;
}

.div-block-20 {
  color: #fff;
  text-align: right;
  font-size: 16px;
}

.text-block-113 {
  color: var(--white);
  text-align: right;
}

.row-51 {
  line-height: 22px;
}

.div-block-21 {
  color: #fff;
  text-align: right;
}

.column-47 {
  padding-left: auto;
  padding-right: 0;
  left: 0;
}

.text-block-38 {
  color: #fff;
  text-align: right;
  font-size: 16px;
}

.column-24 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 29px;
  display: block;
}

.text-block-28 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-26 {
  text-align: right;
  padding-right: 0;
  font-size: 16px;
}

.italic-text-12 {
  font-style: normal;
}

.text-block-29 {
  padding-bottom: 10px;
}

.italic-text-13 {
  font-style: normal;
}

.section-6 {
  background-color: var(--gainsboro);
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-45 {
  text-align: center;
}

.div-block-64 {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: flex-end;
  padding-top: 10px;
  display: flex;
}

.slide-7 {
  background-image: url('../images/inside2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/inside3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-6 {
  color: var(--dark-grey);
  text-decoration: none;
}

.container-6 {
  color: var(--black-2);
  background-color: #0000;
  padding: 20px 20px 100px;
}

.heading-27 {
  color: var(--maroon);
  margin-top: 0;
  margin-bottom: 10px;
}

.column-48 {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
}

.column-25 {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  display: block;
}

.heading-46 {
  color: var(--white);
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.button-2 {
  color: #fc6000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fc6000;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.button-2:hover {
  color: #fff;
  background-color: #fc6000;
}

.button-2.orange {
  color: #fff;
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #56bcaf;
  border-style: none;
  border-color: #fc6000;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 26px;
}

.button-2.orange:hover {
  color: #fff;
  background-color: #3b9489;
  border-style: none;
  border-color: #40b429;
}

.button-2.review {
  color: #c92033;
  border-color: #c92033;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 24px;
  position: static;
  inset: auto 0% 0%;
}

.button-2.review:hover {
  color: #fff;
  background-color: #c92033;
}

.button-2.order {
  color: #56bcaf;
  border-style: solid;
  border-color: #56bcaf;
  width: 250px;
  max-width: 100%;
  font-size: 22px;
  line-height: 24px;
}

.button-2.order:hover {
  color: #fff;
  background-color: #56bcaf;
}

.slide-9 {
  background-image: url('../images/inside1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.info {
  color: var(--dark-grey);
  text-align: left;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.columns-12 {
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.div-block-17-copy {
  width: auto;
  height: auto;
  overflow: hidden;
}

.body-3 {
  font-family: Exo, sans-serif;
}

.button-2-copy {
  color: #fc6000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fc6000;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.button-2-copy:hover {
  color: #fff;
  background-color: #fc6000;
}

.button-2-copy.orange {
  color: #fff;
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #56bcaf;
  border-style: none;
  border-color: #fc6000;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 26px;
}

.button-2-copy.orange:hover {
  color: #fff;
  background-color: #3b9489;
  border-style: none;
  border-color: #40b429;
}

.image-29 {
  border: 2px solid var(--maroon);
}

.div-block-4-copy {
  justify-content: space-around;
  display: flex;
}

.div-block-6 {
  width: 100%;
  max-width: none;
  height: 200px;
  overflow: hidden;
}

.section-7 {
  background-color: var(--dark-grey);
  color: #333;
  height: auto;
  margin-top: 0;
  padding: 0 0 60px;
  font-family: Open Sans, sans-serif;
}

.image-10 {
  width: 100%;
  position: static;
  top: -60px;
}

.div-block-7 {
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.challenge {
  width: 100%;
  position: relative;
  top: 0;
}

.text-block-8 {
  font-size: 14px;
  line-height: 22px;
}

.heading-12 {
  color: #252424;
  text-align: center;
  padding-top: 20px;
}

.heading-12.black {
  color: #4172b8;
  background-image: url('../images/white-streak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.reviewdiv {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  height: 450px;
  box-shadow: 2px 2px 2px #0000007a;
}

.review-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.columns-7 {
  width: auto;
  margin-top: 10px;
}

.container-7 {
  text-align: left;
}

.heading-9 {
  color: var(--olive-drab);
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.slide-10 {
  background-image: url('../images/inside1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/inside1_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.section-8-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/beef2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.slide-11 {
  background-image: url('../images/Wings-We-Are-Open.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2-copy {
  background-image: url('../images/beef2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  max-height: 100%;
}

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

.slide-13 {
  background-image: url('../images/eggroll-party-tray.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/event-catering-thai.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Noodles-We-Are-Open.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trigger {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.delivdiv {
  height: auto;
  padding: 10px;
}

.div-block-18 {
  background-color: var(--gainsboro);
  text-align: center;
  padding: 20px;
}

.heading-21 {
  color: var(--gainsboro);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 28px;
}

.deliveryoptions {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.section-20 {
  text-align: center;
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
}

.delivimg {
  height: 80px;
}

.container-8 {
  background-color: #fff;
}

.body-4 {
  background-color: var(--gainsboro);
}

.section-12 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/laap-beef-salad2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.slide2 {
  opacity: 1;
  background-image: url('../images/bubble-tea.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/bubble-tea.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/Eastside-Thai-Contact-Page.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.text-block-114 {
  padding-bottom: 20px;
}

.text-block-115 {
  background-color: var(--gainsboro);
}

.slide-12-copy {
  background-image: url('../images/Pork-Belly.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-green {
  background-color: var(--olive-drab);
  width: 100%;
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-65 {
  background-color: var(--olive-drab);
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-116 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-117 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.div-block-65-copy {
  background-color: var(--olive-drab);
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  position: static;
  inset: 0% 0% auto;
}

.text-block-118 {
  color: var(--white);
  margin-top: 5px;
  font-family: Exo, sans-serif;
}

.menu-name-copy {
  float: none;
  color: var(--dark-grey);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

.menu-name-copy.center {
  float: none;
  text-align: center;
  font-size: 16px;
}

.menu-name-copy.center.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  left: 35px;
}

@media screen and (min-width: 1440px) {
  .div-block-3 {
    width: 40%;
  }

  .div-block-62 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .info {
    font-size: 18px;
  }

  .section-8, .section-8-copy, .section-12 {
    height: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .slider {
    height: 750px;
  }

  .section {
    padding-bottom: 100px;
  }

  .container-2 {
    padding-top: 100px;
  }

  .text-block-2.white {
    padding-bottom: 40px;
  }

  .section-2 {
    height: 550px;
  }

  .container-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-62 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .section-7 {
    padding-bottom: 100px;
  }

  .section-8, .section-8-copy {
    height: 350px;
  }

  .section-2-copy {
    height: 550px;
  }

  .section-12 {
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .image-26 {
    width: 80px;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-3 {
    width: 50%;
  }

  .heading-2 {
    font-size: 32px;
  }

  .image-28 {
    width: 25px;
  }

  .nav-menu {
    background-color: var(--gainsboro);
  }

  .menu-button {
    background-color: var(--logo-grey);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-name {
    font-size: 16px;
    font-weight: 500;
  }

  .menu-name.center.col {
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 10px;
    right: 7px;
  }

  .menu-name-2 {
    font-size: 14px;
  }

  .menu-name-2.center.col {
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 10px;
    right: 7px;
  }

  .div-block-64 {
    padding-top: 10px;
  }

  .button-2.review {
    color: #c92033;
  }

  .div-block-6 {
    height: 200px;
  }

  .section-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    position: static;
    top: -46px;
  }

  .challenge {
    position: static;
    top: -222px;
  }

  .reviewdiv {
    height: 500px;
    margin-bottom: 20px;
  }

  .review-button {
    position: absolute;
    bottom: 4%;
  }

  .div-block-65 {
    margin-top: 60px;
  }

  .div-block-65-copy {
    margin-top: 0;
  }

  .menu-name-copy {
    font-size: 16px;
    font-weight: 500;
  }

  .menu-name-copy.center.col {
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 10px;
    right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3 {
    width: 60%;
  }

  .container-2 {
    padding-top: 60px;
  }

  .heading-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.social {
    margin-bottom: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-28 {
    width: 25px;
  }

  .menu-button {
    background-color: #0000;
  }

  .section-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-30.mobile {
    display: none;
  }

  .menu-name {
    float: none;
    text-align: left;
    font-size: 16px;
  }

  .menu-name.center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .menu-name.center.col {
    position: static;
    left: 0;
  }

  .text-block-95 {
    font-size: 14px;
  }

  .text-block-42, .price {
    text-align: center;
  }

  .row-2 {
    margin-bottom: 30px;
  }

  .menu-name-2 {
    float: none;
    text-align: center;
    font-size: 13px;
  }

  .menu-name-2.center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .menu-name-2.center.col {
    position: static;
    left: 0;
  }

  .text-block-113 {
    text-align: center;
  }

  .div-block-64 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 10px;
  }

  .column-48 {
    padding-left: 10px;
  }

  .column-25 {
    order: 1;
  }

  .button-2.review {
    color: #fff;
    background-color: #c92033;
  }

  .button-2.order {
    color: #fff;
    background-color: #fc6000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .columns-12 {
    flex-direction: column;
    display: flex;
  }

  .div-block-6 {
    max-width: none;
    height: 300px;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 40px;
  }

  .image-10 {
    width: 100%;
    position: static;
    top: -117px;
  }

  .challenge {
    position: relative;
    top: -185px;
  }

  .reviewdiv {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .column-49, .column-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .delivdiv {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-21 {
    font-size: 22px;
  }

  .column-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-65-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-name-copy {
    float: none;
    text-align: left;
    font-size: 16px;
  }

  .menu-name-copy.center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .menu-name-copy.center.col {
    position: static;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .image-26 {
    width: 70px;
  }

  .div-block-3 {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .section {
    padding-bottom: 40px;
  }

  .container-2 {
    padding-top: 0;
  }

  .column {
    order: -1;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .container-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .column-3 {
    height: auto;
  }

  .link-2 {
    padding-bottom: 10px;
  }

  .link-2.w--current {
    padding-bottom: 20px;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .column-4 {
    padding: 0;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .right-arrow-3, .icon {
    display: none;
  }

  .image-28 {
    width: 20px;
  }

  .nav-menu {
    background-color: var(--gainsboro);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-name {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-113 {
    text-align: right;
  }

  .container-4, .container-5, .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-2 {
    margin-top: 20px;
  }

  .button-2.orange {
    width: 100%;
    padding-top: 10px;
  }

  .button-2.review {
    background-color: #c92033;
  }

  .button-2.order, .div-block-17-copy {
    max-width: 100%;
  }

  .button-2-copy {
    margin-top: 20px;
  }

  .button-2-copy.orange {
    width: 100%;
    padding-top: 10px;
  }

  .div-block-4-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-6 {
    height: 200px;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-10 {
    position: static;
    top: -103px;
  }

  .challenge {
    position: relative;
  }

  .heading-21 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide2 {
    background-position: 50%;
  }

  .div-block-65-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-name-copy {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }
}


