:root {
  --black-2: #333;
  --light-grey: #cecece;
  --white: white;
  --red-2: #da3d07;
  --sea-green: #005a35;
  --red-3: #f05722;
  --red: #c72f2f;
  --dark-slate-blue: #48487f;
  --orange: #613e3e;
  --linen: #efebe4;
  --gainsboro: #e7e7e7;
  --black: black;
  --dim-grey: #585858;
  --alice-blue: #e0e6f2;
  --dim-grey-2: #4f6270;
  --crimson: #e03447;
  --brown: #a52727;
}

.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: 80vh;
  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/enchiladas-wadena-mn_1.jpg');
  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: Changa One, Impact, sans-serif;
  font-weight: 400;
}

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

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

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

.imgwrap {
  width: auto;
  height: 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: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.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 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Changa One, Impact, 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: 60px;
  padding-bottom: 100px;
  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: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  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: Changa One, Impact, 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-2);
  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: Changa One, Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

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

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

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

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

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

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

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

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

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

.button.order {
  border-color: var(--red-2);
  color: var(--red-2);
  letter-spacing: 1px;
  width: 250px;
  max-width: 100%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  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;
}

.heading-9 {
  color: var(--red-2);
  letter-spacing: 1px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  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, .left-arrow {
  display: none;
}

.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(--dark-slate-blue);
  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: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.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(--dark-slate-blue);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

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

.footer {
  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/el-mariachi-mex-restaurant.jpg');
  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-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/fajitas-mexican-restaurant.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  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: 0;
}

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

.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: Changa One, Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.body-3 {
  background-color: var(--dark-slate-blue);
  margin-top: 110px;
  padding-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.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: 170px;
  margin-right: 10px;
}

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

.container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  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(--black-2);
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

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

.nav-link-3.w--current {
  color: var(--black-2);
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  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;
  font-family: Changa One, Impact, sans-serif;
}

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

.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: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, 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: Open Sans, sans-serif;
  font-weight: 600;
}

.nav-menu-2 {
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  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/download-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-5 {
  background-image: url('../images/download.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: 10px;
  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: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

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

.section-22 {
  background-color: #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: 400px;
}

.slide-6 {
  background-image: url('../images/el-mariachi-restaurant.jpg');
  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(--dark-slate-blue);
  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;
  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(--orange);
  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;
}

.button-3.orange {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #cf1717;
  border-style: solid;
  border-color: #c72f2f #c72f2f #cf1717;
  border-radius: 0;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.button-3.orange:hover {
  color: #fff;
  background-color: #005a35;
  border-color: #40b429;
}

.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(--orange);
  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(--orange);
  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(--orange);
  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(--orange);
  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(--orange);
  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(--orange);
  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: 19px;
}

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

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

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

.section-25 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/camarones-wadena-mn.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;
  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: Changa One, Impact, 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/tshirts3.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/44487678_253715711977586_6471265425817437619_n.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;
}

.container-10 {
  padding: 20px;
}

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

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

.heading-35 {
  color: var(--orange);
  margin-top: 10px;
  font-family: Lilita One, sans-serif;
  font-size: 42px;
  font-weight: 400;
  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(--orange);
  font-size: 16px;
  line-height: 22px;
}

.text-block-31 {
  color: var(--orange);
  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/el-mariachi-mexican-restaurant.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;
}

.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: Changa One, Impact, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.text-block-32 {
  color: var(--orange);
  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(--orange);
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.body-4 {
  color: var(--black-2);
}

.catering-head {
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lilita One, sans-serif;
  font-weight: 400;
}

.image-25 {
  height: 350px;
}

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

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

.catering-subhead {
  color: var(--orange);
  padding-top: 20px;
  font-family: Chewy, sans-serif;
  font-size: 22px;
  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;
}

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

.logo {
  color: var(--dark-slate-blue);
}

.logo-copy {
  color: var(--dark-slate-blue);
  font-family: Changa One, Impact, sans-serif;
  font-size: 38px;
  line-height: 33px;
}

.section-28 {
  background-color: var(--sea-green);
  color: #333;
}

.container-13 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.catering-head-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.text-block-32-copy-2 {
  color: #fff;
  text-align: left;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.heading-39 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 33px;
}

.div-block-32 {
  width: 100%;
  padding: 20px;
}

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

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

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

.button-4.white {
  color: #333;
  border-color: #333;
}

.button-4.white:hover {
  color: #e7e7e7;
  background-color: #363636;
}

.button-4.white-copy {
  color: #333;
  border-color: #333;
}

.button-4.white-copy:hover {
  color: #e7e7e7;
  background-color: #363636;
}

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

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

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

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

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

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

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

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

.heading-45 {
  background-color: var(--red-3);
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

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

.text-block-95 {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-style: normal;
}

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

.text-block-44 {
  color: #333;
  text-align: right;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  display: block;
}

.heading-blue {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-115 {
  font-family: Open Sans, sans-serif;
}

.catdescription {
  color: #333;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  display: block;
}

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

.slide-16 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/el-mariachi-mexican-restaurant.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block-34 {
  border: 1px solid var(--white);
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 60%;
  padding-bottom: 20px;
  display: flex;
}

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

.image-26 {
  height: 50px;
  margin-bottom: 10px;
}

.section-29 {
  background-color: #1e1e30;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.link-block-5 {
  color: var(--white);
  padding-top: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 33px;
  line-height: 33px;
  text-decoration: none;
}

.text-block-116 {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-117 {
  letter-spacing: 1px;
  padding-top: 5px;
}

.dual-cols {
  margin-bottom: 20px;
}

.heading-45-copy {
  background-color: var(--red-3);
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.section-25-copy {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/el-mariachi-mexican-restaurant.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;
  position: static;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  .section-14, .section-16, .section-16-copy {
    height: 500px;
  }
}

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

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

  .section-20 {
    margin-bottom: 100px;
  }

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

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

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

  .challenge {
    position: static;
    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;
  }

  .section-14 {
    height: 400px;
  }

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

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

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

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

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

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

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

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

  .brand.w--current {
    margin-top: 10px;
  }

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

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

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

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

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

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

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

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

  .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);
    color: var(--white);
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

  .image-11 {
    display: block;
  }

  .icon-3 {
    display: none;
  }

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

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

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

  .image-12 {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown {
    z-index: 9;
  }

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

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

  .green {
    padding-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .nav-menu-2 {
    background-color: var(--white);
    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;
  }

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

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

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

  .brand.w--current {
    margin-top: 10px;
  }

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

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

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

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

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

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

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

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

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

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

  .text-block-44 {
    text-align: center;
    font-size: 16px;
  }

  .catdescription {
    font-size: 14px;
  }

  .div-block-34 {
    width: 100%;
  }

  .html-embed-2 {
    margin-bottom: 10px;
  }
}

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

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

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

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

  .subhead {
    display: none;
  }

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

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

  .heading {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sociallink {
    margin-left: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown {
    position: static;
  }

  .container-3 {
    padding-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 {
    height: 80vh;
  }

  .orange {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-link-3 {
    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: 55px;
    line-height: 66px;
  }

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

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

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

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

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

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

  .link-8 {
    margin-top: 10px;
    font-size: 36px;
  }

  .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 {
    position: static;
    top: -40px;
  }

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

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

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

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

  .socialdiv-copy {
    padding-right: 0;
  }

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

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

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

  .button-3.orange {
    border-color: #c72f2f;
    width: 100%;
    padding-top: 10px;
    font-size: 22px;
  }

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

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

  .brand.w--current {
    margin-top: 10px;
  }

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

  .container-13 {
    padding-bottom: 40px;
  }

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

  .button-4.white:hover, .button-4.white-copy:hover {
    background-color: #000;
    border-color: #000;
  }

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

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

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

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

  .slide-16 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/camarones-wadena-mn.jpg');
    background-position: 0 0, 80%;
  }

  .div-block-34 {
    padding-bottom: 20px;
  }

  .html-embed-2 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

  .div-block-35 {
    text-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-116 {
    font-size: 16px;
  }

  .text-block-117 {
    font-size: 28px;
  }
}


