:root {
  --black-2: #333;
  --light-grey: #cecece;
  --white: white;
  --lime-green: #35ae39;
  --royal-blue: #4172b8;
  --red: #c92033;
  --crimson: #e03447;
  --sea-green: #0b714c;
  --black: black;
  --dim-grey: #585858;
  --alice-blue: #e0e6f2;
  --dim-grey-2: #4f6270;
  --tomato: #fc5645;
}

.navbar {
  background-color: var(--black-2);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.nav-menu {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 0;
}

.image {
  width: 222px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.div-block {
  background-color: var(--light-grey);
  color: #fc6000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  margin-top: 10px;
}

.nav-link {
  color: var(--light-grey);
  text-align: center;
  flex: 1;
  width: 150px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lulo Clean Bold;
  position: relative;
}

.nav-link:hover {
  color: #fc6000;
}

.nav-link.w--current {
  color: var(--light-grey);
}

.nav-link.w--current:active, .nav-link.w--current:focus {
  color: #fc6000;
}

.nav-link.w--current:visited {
  color: var(--light-grey);
}

.icon, .icon-2 {
  display: none;
}

.dropdown-toggle {
  padding-right: 20px;
}

.subhead {
  order: 0;
  font-family: Lulo Clean Bold;
}

.link, .link-2 {
  color: #fc6000;
  text-decoration: none;
}

.div-block-2 {
  z-index: 2;
  text-align: left;
  background-color: #40b429;
  width: 30%;
  height: 80px;
  margin-left: 0;
  padding: 10px 20px;
  position: absolute;
  inset: auto 3% 4% auto;
}

.slider {
  height: 600px;
  margin-top: 80px;
}

.slide1 {
  background-image: none;
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lulo Clean Bold;
  font-size: 32px;
}

.slide2 {
  background-image: url('../images/greek-salad.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide3 {
  background-image: url('../images/steak-fajitas-01.jpg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--black-2);
}

.dropdown-link {
  color: #fc6000;
  font-family: Lulo Clean Bold;
  font-size: 14px;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  background-color: var(--black-2);
}

.section {
  background-color: var(--lime-green);
  padding: 40px 10px 100px;
}

.heading-2 {
  color: var(--royal-blue);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/white-streak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.columns {
  background-color: #0000;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.newheader {
  color: var(--red);
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.newtext {
  color: var(--black-2);
  flex: 0 auto;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.imgwrap {
  width: auto;
  height: 250px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

.image-2 {
  max-width: none;
  max-height: 110%;
  position: relative;
  left: 0;
}

.image-2-copy {
  max-width: 100%;
  max-height: none;
  position: static;
  left: -204px;
}

.image3 {
  max-width: none;
  max-height: 110%;
  position: static;
  left: -204px;
}

.heading-3 {
  font-family: Lulo Clean Bold;
}

.body {
  background-color: var(--white);
  font-family: Droid Sans, sans-serif;
  line-height: 22px;
}

.newwrap {
  background-color: var(--white);
  flex-flow: wrap;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: flex-start;
  width: auto;
  height: 500px;
  padding: 20px 0 0;
  display: flex;
  box-shadow: 2px 2px 2px #00000080;
}

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

.image-10 {
  width: 100%;
  position: relative;
  top: 0;
}

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

.column-8 {
  text-align: left;
  justify-content: center;
  padding: 0 10px;
  display: flex;
}

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

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

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

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

.heading-12.black {
  color: var(--royal-blue);
  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;
}

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

.section-2 {
  background-color: var(--royal-blue);
  color: var(--black-2);
  height: auto;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.columns-7 {
  width: auto;
}

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

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

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

.button.review:hover {
  background-color: var(--red);
  color: var(--white);
}

.button.dark {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 26px;
  box-shadow: 1px 1px 3px #00000080;
}

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

.button.dark.menu {
  margin-top: 10px;
}

.button.dark.map {
  color: #fc6000;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  border-color: #fc6000;
}

.button.dark.map:hover {
  color: var(--white);
  background-color: #fc6000;
}

.button.orange {
  border-style: solid;
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #0000004d;
  margin-right: 10px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.button.orange:hover {
  background-color: var(--lime-green);
  color: var(--white);
  border-color: #40b429;
}

.button.orange.menu {
  margin-top: 10px;
}

.button.orange.map {
  color: #fc6000;
  background-color: #0000;
  border-color: #fc6000;
}

.button.orange.map:hover {
  color: var(--white);
  background-color: #ff8b43;
}

.button.green {
  color: var(--white);
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #40b429;
  border-style: solid;
  border-color: #40b429;
  margin-right: 10px;
  font-size: 11px;
}

.button.green:hover {
  color: var(--white);
  background-color: #55dd3a;
}

.button.green.menu {
  margin-top: 10px;
}

.button.green.map {
  color: #fc6000;
  background-color: #0000;
  border-color: #fc6000;
}

.button.green.map:hover {
  color: var(--white);
  background-color: #ff8b43;
}

.button.order {
  border-color: var(--red);
  color: var(--red);
  letter-spacing: 1px;
  width: 250px;
  max-width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.button.order:hover {
  background-color: var(--red);
  color: var(--white);
}

.button.grn {
  border-color: var(--white);
  background-color: var(--lime-green);
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #0003;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 26px;
  box-shadow: 1px 1px 3px #00000080;
}

.button.grn:hover {
  border-color: var(--red);
  color: var(--white);
  background-color: #48c54c;
}

.button.grn.menu {
  margin-top: 10px;
}

.button.grn.map {
  color: #fc6000;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  border-color: #fc6000;
}

.button.grn.map:hover {
  color: var(--white);
  background-color: #fc6000;
}

.button.clear {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 26px;
  box-shadow: 1px 1px 3px #00000080;
}

.button.clear:hover {
  border-color: var(--light-grey);
  color: var(--white);
  background-color: #00000029;
}

.button.clear.menu {
  margin-top: 10px;
}

.button.clear.map {
  color: #fc6000;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  border-color: #fc6000;
}

.button.clear.map:hover {
  color: var(--white);
  background-color: #fc6000;
}

.heading-9 {
  color: var(--red);
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

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

.column-10 {
  flex-direction: row;
  justify-content: center;
  display: block;
}

.column-11 {
  text-align: center;
  justify-content: center;
  display: block;
}

.div-block-8 {
  display: none;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.image-12 {
  position: relative;
  top: -70px;
}

.image-6 {
  width: 100%;
  position: relative;
  top: -28px;
}

.div-block-9 {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  width: 100%;
  max-width: 400px;
  height: 400px;
}

.link-block-3 {
  color: #fc6000;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  padding-left: 5px;
}

.image-13 {
  position: relative;
  top: -141px;
}

.section-9 {
  background-color: #fc6000;
  background-image: none;
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  margin-bottom: 0;
  padding: 40px 60px 60px;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Lulo Clean Bold;
  font-size: 32px;
  line-height: 44px;
}

.image-8 {
  max-width: 400px;
}

.challenge-2 {
  width: 100%;
  position: relative;
  top: -15px;
}

.heading-13 {
  font-size: 16px;
  line-height: 22px;
}

.image-14 {
  position: relative;
  top: -70px;
}

.footer-link {
  color: var(--white);
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.section-10 {
  background-color: var(--red);
  color: var(--white);
  padding: 20px 10px;
}

.section-11 {
  background-color: var(--black-2);
  background-image: linear-gradient(#ffffff40, #ffffff40), none;
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-10 {
  margin-bottom: 10px;
}

.column-12 {
  padding: 20px 20px 20px 40px;
}

.columns-8 {
  background-color: var(--white);
}

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

.text-block-11 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-15 {
  margin-top: 20px;
}

.heading-16 {
  color: var(--lime-green);
  text-align: center;
  background-image: url('../images/white-streak-large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-17 {
  font-family: Lulo Clean Bold;
}

.text-block-12, .text-block-13, .text-block-14 {
  font-size: 16px;
}

.info {
  text-align: left;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  font-family: Lulo Clean Outline;
}

.foodh {
  text-align: left;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.foodt {
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
}

.foodt.sub {
  color: var(--white);
  text-align: center;
  padding-bottom: 20px;
}

.price {
  text-align: right;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.price.ad {
  font-size: 14px;
}

.columns-9 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0 10px;
}

.columns-9.small {
  padding-top: 40px;
  padding-bottom: 10px;
}

.column-14, .column-15 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-19 {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cantora One, sans-serif;
}

.section-12 {
  padding: 40px 60px;
}

.div-block-10 {
  width: 232px;
  height: 200px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.image-15 {
  position: relative;
  top: -91px;
}

.image-16 {
  max-width: 120%;
  position: static;
  top: -22px;
  left: -46px;
  overflow: visible;
}

.column-16 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: block;
}

.columns-10 {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
}

.columns-11 {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  padding-bottom: 10px;
}

.foodimg {
  margin-left: 0;
  padding-left: 0;
}

.body-2 {
  background-color: #fc6000;
  font-family: Droid Sans, sans-serif;
}

.section-13 {
  background-color: var(--royal-blue);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.div-block-11 {
  text-align: center;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sociallink {
  padding: 10px;
}

.div-block-12 {
  text-align: center;
}

.footertext {
  color: var(--white);
  text-align: center;
  margin-left: 10px;
  padding-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

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

.navbar-2 {
  background-color: var(--black-2);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
}

.heading-20 {
  color: #fc6000;
  font-family: Lulo Clean Bold;
}

.text-block-16 {
  color: var(--white);
  flex: 0 auto;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Lulo Clean Bold;
  font-size: 32px;
  line-height: 32px;
  display: block;
}

.text-block-16.h {
  color: var(--white);
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 55px;
  display: block;
}

.container-2 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  background-color: #fc6000;
  width: 100%;
  height: 2px;
}

.text-block-17 {
  color: #fc6000;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.text-block-18 {
  color: #fc6000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-14 {
  background-color: #fc6000;
  margin-left: 10px;
}

.text-block-19 {
  text-shadow: 0 4px 1px #33333375;
  margin-left: 0;
  padding: 5px 20px;
  font-family: Lulo Clean Bold;
  font-size: 32px;
  line-height: 36px;
}

.column-17 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: block;
}

.streetfood {
  color: #fc6000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-2 {
  text-shadow: 2px 2px 2px #00000082;
  background-color: #fc6000;
  width: 100%;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Lulo Clean Bold;
  font-size: 15px;
  line-height: 25px;
  box-shadow: 0 3px 2px #00000082;
}

.div-block-15 {
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.fundraise {
  text-shadow: 2px 2px 2px #00000080;
  background-color: #40b429;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-family: Lulo Clean Bold;
  font-size: 12px;
  box-shadow: 0 3px 2px #00000082;
}

.columns-13 {
  height: 80px;
}

.columns-14 {
  margin-top: 10px;
}

.slide1-copy {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-nav {
  display: none;
}

.link-block-4 {
  color: var(--white);
  text-decoration: none;
}

.fooddiv {
  padding: 10px;
}

.container-3 {
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 2px 2px #00000080;
}

.column-20, .column-21, .column-22, .column-23 {
  text-align: center;
}

.section-14 {
  background-image: url('../images/rositas-restaurant-mexican-salvadorian_1.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  max-height: 100%;
  box-shadow: inset 1px 1px 3px #00000080;
}

.section-15 {
  background-color: var(--black-2);
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-20 {
  color: #40b429;
  text-align: center;
  font-family: Lulo Clean Bold;
  font-size: 30px;
  line-height: 55px;
}

.text-block-21 {
  float: none;
  color: var(--white);
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 25px;
  line-height: 40px;
  position: static;
  inset: auto 0% 0% -10%;
}

.div-block-16 {
  background-color: #40b429;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 100px 0% 0% 50%;
  box-shadow: 2px 2px 2px #33333380;
}

.section-16 {
  background-image: url('../images/tacos-pastor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  max-height: 100%;
  box-shadow: inset 1px 1px 3px #00000080;
}

.slide {
  background-image: none;
  background-position: 50% 20%;
  background-size: cover;
}

.slide-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide4 {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
}

.slide5 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orange {
  padding: 10px 60px 60px;
}

.wood {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  padding: 10px 60px 40px;
}

.green {
  background-color: #40b429;
  background-image: url('../images/Mex-background1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 60px 60px;
}

.pottery {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/Mex-background1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10px 60px 40px;
}

.section-17 {
  background-color: var(--black-2);
}

.div-block-17 {
  text-align: center;
  width: auto;
  height: auto;
  overflow: hidden;
}

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

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

.section-18 {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
}

.section-19 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.deliveryoptions {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.delivdiv {
  height: auto;
  text-decoration: none;
}

.delivimg {
  height: 80px;
}

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

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

.div-block-18 {
  text-align: center;
  padding: 20px;
}

.heading-21 {
  color: var(--royal-blue);
  text-align: center;
  background-image: url('../images/white-streak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.body-3 {
  background-color: var(--royal-blue);
  font-family: Droid Sans, sans-serif;
  line-height: 22px;
}

.container-4 {
  background-color: var(--white);
}

.section-21 {
  background-image: none;
  background-position: 50% 20%;
  background-size: cover;
  height: 500px;
  max-height: 100%;
}

.image-17 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  top: -110px;
}

.div-block-19 {
  height: 200px;
  margin-top: 0;
  overflow: hidden;
}

.section-21-copy {
  background-image: none;
  background-position: 50% 30%;
  background-size: cover;
  height: 500px;
  max-height: 100%;
}

.mpls {
  color: var(--light-grey);
  text-align: center;
  flex: 1;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
  font-family: Lulo Clean Bold;
  display: none;
  position: relative;
}

.mpls:hover {
  color: #fc6000;
}

.mpls.w--current {
  color: var(--light-grey);
}

.mpls.w--current:active, .mpls.w--current:focus {
  color: #fc6000;
}

.mpls.w--current:visited {
  color: var(--light-grey);
}

.stp {
  color: var(--light-grey);
  text-align: center;
  flex: 1;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
  font-family: Lulo Clean Bold;
  display: none;
  position: relative;
}

.stp:hover {
  color: #fc6000;
}

.stp.w--current {
  color: var(--light-grey);
}

.stp.w--current:active, .stp.w--current:focus {
  color: #fc6000;
}

.stp.w--current:visited {
  color: var(--light-grey);
}

.fund {
  color: var(--light-grey);
  text-align: center;
  flex: 1;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
  font-family: Lulo Clean Bold;
  display: none;
  position: relative;
}

.fund:hover {
  color: #fc6000;
}

.fund.w--current {
  color: var(--light-grey);
}

.fund.w--current:active, .fund.w--current:focus {
  color: #fc6000;
}

.fund.w--current:visited {
  color: var(--light-grey);
}

.navbar-2-copy {
  background-color: var(--black-2);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
}

.div-block-11-copy {
  background-color: var(--red);
  text-align: center;
  flex-direction: column;
  margin-top: 10px;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.mobile-div-11 {
  text-align: center;
  flex-direction: column;
  margin-top: 10px;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
}

.newlocation {
  color: #fc6000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.stpaulbutton {
  text-align: center;
  text-shadow: 2px 2px 2px #00000082;
  background-color: #fc6000;
  width: 100%;
  margin-top: 0;
  padding: 10px;
  font-family: Lulo Clean Bold;
  font-size: 15px;
  line-height: 25px;
  box-shadow: 0 3px 2px #00000082;
}

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

.text-block-22 {
  color: #fc6000;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-23 {
  color: #fc6000;
  font-weight: 700;
}

.link-4, .link-5, .link-6 {
  color: var(--black-2);
  text-decoration: none;
}

.text-span {
  color: var(--white);
  font-size: 12px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-size: 12px;
  font-style: italic;
}

.heading-22, .heading-23 {
  font-size: 25px;
  line-height: 35px;
}

.link-7 {
  color: #fc6000;
  text-decoration: none;
}

.buttonloc {
  text-shadow: 2px 2px 2px #00000082;
  background-color: #fc6000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Lulo Clean Bold;
  font-size: 15px;
  line-height: 25px;
  box-shadow: 0 3px 2px #00000082;
}

.columns-15 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.columns-16 {
  margin-top: 20px;
}

.columns-17 {
  margin-bottom: 20px;
}

.image-18 {
  width: 150px;
}

.navbar-3 {
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: block;
}

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

.image-19 {
  max-width: 100%;
  display: block;
}

.nav-link-2 {
  font-family: Cantora One, sans-serif;
}

.nav-link-3 {
  color: var(--red);
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.nav-link-3:hover {
  background-color: var(--red);
  color: var(--white);
}

.nav-link-3.w--current {
  color: var(--red);
  font-family: Oswald, sans-serif;
}

.nav-link-3.w--current:hover {
  color: var(--white);
}

.nav-link-3.order {
  background-color: var(--red);
  color: var(--white);
  margin-left: 10px;
}

.nav-link-3.order:hover {
  background-color: var(--crimson);
}

.div-block-21 {
  flex-direction: column;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-23 {
  background-color: var(--red);
  text-align: center;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 1px 1px 3px #00000080;
}

.heading-24 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
}

.heading-25 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.nav-menu-2 {
  flex: 1;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.column-27, .column-28 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-29, .column-30 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-7 {
  background-color: var(--white);
  padding: 20px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 21px;
  grid-template: "."
                 "." 201px
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 201px;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-26, .paragraph {
  color: var(--white);
}

.image-20 {
  width: 250px;
}

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

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

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

.text-block-24 {
  font-size: 12px;
}

.text-block-25 {
  color: var(--white);
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
}

.link-8 {
  color: var(--red);
  background-image: url('../images/white-streak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.text-block-26 {
  color: var(--black-2);
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.section-22 {
  background-color: var(--lime-green);
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-8 {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 10px;
}

.heading-27 {
  background-color: var(--red);
  color: var(--red);
  text-align: center;
  background-image: url('../images/white-streak.png');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-27.start {
  color: var(--red);
  margin-top: 0;
}

.bold-text {
  text-align: left;
  font-family: Oswald, sans-serif;
}

.heading-27-copy {
  background-color: var(--sea-green);
  color: var(--sea-green);
  text-align: center;
  background-image: url('../images/white-streak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-28, .heading-28-copy {
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  text-align: center;
  background-image: url('../images/white-streak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-29 {
  background-color: var(--red);
  color: var(--red);
  text-align: center;
  background-image: url('../images/white-streak-Xlarge.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-29.start {
  margin-top: 0;
}

.catdesc {
  padding-left: 10px;
}

.heading-28-copy {
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  text-align: center;
  background-image: url('../images/white-streak-Xlarge.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

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

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

.div-block-26 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.menuheading {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.breakfast-hidden {
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.image-21 {
  position: static;
  top: -78px;
}

.section-23 {
  padding-bottom: 40px;
}

.list-item-2 {
  text-align: left;
  padding-left: 5px;
  font-size: 16px;
  line-height: 22px;
}

.container-13 {
  text-align: center;
  border: 2px solid #00619d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.text-block-2 {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}

.button-7 {
  letter-spacing: 1px;
  background-color: #317dc4;
  margin-top: 10px;
  margin-right: 40px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 26px;
}

.columns-18 {
  background-color: #bbd0dd;
  width: 75%;
  padding: 10px;
}

.link-block-5 {
  text-decoration: none;
}

.text-block-3 {
  color: #375775;
  padding-bottom: 10px;
  font-size: 33px;
  line-height: 44px;
  text-decoration: none;
}

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

.text-block-27 {
  color: var(--royal-blue);
  letter-spacing: -1px;
  padding-left: 3px;
  font-family: Farro, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.text-block-28 {
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

.text-block-29 {
  color: var(--red);
  letter-spacing: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-27-copy {
  color: var(--red);
  letter-spacing: -1px;
  font-family: Farro, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.brand, .brand.w--current {
  padding-top: 8px;
}

.section-22-copy {
  background-color: var(--royal-blue);
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.div-block-28 {
  background-color: var(--red);
  border: 1px solid #fff;
  width: 60%;
  margin-bottom: 0;
  padding: 20px 40px;
}

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

.menucategory.catering {
  color: #e8ffe4;
  letter-spacing: 0;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Rock Salt, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.greendiv-copy {
  background-color: var(--lime-green);
  width: 50%;
  height: 3px;
}

.text-block-30 {
  color: #fff;
  width: auto;
  font-size: 18px;
  line-height: 22px;
}

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

.heading-28-copy {
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  text-align: center;
  background-image: url('../images/white-streak.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.div-block-32 {
  background-image: url('../images/burritos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 200px;
}

.slider-2 {
  height: 350px;
}

.div-block-11-copy-copy {
  background-color: var(--red);
  text-align: center;
  flex-direction: column;
  margin-top: 10px;
  margin-right: 10px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.body-4, .body-5 {
  font-family: Droid Sans, sans-serif;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .columns {
    padding-left: 100px;
    padding-right: 100px;
  }

  .imgwrap {
    height: 280px;
  }

  .section-2, .section-13 {
    padding-bottom: 100px;
  }

  .section-14, .section-16 {
    height: 500px;
  }

  .navbar-3 {
    justify-content: space-between;
    display: block;
  }

  .container-5 {
    display: block;
  }

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

  .div-block-28 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

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

  .section-13 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-16 {
    height: 550px;
  }

  .div-block-27 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .div-block-28 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .text-block-30 {
    font-size: 20px;
    line-height: 24px;
  }
}

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

  .section-2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-13 {
    padding: 60px 25% 100px;
  }

  .section-14, .section-16 {
    height: 650px;
  }

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

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
    top: 60px;
  }

  .nav-menu {
    z-index: 9;
    background-color: var(--black-2);
    flex-wrap: wrap;
    flex: 0 auto;
    place-content: flex-end center;
    align-items: center;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image {
    display: block;
  }

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

  .container {
    z-index: 9;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-link {
    color: #fc6000;
    text-align: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
  }

  .subhead {
    font-size: 12px;
  }

  .div-block-2 {
    height: auto;
  }

  .slider {
    margin-top: 80px;
  }

  .heading {
    font-size: 26px;
  }

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

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

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

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

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

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

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

  .button.review {
    color: var(--red);
  }

  .column-9 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .column-10, .column-11 {
    justify-content: center;
    display: flex;
  }

  .link-block {
    display: none;
  }

  .menu-button {
    position: fixed;
    inset: 0% auto auto 45%;
  }

  .image-11 {
    display: none;
  }

  .div-block-8 {
    justify-content: center;
    width: 100%;
    display: none;
    position: static;
    top: 69px;
  }

  .link-block-2.w--current {
    display: none;
  }

  .image-12 {
    position: static;
  }

  .image-6 {
    top: -114px;
  }

  .div-block-9 {
    height: auto;
    margin-bottom: 20px;
  }

  .image-9 {
    position: relative;
    top: -95px;
  }

  .image-13 {
    position: relative;
    top: -148px;
  }

  .image-8 {
    position: relative;
    top: -113px;
  }

  .challenge-2 {
    position: static;
    top: -298px;
  }

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

  .price {
    text-align: right;
  }

  .columns-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    display: none;
  }

  .sociallink {
    padding: 10px;
  }

  .navbar-2 {
    padding-bottom: 20px;
  }

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

  .text-block-19 {
    font-size: 24px;
  }

  .columns-13, .columns-14 {
    display: none;
  }

  .menu-button-2.w--open {
    background-color: var(--black-2);
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-20 {
    font-size: 28px;
    line-height: 40px;
  }

  .orange, .wood {
    padding-left: 20px;
    padding-right: 20px;
  }

  .green {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pottery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-20 {
    margin-top: 120px;
  }

  .image-17 {
    top: -73px;
  }

  .mpls, .stp, .fund {
    color: #fc6000;
    text-align: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
    display: block;
  }

  .navbar-2-copy {
    padding-bottom: 20px;
  }

  .div-block-11-copy, .mobile-div-11 {
    display: block;
  }

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

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

  .container-5 {
    justify-content: space-between;
    display: flex;
  }

  .nav-link-3 {
    flex: 0 auto;
  }

  .nav-link-3.order {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-22 {
    margin-top: 0;
  }

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

  .gallery-grid-container {
    align-self: stretch;
  }

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

  .menu-button-3.w--open {
    background-color: var(--red);
  }

  .section-22, .section-22-copy {
    margin-top: 120px;
  }

  .menucategory.catering {
    background-color: #0000;
    font-size: 44px;
    line-height: 44px;
  }

  .slider-2 {
    height: 400px;
  }

  .div-block-11-copy-copy {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 5;
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-menu {
    background-color: var(--black-2);
    flex: 0 auto;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .div-block {
    display: none;
  }

  .container {
    text-align: left;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-link {
    z-index: 9;
    color: #fc6000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    width: 80%;
    height: auto;
  }

  .slider {
    margin-top: 80px;
  }

  .dropdown-link {
    z-index: 9;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    z-index: 9;
    position: relative;
  }

  .newtext {
    font-size: 15px;
  }

  .imgwrap {
    height: 300px;
  }

  .newwrap {
    height: auto;
    padding-bottom: 20px;
  }

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

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

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

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

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

  .section-2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.review {
    background-color: var(--red);
    color: #fff;
  }

  .button.order {
    background-color: var(--red);
    color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    z-index: 9;
    inset: 0% auto auto 0%;
  }

  .menu-button.w--open {
    position: fixed;
  }

  .image-11 {
    display: block;
  }

  .icon-3 {
    display: none;
  }

  .div-block-8 {
    text-align: center;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .link-block-2 {
    width: 150px;
  }

  .link-block-2.w--current {
    display: none;
  }

  .image-12 {
    position: relative;
  }

  .image-6 {
    top: -72px;
  }

  .image-9 {
    top: -56px;
  }

  .image-13 {
    width: 100%;
    position: static;
    top: -44px;
  }

  .challenge-2 {
    position: static;
    top: -185px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-16 {
    padding-bottom: 20px;
  }

  .sociallink {
    margin-left: 5px;
    padding: 10px;
  }

  .navbar-2 {
    z-index: 9;
  }

  .text-block-16 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-16.h {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .text-block-19 {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .columns-13, .columns-14, .icon-4, .menu-button-2 {
    display: none;
  }

  .menu-button-2.w--open {
    z-index: 1;
    background-color: var(--black-2);
    display: none;
  }

  .dropdown {
    z-index: 9;
  }

  .text-block-20 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-16 {
    left: 18%;
  }

  .green {
    padding-bottom: 10px;
  }

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

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

  .section-21 {
    background-position: 50% 0;
  }

  .image-17 {
    top: -63px;
  }

  .section-21-copy {
    background-position: 50% 0;
  }

  .mpls, .stp, .fund {
    z-index: 9;
    color: #fc6000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2-copy {
    z-index: 9;
  }

  .div-block-11-copy {
    display: block;
  }

  .div-block-20 {
    display: none;
  }

  .heading-23 {
    font-size: 20px;
    line-height: 30px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .menu-button-3.w--open {
    background-color: var(--red);
  }

  .section-23 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    width: 80%;
  }

  .menucategory.catering {
    background-image: none;
    font-size: 44px;
  }

  .greendiv-copy {
    width: 25%;
  }

  .slider-2 {
    height: 300px;
  }

  .div-block-11-copy-copy {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: none;
  }

  .nav-menu {
    z-index: 9;
    background-color: var(--black-2);
    flex-flow: column wrap;
    place-content: center flex-start;
    align-items: flex-start;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    z-index: 2;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: absolute;
    inset: 162% auto 0% 0%;
  }

  .nav-link {
    color: #fc6000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .subhead {
    display: none;
  }

  .div-block-2 {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slider {
    height: 100vh;
    margin-top: 80px;
    position: static;
  }

  .heading {
    font-size: 28px;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .newtext, .imgwrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .newwrap {
    height: auto;
    padding-bottom: 20px;
  }

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

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

  .challenge {
    position: static;
  }

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

  .button {
    margin-top: 20px;
  }

  .button.review {
    background-color: var(--red);
  }

  .button.dark {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .button.orange {
    border-color: var(--red);
    padding-top: 10px;
  }

  .button.order {
    max-width: 100%;
  }

  .button.grn, .button.clear {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .column-9, .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    position: fixed;
  }

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

  .image-6, .image-9, .image-13 {
    position: static;
  }

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

  .image-8, .challenge-2, .image-14 {
    position: static;
  }

  .footer-link, .footer-link.w--current {
    margin-left: 0;
  }

  .section-10 {
    flex-direction: column;
    padding-left: 10px;
    display: block;
  }

  .section-11 {
    padding-bottom: 10px;
  }

  .foodt.sub {
    padding-left: 10px;
  }

  .price {
    text-align: right;
    font-size: 20px;
  }

  .price.ad {
    font-size: 10px;
  }

  .section-12 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .sociallink {
    margin-left: 5px;
  }

  .div-block-12 {
    flex-direction: column;
    display: flex;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .text-block-16 {
    padding-left: 0;
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-16.h {
    align-self: flex-start;
    width: 20px;
    margin-right: 10px;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .container-2 {
    flex-wrap: wrap;
    place-content: center flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    flex: 1;
    margin-top: 10px;
    margin-left: 0;
  }

  .text-block-19 {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .column-17 {
    flex: 1;
    height: 50px;
  }

  .div-block-15 {
    flex-flow: wrap;
    place-content: flex-end center;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .columns-13 {
    justify-content: center;
    height: auto;
    display: none;
  }

  .menu-button-2 {
    width: 100%;
    display: block;
    position: static;
  }

  .menu-button-2.w--open {
    z-index: 5;
    background-color: var(--black-2);
    width: 100%;
    position: static;
  }

  .column-18, .column-19 {
    display: none;
  }

  .dropdown {
    position: static;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-14 {
    background-position: 40%;
    background-repeat: repeat-y;
    height: 100vh;
  }

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

  .text-block-20 {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-16 {
    width: 100%;
    position: static;
  }

  .section-16 {
    height: 100vh;
  }

  .orange {
    padding: 0;
  }

  .wood, .green, .pottery {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    max-width: 100%;
  }

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

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

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

  .section-21 {
    background-position: 50% 0;
  }

  .image-17 {
    position: static;
    top: -6px;
  }

  .div-block-19 {
    height: 130px;
  }

  .section-21-copy {
    background-position: 0 0;
  }

  .mpls, .stp, .fund {
    color: #fc6000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .navbar-2-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .div-block-11-copy {
    display: block;
  }

  .div-block-20 {
    display: none;
  }

  .text-block-22 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-23 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-23 {
    font-size: 15px;
    line-height: 18px;
  }

  .image-18 {
    width: 100px;
  }

  .div-block-17-copy {
    max-width: 100%;
  }

  .nav-link-3.order {
    margin-left: 0;
  }

  .div-block-23 {
    background-color: var(--red);
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .heading-25 {
    font-size: 24px;
    line-height: 26px;
  }

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

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--red);
  }

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

  .link-8 {
    color: var(--red);
  }

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

  .section-22 {
    margin-top: 80px;
  }

  .div-block-25 {
    flex-direction: column;
    width: 100%;
  }

  .menuheading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .section-23 {
    padding-bottom: 20px;
  }

  .container-13 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-7, .columns-18 {
    width: 100%;
  }

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

  .text-block-29 {
    font-size: 44px;
  }

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

  .section-22-copy {
    margin-top: 80px;
  }

  .div-block-28 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menucategory.catering {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 33px;
    line-height: 33px;
  }

  .greendiv-copy {
    width: 50%;
  }

  .text-block-30 {
    font-size: 16px;
    line-height: 20px;
  }

  .slider-2 {
    height: 200px;
  }

  .div-block-11-copy-copy {
    margin-top: 20px;
    display: block;
  }
}


