:root {
  --black-2: #333;
  --light-grey: #cecece;
  --white: white;
  --red-2: #da3d07;
  --clear: #0000;
  --sea-green: #267d5a;
  --red: #c72f2f;
  --red-3: #f05722;
  --black: black;
  --brown: #613e3e;
  --linen: #f0f0f0;
  --brown-2: #a52727;
  --blue: #005b97;
  --dim-grey: #585858;
  --alice-blue: #e0e6f2;
  --dim-grey-2: #4f6270;
  --crimson: #e03447;
}

.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: 90vh;
  margin-top: 110px;
}

.slide1 {
  background-image: url('../images/steak-taco-box.jpg');
  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: linear-gradient(#00000080, #00000080), url('../images/mexican-restaurant-woodbury.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide3 {
  background-image: url('../images/inside3.jpg');
  background-position: 50%;
  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 {
  z-index: 2;
  background-color: var(--red-2);
  margin-top: 0;
  padding: 40px 10px 100px;
  position: relative;
  box-shadow: 1px 1px 3px #00000080;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

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

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

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

.imgwrap {
  width: auto;
  height: 280px;
  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: Open 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: 430px;
  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: static;
  top: -189px;
}

.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 {
  height: 200px;
  position: static;
  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 {
  background-color: var(--clear);
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-12.black-copy {
  color: var(--black-2);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Lilita One, sans-serif;
  font-weight: 400;
}

.challenge {
  width: 100%;
  max-width: none;
  display: block;
  position: static;
  top: -43px;
  left: 0;
}

.section-2 {
  background-color: var(--sea-green);
  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-2);
  color: var(--red-2);
  width: 100%;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: static;
  inset: auto 0% 0%;
}

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

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

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

.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-2);
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #0000004d;
  border-radius: 0;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.button.orange:hover {
  background-color: var(--red-3);
  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.orange.bottom {
  margin-top: 20px;
}

.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-2);
  color: var(--red-2);
  letter-spacing: 1px;
  border-radius: 0;
  width: 250px;
  max-width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

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

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

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

.button.solid {
  border-color: var(--white);
  background-color: var(--sea-green);
  color: var(--white);
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #0003;
  border-radius: 5px;
  margin-right: 10px;
  font-family: Lilita One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: 1px 1px 3px #00000080;
}

.button.solid:hover {
  border-color: var(--red-2);
  background-color: var(--red-2);
  color: var(--white);
}

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

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

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

.heading-9 {
  color: var(--red-2);
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.column-9 {
  order: 0;
  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;
}

.right-arrow {
  display: block;
}

.left-arrow {
  display: block;
  overflow: visible;
}

.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: url('../images/woodbgdark.jpg');
  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-2);
  color: var(--white);
  padding: 20px 10px;
}

.section-11 {
  background-color: var(--black-2);
  background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/steel2.jpg');
  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: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

.heading-16 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.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;
}

.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(--sea-green);
  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: url('../images/Hamburguesas-ad.jpg');
  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/seafood-restaurant-woodbury-mn.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  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/seafood-woodbury-minnesota.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
  box-shadow: inset 1px 1px 3px #00000080;
}

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

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

.slide4 {
  background-image: url('../images/eggs.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/burger-and-beer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.wood {
  background-image: url('../images/woodbgdark.jpg');
  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: 40px 60px;
}

.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: url('../images/el-gordo-burgers.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
}

.section-19 {
  background-image: url('../images/tacos-pork.jpg');
  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;
  padding-top: 40px;
}

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

.heading-21 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.body-3 {
  background-color: var(--red-2);
  margin-top: 0;
  padding-top: 10px;
  font-family: Droid Sans, sans-serif;
  line-height: 22px;
}

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

.section-21 {
  background-image: url('../images/St-Paul.jpg');
  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: url('../images/Minneapolis.jpg');
  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 {
  text-align: center;
  flex-direction: column;
  margin-top: 10px;
  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;
}

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

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

.image-18 {
  width: 160px;
  margin-right: 10px;
}

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

.container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
}

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

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

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

.nav-link-3 {
  color: var(--white);
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

.nav-link-3.w--current {
  color: var(--light-grey);
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.nav-link-3.w--current:hover {
  color: var(--red-2);
  background-color: #0000;
}

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

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

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

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

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

.div-block-23 {
  text-align: center;
  background-color: #0000;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  padding: 20px;
}

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

.heading-25 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.nav-menu-2 {
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.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/10624518_1498788640362691_2042256422_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/64402d5bf56ef87bddc4dd7c_cilantro-mexican-patio-01.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/6440290b048b152748857fb9_patio-01-crp.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;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.link-8 {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.icon-5 {
  display: none;
  overflow: hidden;
}

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

.section-22 {
  background-color: #35ae39;
  margin-top: 110px;
  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 {
  color: #4172b8;
  text-align: center;
  background-color: #4172b8;
  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 {
  color: #4172b8;
  text-align: center;
  background-color: #4172b8;
  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 {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 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;
}

.slider-2 {
  height: 350px;
}

.slide-6 {
  background-image: url('../images/good-bites-woodbury-mn.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.div-block-27 {
  z-index: 9;
  background-color: var(--black-2);
  width: 100%;
  position: static;
  inset: 0% 0% auto;
}

.link-9 {
  color: var(--white);
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.text-block-27 {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-28 {
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding-left: 20px;
  display: flex;
}

.sociallink-copy {
  padding: 2px 10px 3px;
}

.socialdiv {
  text-align: center;
  padding-right: 20px;
}

.image-21 {
  display: inline-block;
}

.div-block-28-copy {
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding-left: 20px;
  display: none;
}

.link-9-copy {
  color: var(--white);
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 25px;
  text-decoration: none;
}

.socialdiv-copy {
  padding-right: 20px;
}

.section-23 {
  background-color: var(--white);
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.heading-30.start {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/huarache-1024x597.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

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

.heading-27-copy-2 {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/burrito-de-lengua-1024x683.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.container-9 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
}

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

.button-3 {
  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-3:hover {
  color: #fff;
  background-color: #fc6000;
}

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

.button-3.dark:hover {
  color: #fff;
  background-color: #c72f2f;
  border-color: #c72f2f;
}

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

.circlediv {
  text-align: center;
  background-image: url('../images/huarache-1024x597.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.image-23 {
  max-width: 350px;
  display: inline-block;
}

.column-31 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.heading-2-copy {
  color: var(--red-2);
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lilita One, sans-serif;
  font-weight: 400;
}

.column-32 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-18 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.column-33, .column-34, .column-35, .column-36 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-24 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 3px #00000085;
}

.slide-7, .slide-8, .slide-9, .slide-10, .slide-11, .slide-12 {
  width: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-3 {
  background-color: var(--white);
  height: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.slide-13, .slide-14, .slide-15, .slide-1 {
  width: 240px;
  padding-left: 20px;
  padding-right: 20px;
}

.plates {
  color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/huarache-1024x597.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.column-37 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.columns-19 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.column-38, .column-39, .column-40 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tortas {
  color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/torta-de-milanesa-de-pollo-1024x683.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.tacos {
  color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/76F4BF8F-F1D2-4B15-8077-B86E7182AD07-1024x768.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.burritos {
  color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/burrito-de-barbacoa-1024x576.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
}

.section-23-copy {
  background-color: var(--white);
  margin-top: 110px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-tacos {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/76F4BF8F-F1D2-4B15-8077-B86E7182AD07-1024x768.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.heading-tortas {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/torta-de-milanesa-de-pollo-1024x683.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.heading-kids {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/QUESADILLA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.heading-sides {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/guacamole-benefits.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.heading-drinks {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/BEBIDAS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.heading-cater {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000061, #00000061), url('../images/enchiladas-rojas.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  display: flex;
}

.brand {
  margin-top: 0;
  margin-bottom: 5px;
}

.brand.w--current {
  margin-bottom: 5px;
}

.footersocialdiv {
  text-align: center;
  padding-top: 10px;
  padding-right: 20px;
}

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

.section-25 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Carne-asada-woodbury-minnesota.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 100px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

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

.heading-34 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.text-block-29 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.section-25-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/quesadilla-side.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 100px;
  display: flex;
}

.sec-about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/cerviche.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 100px;
  display: flex;
}

.container-10 {
  padding: 20px;
  display: block;
}

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

.text-block-29-copy {
  color: var(--red-2);
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.heading-35 {
  color: var(--black-2);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.column-41 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 20px;
  display: flex;
}

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

.text-block-30 {
  color: var(--brown);
  font-size: 16px;
  line-height: 22px;
}

.text-block-31 {
  color: var(--black-2);
  font-size: 16px;
  line-height: 24px;
}

.image-24 {
  height: 400px;
}

.column-42 {
  text-align: center;
}

.cater-sec {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mexican-enchiladas.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 100px;
  display: flex;
}

.heading-36 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

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

.text-block-32 {
  color: var(--black-2);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-12 {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-32-copy {
  color: var(--black-2);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.body-4 {
  color: var(--brown);
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.catering-head {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.image-25 {
  height: 350px;
}

.column-43 {
  text-align: center;
}

.section-27 {
  background-color: var(--linen);
}

.catering-subhead {
  color: var(--black-2);
  padding-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

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

.div-block-31 {
  position: static;
  inset: 0% 0% 0% auto;
}

.html-embed {
  z-index: 9;
  position: static;
  inset: 0% 0% auto auto;
}

.section-28 {
  background-color: var(--sea-green);
  padding-top: 0;
  padding-bottom: 60px;
}

.sociallinkmobile {
  padding: 2px 10px 3px;
}

.appsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-44 {
  text-align: center;
  padding: 20px 20px 20px 0;
}

.heading-9-copy {
  color: var(--red-2);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Lilita One, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-32 {
  justify-content: space-around;
  padding-top: 20px;
  display: flex;
}

.newtext-copy {
  color: var(--black-2);
  text-align: left;
  flex: 0 auto;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image-26 {
  height: 300px;
}

.column-45 {
  padding-left: 20px;
}

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

.html-embed-2 {
  margin-top: 20px;
}

.section-29 {
  height: 120px;
}

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

.dropdown-link-2 {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Lilita One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.dropdown-link-2:hover {
  color: var(--red-3);
}

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

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

.dropdown-list-3.w--open {
  margin-top: -16px;
}

.navbar-4, .navbar-5 {
  z-index: 9;
  background-color: var(--white);
}

.section-30 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-block-31-copy {
  color: var(--black-2);
  padding: 10px 20px;
  font-size: 22px;
  line-height: 28px;
}

.column-42-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-22 {
  height: 400px;
}

.column-41-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 20px;
  display: flex;
}

.container-11-copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-38 {
  color: var(--brown);
  font-family: Lilita One, sans-serif;
}

.image-27 {
  width: 300px;
}

.body-5 {
  font-family: Open Sans, sans-serif;
}

.heading-39 {
  font-family: Oswald, sans-serif;
}

.body-6 {
  background-color: var(--black);
  font-family: Open Sans, sans-serif;
}

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

.price-2 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.columns-23 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
}

.foodcol {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.imgbg {
  background-color: var(--black);
  padding: 20px 60px 60px;
}

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

.fooddiv-2.hidden {
  display: none;
}

.foodt-2 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

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

.menucategory.green {
  color: var(--red-3);
  letter-spacing: 0;
  background-color: #0000;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menucategory.blue {
  color: #268fd4;
  letter-spacing: 0;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menucategory.green {
  color: #55dd3a;
  letter-spacing: 0;
  text-shadow: none;
  letter-spacing: 0;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menucategory.green {
  color: #55dd3a;
  letter-spacing: 0;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menucategory.pink {
  color: var(--brown-2);
  letter-spacing: 0;
  letter-spacing: 0;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menucategory.red {
  color: #e8ffe4;
  letter-spacing: 0;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menucategory.green {
  color: var(--sea-green);
  letter-spacing: 0;
  text-shadow: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menucategory.blue {
  color: #268fd4;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.column-47 {
  text-align: left;
  border: 1px #cecece;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.foodh-2 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.div-block-24-copy {
  justify-content: space-around;
  padding-top: 10px;
  display: flex;
}

.columns-24 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
}

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

.fooddiv-3.hidden {
  display: none;
}

.button-4 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #333;
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

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

.button-4.dark {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  border-color: #fff;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.button-4.dark:hover {
  color: #fff;
  background-color: #333;
}

.foodt-3 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.cat-sub {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.column-49 {
  text-align: left;
  border: 1px #cecece;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.section-12-copy {
  background-color: #000;
  padding: 40px 60px;
}

.div-block-58 {
  justify-content: center;
  display: flex;
}

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

.black {
  background-color: #000;
  padding: 20px 60px 60px;
}

.columns-25 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.cat-sub-copy, .cat-sub-copy-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.image-28 {
  height: 200px;
}

.columns-27 {
  width: 25%;
}

.columns-28 {
  width: 50%;
}

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

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

.menuheading-3.black {
  color: var(--red-3);
  letter-spacing: 0;
  background-color: #0000;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

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

.div-block-62 {
  justify-content: center;
  display: flex;
}

.foodt-4 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.div-block-61 {
  position: relative;
  top: -22px;
}

.columns-29 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.foodh-3 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.price-3 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.foodt-5 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.text-block-178 {
  color: #d62427;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

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

.black-2 {
  background-color: #000;
  padding: 20px 60px 60px;
}

.columns-30 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-4 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.foodt-6 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodh-4 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.columns-31 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-5 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.imgbg-2 {
  background-color: var(--black);
  padding: 20px 60px 60px;
}

.foodt-7 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodh-5 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.columns-32 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.foodh-6 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.price-6 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.foodt-8 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodt-7-copy {
  color: var(--light-grey);
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 17px;
}

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

.div-block-59-copy {
  position: relative;
  top: -13px;
}

.black-3 {
  background-color: #000;
  padding: 20px 60px 60px;
}

.columns-33 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-7 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.div-block-59-copy-2, .div-block-59-copy-3 {
  position: relative;
  top: -13px;
}

.column-61, .column-52 {
  padding-left: 0;
  padding-right: 0;
}

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

.menuheading-4.black-3, .menuheading-4.black {
  color: var(--brown-2);
  letter-spacing: 0;
  background-color: #0000;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

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

.div-block-59-copy-4 {
  position: relative;
  top: -13px;
}

.foodt-9 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

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

.foodh-7 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.columns-34 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-8 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.imgbg-3 {
  padding: 20px 60px 60px;
}

.foodt-10 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodh-8 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.steel {
  background-color: #000;
  padding: 10px 60px 40px;
}

.columns-35 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-9 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.foodt-11 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodh-9 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.columns-36 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-10 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.imgbg-4 {
  padding: 20px 60px 60px;
}

.foodt-12 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodh-10 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.greenheader {
  background-color: #000;
  padding: 10px 60px 40px;
}

.greenheader.hidden {
  display: none;
}

.columns-37 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.foodt-13 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodh-11 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.columns-38 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-11 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.text-block-179 {
  color: #d62427;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.foodt-14 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

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

.columns-39 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.columns-40 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.imgbg-5 {
  background-color: var(--black);
  padding: 20px 60px 60px;
}

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

.black-4 {
  background-color: #000;
  padding: 20px 60px 60px;
}

.columns-41 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.columns-42 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 10px;
}

.price-12 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: none;
}

.columns-43 {
  background-color: #0000;
  border: 1px solid #cecece;
  padding-top: 20px;
}

.foodt-15 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.column-73 {
  text-align: left;
  border: 1px #cecece;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.foodh-12 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.section-12-copy-2 {
  background-color: #000;
  padding: 40px 60px;
}

.section-12-copy-2.hidden {
  display: none;
}

.column-16-copy {
  text-align: left;
  border: 1px #cecece;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.foodh-copy {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.column-74 {
  justify-content: flex-end;
  display: flex;
}

.dailysec-copy {
  background-color: #000;
  margin-top: 0;
  padding: 40px 60px 60px;
}

.speccol {
  background-color: #0000;
  border: 1px solid #cecece;
  height: 150px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0;
}

.foodt-copy {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-63 {
  width: 150px;
  height: auto;
  overflow: hidden;
}

.fooddiv-copy {
  background-color: #0000;
  border: 1px solid #cecece;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding: 10px;
  display: flex;
}

.foodt-copy-2, .foodt-copy-3 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.foodt-copy-4 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 22px;
}

.column-16-copy-2 {
  text-align: left;
  border: 1px solid #cecece;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: block;
}

.column-75 {
  border: 1px #cecece;
  border-right-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.foodh-copy-2 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.foodh-copy-3, .foodh-copy-4 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.foodcol-copy {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.foodh-copy-5 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.foodt-copy-5 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 17px;
}

.column-16-copy-3 {
  text-align: left;
  border: 1px #cecece;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.section-25-copy {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Birria-Tacos-woodbury-mn.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 100px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-56 {
  background-color: var(--red-3);
  width: 2px;
  height: 10px;
}

.symboldiv-copy {
  cursor: pointer;
  border-bottom: 1px #000;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  margin-top: 4px;
  display: flex;
  position: relative;
  left: -301px;
}

.columns-26 {
  background-color: #0000;
}

.trig-div {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-43-copy {
  color: #5cb429;
  flex: 1;
  align-self: flex-start;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

.menu-nav-sec {
  z-index: 9;
  background-color: #000;
  margin-top: 40px;
  padding: 10px 5% 5px;
  display: block;
  position: sticky;
  inset: 100px 0% auto 0;
}

.div-block-57 {
  background-color: var(--red-3);
  width: 10px;
  height: 2px;
  position: relative;
  top: -6px;
}

.link-10 {
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.link-10:hover {
  color: var(--red-3);
}

.acc-div {
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.triggerandacc {
  z-index: 9;
  position: static;
  top: 0;
  left: 0;
}

.bold-text-16 {
  color: var(--red-3);
  cursor: pointer;
  padding-bottom: 0;
  display: block;
}

.heading-43 {
  color: #5cb429;
  flex: 1;
  align-self: flex-start;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

.slide-4-copy {
  background-image: url('../images/good-bites-mexican-restaurant.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-14-copy {
  background-image: url('../images/Carne-asada-woodbury-minnesota.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
  box-shadow: inset 1px 1px 3px #00000080;
}

.section-31 {
  background-image: url('../images/cerviche.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
  box-shadow: inset 1px 1px 3px #00000080;
}

.section-32 {
  background-image: url('../images/Churros-wodbury-minnesota.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
  box-shadow: inset 1px 1px 3px #00000080;
}

.section-31-copy {
  background-image: url('../images/Burrito-woodbury-minnesota.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
  box-shadow: inset 1px 1px 3px #00000080;
}

.black-3-copy {
  background-color: #000;
  padding: 20px 60px 60px;
}

.slide2-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/seafood-woodbury-minnesota.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Burrito-woodbury-minnesota.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide9-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Chicken-Wings_Original.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-33 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/seafood-woodbury-minnesota.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 100px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

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

.icon-8 {
  display: none;
  overflow: hidden;
}

.section-26-copy {
  background-color: var(--linen);
  padding-top: 20px;
  padding-bottom: 60px;
}

.columns-44 {
  display: flex;
}

.column-590 {
  text-align: center;
  order: -9999;
}

.image-24-copy {
  height: auto;
}

.column-412 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 20px;
  display: flex;
}

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

@media screen and (min-width: 1280px) {
  .section-14 {
    background-position: 50% 80%;
  }

  .section-16 {
    background-position: 50%;
  }

  .image-18 {
    width: 160px;
  }

  .section-25, .section-25-copy, .sec-about, .cater-sec {
    height: 325px;
  }

  .imgbg, .section-12-copy, .black, .black-2, .imgbg-2, .black-3, .imgbg-3, .steel, .imgbg-4, .greenheader, .imgbg-5, .black-4, .section-12-copy-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .column-16-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dailysec-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .foodt-copy-4 {
    line-height: 22px;
  }

  .column-16-copy-2, .column-75 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foodt-copy-5 {
    line-height: 20px;
  }

  .symboldiv-copy {
    left: -430px;
  }

  .menu-nav-sec {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-14-copy, .section-31, .section-32, .section-31-copy {
    background-position: 50% 80%;
  }

  .black-3-copy {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .section-2, .section-13 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-14, .section-16 {
    background-position: 50%;
    height: 550px;
  }

  .section-25, .section-25-copy, .sec-about, .cater-sec {
    height: 350px;
  }

  .price-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .imgbg {
    padding-left: 15%;
    padding-right: 15%;
  }

  .foodt-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .button-4.dark {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .foodt-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-12-copy, .black {
    padding-left: 15%;
    padding-right: 15%;
  }

  .foodt-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .price-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .foodt-5 {
    font-size: 16px;
    line-height: 18px;
  }

  .black-2 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .price-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .foodt-6 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .price-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .imgbg-2 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .foodt-7 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-5, .foodh-6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .price-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .foodt-8, .foodt-7-copy {
    font-size: 16px;
    line-height: 18px;
  }

  .black-3 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .price-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .foodt-9 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-7 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .price-8 {
    font-size: 16px;
    line-height: 20px;
  }

  .imgbg-3 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .foodt-10 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-8 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .steel {
    padding-left: 15%;
    padding-right: 15%;
  }

  .price-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .foodt-11 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-9 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .price-10 {
    font-size: 16px;
    line-height: 20px;
  }

  .imgbg-4 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .foodt-12 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-10 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .greenheader {
    padding-left: 15%;
    padding-right: 15%;
  }

  .foodt-13 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-11 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .price-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .foodt-14 {
    font-size: 16px;
    line-height: 18px;
  }

  .imgbg-5, .black-4 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .price-12 {
    font-size: 16px;
    line-height: 20px;
  }

  .foodt-15 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodh-12 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .section-12-copy-2 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .foodh-copy {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .foodt-copy, .foodt-copy-2, .foodt-copy-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .foodt-copy-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .foodh-copy-2 {
    font-weight: 700;
  }

  .foodh-copy-3, .foodh-copy-4, .foodh-copy-5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .foodt-copy-5 {
    line-height: 18px;
  }

  .symboldiv-copy {
    left: -512px;
  }

  .section-14-copy, .section-31, .section-32, .section-31-copy {
    background-position: 50%;
    height: 550px;
  }

  .black-3-copy {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media screen and (min-width: 1920px) {
  .section-25, .section-25-copy, .sec-about, .cater-sec {
    height: 400px;
  }

  .imgbg, .section-12-copy, .black {
    padding-left: 15%;
    padding-right: 15%;
  }

  .image-28 {
    height: 400px;
  }

  .black-2, .imgbg-2, .black-3, .imgbg-3, .steel, .imgbg-4, .greenheader, .imgbg-5, .black-4, .section-12-copy-2 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .dailysec-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .speccol {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: block;
  }

  .symboldiv-copy {
    left: -604px;
  }

  .menu-nav-sec {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-31-copy {
    height: 600px;
  }

  .black-3-copy {
    padding-left: 15%;
    padding-right: 15%;
  }

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

@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: 100px;
  }

  .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: 150px;
  }

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

  .challenge {
    position: relative;
    top: 0;
  }

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

  .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;
  }

  .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%;
  }

  .image-18 {
    width: 150px;
  }

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

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

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

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

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

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

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

  .sociallink-copy {
    padding: 10px;
  }

  .image-22 {
    width: 25px;
  }

  .section-23 {
    margin-top: 10px;
  }

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

  .section-23-copy {
    margin-top: 100px;
  }

  .section-26 {
    padding-top: 0;
  }

  .image-24 {
    height: auto;
  }

  .section-28 {
    padding-top: 10px;
  }

  .sociallinkmobile {
    padding: 10px;
  }

  .div-block-32 {
    flex-direction: column;
    padding-top: 10px;
  }

  .image-26 {
    height: 350px;
    margin-top: 40px;
  }

  .dropdown-link-2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .icon-7 {
    color: var(--light-grey);
    font-size: 30px;
  }

  .foodcol {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .foodt-2 {
    padding: 0;
  }

  .menucategory.blue, .menucategory.green {
    font-size: 55px;
  }

  .menucategory.pink {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
  }

  .menucategory.green {
    background-color: #0000;
    font-size: 55px;
  }

  .menucategory.red, .menucategory.green {
    background-color: #0000;
    font-size: 55px;
  }

  .menucategory.blue {
    font-size: 55px;
  }

  .foodh-2 {
    text-align: left;
  }

  .fooddiv-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .foodt-3 {
    padding: 0;
  }

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

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

  .columns-27 {
    width: 30%;
  }

  .menuheading-3.black {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
  }

  .foodt-4 {
    padding: 0;
  }

  .foodh-3 {
    text-align: left;
  }

  .foodt-5 {
    padding: 0;
  }

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

  .foodt-6 {
    padding: 0;
  }

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

  .foodt-7, .foodt-8 {
    padding: 0;
  }

  .foodt-7-copy {
    padding: 0 10px;
  }

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

  .menuheading-4.black-3, .menuheading-4.black {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
  }

  .foodt-9 {
    padding: 0;
  }

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

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

  .foodt-10 {
    padding: 0;
  }

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

  .foodt-11 {
    padding: 0;
  }

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

  .foodt-12 {
    padding: 0;
  }

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

  .foodt-13, .foodt-14 {
    padding: 0;
  }

  .imgbg-5, .black-4 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .foodt-15 {
    padding: 0;
  }

  .section-12-copy-2, .column-16-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foodh-copy {
    text-align: center;
  }

  .dailysec-copy {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speccol {
    background-color: #0000;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .foodt-copy {
    text-align: center;
    padding: 0;
  }

  .div-block-63 {
    width: 300px;
    margin-top: 20px;
  }

  .fooddiv-copy {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
  }

  .foodt-copy-2, .foodt-copy-3, .foodt-copy-4 {
    padding: 0;
  }

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

  .column-76 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .foodcol-copy {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .foodt-copy-5 {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .symboldiv-copy {
    left: -236px;
  }

  .black-3-copy {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-29 {
    width: 300px;
  }

  .section-26-copy {
    padding-bottom: 20px;
  }

  .columns-44 {
    flex-flow: column;
  }

  .column-590 {
    order: 9999;
  }

  .image-24-copy {
    height: auto;
  }
}

@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: 90px;
  }

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

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

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

  .newtext {
    font-size: 16px;
  }

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

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

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

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

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

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

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

  .button.order {
    background-color: var(--red-2);
    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: 33px;
  }

  .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;
  }

  .image-18 {
    width: 100px;
    margin-top: 5px;
  }

  .navbar-3 {
    z-index: 99;
    position: fixed;
  }

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

  .nav-menu-2 {
    z-index: 9;
    padding-bottom: 0;
  }

  .gallery {
    padding: 40px 20px;
  }

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

  .image-10-copy {
    width: 100%;
  }

  .text-block-27 {
    display: none;
  }

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

  .section-23 {
    margin-top: 10px;
  }

  .plates {
    width: 100px;
    height: 100px;
  }

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

  .tortas, .tacos, .burritos {
    width: 100px;
    height: 100px;
  }

  .heading-33 {
    font-size: 24px;
    line-height: 28px;
  }

  .section-23-copy {
    margin-top: 100px;
  }

  .column-41 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .columns-20 {
    padding-bottom: 0;
  }

  .column-43, .section-28 {
    padding-top: 20px;
  }

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

  .image-26 {
    height: 300px;
    margin-top: 0;
  }

  .column-45 {
    order: 1;
    padding-left: 10px;
  }

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

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

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

  .text-block-31-copy {
    padding-left: 20%;
    padding-right: 20%;
  }

  .column-41-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-27 {
    width: 270px;
  }

  .foodcol {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .imgbg {
    padding-bottom: 10px;
  }

  .menucategory.green, .menucategory.blue, .menucategory.blue, .menucategory.green, .menucategory.green, .menucategory.blue, .menucategory.green, .menucategory.pink, .menucategory.pink, .menucategory.green, .menucategory.blue, .menucategory.red, .menucategory.green, .menucategory.blue {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

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

  .fooddiv-3 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

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

  .black {
    background-color: #0e0e0e;
    padding-bottom: 10px;
  }

  .columns-27 {
    width: 40%;
  }

  .columns-28 {
    width: 100%;
  }

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

  .menuheading-3.black {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

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

  .black-2 {
    background-color: #0e0e0e;
    padding-bottom: 10px;
  }

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

  .black-3 {
    background-color: #0e0e0e;
    padding-bottom: 10px;
  }

  .column-61, .column-52 {
    padding-left: 0;
    padding-right: 0;
  }

  .menuheading-4.black-3, .menuheading-4.black {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

  .column-63, .column-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .imgbg-3, .imgbg-4, .imgbg-5, .black-4 {
    padding-bottom: 10px;
  }

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

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

  .column-16-copy {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .foodh-copy {
    text-align: center;
  }

  .dailysec-copy {
    padding-left: 20%;
    padding-right: 20%;
  }

  .speccol {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .foodt-copy {
    text-align: center;
  }

  .div-block-63 {
    width: 300px;
    height: auto;
    margin-top: 20px;
  }

  .fooddiv-copy {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .foodt-copy-2 {
    text-align: center;
    line-height: 22px;
  }

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

  .column-75 {
    border-right-style: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .foodh-copy-3 {
    text-align: center;
  }

  .foodh-copy-4 {
    font-size: 22px;
    line-height: 26px;
  }

  .column-76 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .foodcol-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .foodt-copy-5 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .symboldiv-copy {
    left: -128px;
  }

  .menu-nav-sec {
    display: block;
    top: 100px;
  }

  .bold-text-16 {
    font-size: 22px;
  }

  .section-14-copy, .section-31 {
    height: 400px;
  }

  .section-31-copy {
    background-size: cover;
    height: 400px;
  }

  .black-3-copy {
    background-color: #0e0e0e;
    padding-bottom: 40px;
  }

  .column-412 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@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 {
    margin-top: 60px;
    position: static;
  }

  .heading {
    font-size: 28px;
  }

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

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

  .newtext {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .imgwrap {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .image-10 {
    position: relative;
    top: -23px;
  }

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

  .section-2 {
    background-color: var(--sea-green);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .button {
    margin-top: 20px;
  }

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

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

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

  .button.order {
    background-color: var(--red-2);
    border-radius: 4px;
    max-width: 100%;
  }

  .button.red, .button.solid {
    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: 15px;
    padding-right: 15px;
  }

  .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-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .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 {
    background-size: cover;
    height: 70vh;
  }

  .orange {
    padding: 0;
  }

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

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

  .column-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .heading-21 {
    font-size: 22px;
    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 {
    margin-top: 10px;
  }

  .container-5 {
    z-index: 9;
    padding-top: 0;
    position: relative;
    top: 0;
  }

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

  .nav-link-3 {
    z-index: 9;
    text-align: center;
  }

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

  .div-block-23 {
    order: 1;
    padding-top: 10px;
    position: static;
    inset: 0% 0% auto;
  }

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

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

  .nav-menu-2 {
    z-index: 9;
    position: absolute;
    top: 65px;
  }

  .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 {
    z-index: 9;
  }

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

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

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

  .image-10-copy {
    height: auto;
  }

  .div-block-28 {
    background-color: var(--brown);
    display: none;
  }

  .sociallink-copy {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-28-copy {
    background-color: var(--black-2);
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    padding-left: 0;
    display: block;
  }

  .link-9-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    display: block;
  }

  .socialdiv-copy {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .section-23 {
    margin-top: 10px;
  }

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

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

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

  .column-37 {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .column-40 {
    padding-bottom: 10px;
  }

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

  .section-23-copy {
    margin-top: 60px;
  }

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

  .column-41 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-24, .image-25 {
    height: auto;
  }

  .section-28 {
    padding-top: 20px;
  }

  .sociallinkmobile {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-44 {
    align-self: center;
    padding-right: 0;
  }

  .div-block-32 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

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

  .section-16-copy {
    height: 100vh;
  }

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

  .section-30 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-block-31-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-42-copy {
    height: 300px;
  }

  .columns-22 {
    height: auto;
  }

  .column-41-copy {
    height: auto;
    padding-top: 40px;
  }

  .container-11-copy {
    padding-top: 0;
  }

  .image-27 {
    width: 230px;
  }

  .column-46 {
    text-align: center;
  }

  .price-2 {
    font-size: 12px;
  }

  .columns-23 {
    text-align: left;
    border-style: none;
  }

  .foodcol {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .imgbg {
    background-color: #000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .foodt-2 {
    text-align: left;
    font-size: 16px;
  }

  .menucategory.green {
    background-color: #0000;
    background-image: none;
    font-size: 40px;
    line-height: 44px;
  }

  .menucategory.blue {
    color: #147fc7;
    background-image: linear-gradient(#0000, #0000);
    font-size: 40px;
    line-height: 44px;
  }

  .menucategory.green {
    color: #55dd3a;
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 40px;
    line-height: 44px;
  }

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

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

  .menucategory.green {
    color: #55dd3a;
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 40px;
    line-height: 44px;
  }

  .menucategory.blue {
    color: #147fc7;
    background-image: linear-gradient(#0000, #0000);
    font-size: 40px;
    line-height: 44px;
  }

  .column-47 {
    padding-bottom: 0;
  }

  .foodh-2 {
    text-align: left;
  }

  .column-48 {
    text-align: center;
  }

  .div-block-24-copy {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-24 {
    border-style: none;
  }

  .fooddiv-3 {
    text-align: left;
    display: block;
  }

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

  .button-4.dark {
    width: 100%;
    margin-right: 0;
    font-family: Open Sans, sans-serif;
  }

  .foodt-3 {
    text-align: left;
    font-size: 16px;
  }

  .cat-sub {
    font-size: 16px;
  }

  .column-49 {
    padding-bottom: 0;
  }

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

  .column-50 {
    text-align: center;
  }

  .black {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-25 {
    border-style: none;
  }

  .cat-sub-copy {
    margin-bottom: 0;
  }

  .image-28 {
    width: auto;
    max-width: 100%;
    height: 180px;
  }

  .columns-27 {
    width: 80%;
  }

  .menuheading-3.black {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 40px;
    line-height: 44px;
  }

  .foodt-4 {
    text-align: left;
    font-size: 16px;
  }

  .div-block-61 {
    width: 100%;
    height: 200px;
    position: static;
  }

  .columns-29 {
    border-style: none;
  }

  .column-56 {
    text-align: center;
  }

  .foodh-3 {
    text-align: left;
  }

  .price-3 {
    font-size: 12px;
  }

  .foodt-5 {
    text-align: left;
    font-size: 16px;
  }

  .column-57 {
    text-align: center;
  }

  .black-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-30 {
    border-style: none;
  }

  .price-4 {
    font-size: 12px;
  }

  .foodt-6 {
    text-align: left;
    font-size: 16px;
  }

  .foodh-4 {
    text-align: left;
  }

  .column-58 {
    text-align: center;
  }

  .columns-31 {
    border-style: none;
  }

  .price-5 {
    font-size: 12px;
  }

  .imgbg-2 {
    background-color: #000;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .foodt-7 {
    text-align: left;
    font-size: 16px;
  }

  .foodh-5 {
    text-align: left;
  }

  .columns-32 {
    border-style: none;
  }

  .column-59 {
    text-align: center;
  }

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

  .price-6 {
    font-size: 12px;
  }

  .foodt-8 {
    text-align: left;
    font-size: 16px;
  }

  .foodt-7-copy {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .column-60 {
    text-align: center;
  }

  .div-block-59-copy {
    width: 100%;
    height: 130px;
    position: static;
  }

  .black-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-33 {
    border-style: none;
  }

  .price-7 {
    font-size: 12px;
  }

  .div-block-59-copy-2, .div-block-59-copy-3 {
    width: 100%;
    height: 110px;
    position: static;
  }

  .menuheading-4.black-3, .menuheading-4.black {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-59-copy-4 {
    width: auto;
    height: 110px;
    position: static;
  }

  .foodt-9 {
    text-align: left;
    font-size: 16px;
  }

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

  .column-64 {
    text-align: center;
  }

  .columns-34 {
    border-style: none;
  }

  .price-8 {
    font-size: 12px;
  }

  .imgbg-3 {
    background-color: #000;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .foodt-10 {
    text-align: left;
    font-size: 16px;
  }

  .foodh-8 {
    text-align: left;
  }

  .column-65 {
    text-align: center;
  }

  .steel {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-35 {
    border-style: none;
  }

  .price-9 {
    font-size: 12px;
  }

  .foodt-11 {
    text-align: left;
    font-size: 16px;
  }

  .foodh-9 {
    text-align: left;
  }

  .column-66 {
    text-align: center;
  }

  .columns-36 {
    border-style: none;
  }

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

  .imgbg-4 {
    background-color: #000;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .foodt-12 {
    text-align: left;
    font-size: 16px;
  }

  .foodh-10 {
    text-align: left;
  }

  .column-67 {
    text-align: center;
  }

  .greenheader {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-37 {
    border-style: none;
  }

  .foodt-13 {
    text-align: left;
    font-size: 16px;
  }

  .foodh-11 {
    text-align: left;
  }

  .column-68 {
    text-align: center;
  }

  .columns-38 {
    border-style: none;
  }

  .price-11 {
    font-size: 12px;
  }

  .foodt-14 {
    text-align: left;
    font-size: 16px;
  }

  .column-69 {
    text-align: center;
  }

  .columns-39 {
    border-style: none;
  }

  .column-70 {
    text-align: center;
  }

  .columns-40 {
    border-style: none;
  }

  .imgbg-5 {
    background-color: #000;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-71 {
    text-align: center;
  }

  .black-4 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-41 {
    border-style: none;
  }

  .column-72 {
    text-align: center;
  }

  .columns-42 {
    border-style: none;
  }

  .price-12 {
    font-size: 12px;
  }

  .columns-43 {
    border-style: none;
  }

  .foodt-15 {
    text-align: left;
    font-size: 16px;
  }

  .column-73 {
    padding-bottom: 0;
  }

  .foodh-12 {
    text-align: left;
  }

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

  .column-16-copy {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-74 {
    display: block;
  }

  .dailysec-copy {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .speccol {
    border-style: solid;
  }

  .foodt-copy {
    font-size: 16px;
  }

  .div-block-63 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .fooddiv-copy {
    border-style: solid;
    padding-top: 0;
    padding-left: 0;
  }

  .foodt-copy-2 {
    font-size: 16px;
  }

  .foodt-copy-3 {
    text-align: left;
    font-size: 16px;
  }

  .foodt-copy-4 {
    text-align: center;
    font-size: 18px;
  }

  .column-16-copy-2 {
    padding-bottom: 0;
  }

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

  .foodh-copy-2 {
    text-align: center;
  }

  .foodh-copy-4 {
    text-align: left;
  }

  .column-76 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .foodcol-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .foodh-copy-5 {
    text-align: left;
  }

  .foodt-copy-5 {
    text-align: left;
    font-size: 16px;
  }

  .column-16-copy-3 {
    padding-bottom: 0;
  }

  .symboldiv-copy {
    left: -32px;
  }

  .trig-div {
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-43-copy {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .menu-nav-sec {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    top: 60px;
  }

  .triggerandacc {
    max-width: 100%;
  }

  .bold-text-16 {
    line-height: 22px;
  }

  .heading-43 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .section-14-copy, .section-31 {
    background-position: 40%;
    background-repeat: repeat-y;
    height: 400px;
  }

  .section-32 {
    background-position: 40%;
    background-repeat: repeat-y;
    height: 500px;
  }

  .section-31-copy {
    background-position: 40%;
    background-repeat: repeat-y;
    height: 400px;
  }

  .black-3-copy {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-30 {
    display: block;
  }

  .column-77 {
    text-align: left;
  }

  .newwrap-copy {
    height: auto;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-8 {
    overflow: hidden;
  }

  .section-26-copy {
    padding-bottom: 20px;
  }

  .image-24-copy {
    height: auto;
  }

  .column-412 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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


