:root {
  --black-2: #333;
  --light-grey: #cecece;
  --orange-red: #147fc7;
  --white: white;
  --firebrick: #cd0f24;
  --lime-green: #5cb429;
  --black-4: #0e0e0e;
  --black: black;
  --black-3: #241e20;
  --crimson: #d62427;
  --dim-grey: #585858;
  --button-rollover: #67bbfc;
  --dark-green: #005331;
  --hover-green: #55dd3a;
  --gainsboro: #e4e0d9;
  --hot-pink: #f15bb0;
  --medium-violet-red: #d62489;
  --dark-orange: #f38123;
}

.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);
  width: 100%;
  height: 60px;
  color: var(--orange-red);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  margin-top: 10px;
}

.nav-link {
  border-bottom: 3px solid var(--white);
  width: 160px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  margin: 0 0 10px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  border-style: none none solid;
  border-width: 0 0 3px;
  border-color: black black var(--firebrick);
  color: var(--firebrick);
  font-family: Lato, sans-serif;
}

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

.nav-link.w--current:active, .nav-link.w--current:focus {
  color: var(--orange-red);
}

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

.nav-link.contact {
  border-bottom-color: var(--white);
  width: auto;
  color: var(--black-2);
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.contact:hover {
  border-bottom-color: var(--black-2);
}

.nav-link.menu {
  border-bottom-color: var(--white);
  width: auto;
  color: var(--black-2);
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.menu:hover {
  border-bottom-color: var(--black-2);
}

.nav-link.order {
  border-bottom-color: var(--white);
  width: auto;
  color: var(--black-2);
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.order:hover {
  border-bottom-color: var(--black-2);
}

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

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

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

.link, .link-2 {
  color: var(--orange-red);
  text-decoration: none;
}

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

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

.slide1 {
  background-image: url('../images/carnitas.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: url('../images/carnitas-plate.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide3 {
  background-image: url('../images/red-luna-mexican-restaurant-05.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

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

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

.dropdown-link {
  color: var(--orange-red);
  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);
}

.contactsec {
  z-index: 3;
  background-color: var(--black-4);
  background-image: linear-gradient(#00000080, #00000080), url('../images/shots.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 10px;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Lulo Clean Bold;
  font-weight: 700;
}

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

.newheader {
  color: var(--black-4);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Russo One, sans-serif;
  font-size: 24px;
}

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

.imgwrap {
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  height: auto;
  overflow: hidden;
}

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

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

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

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

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

.newwrap {
  background-color: var(--white);
  flex-flow: column;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 0 0;
  display: flex;
}

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

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

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

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

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

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

.text-block-8 {
  font-size: 15px;
  line-height: 23px;
}

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

.heading-12.black {
  color: var(--firebrick);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Russo One, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.heading-12.white {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  font-family: Lulo Clean Bold;
  font-weight: 700;
}

.heading-12.green, .heading-12.red {
  color: #e8ffe4;
  letter-spacing: 0;
  text-shadow: 1px 0 6px #d0ffc6;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Neonderthaw;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading-12.top {
  color: var(--firebrick);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Russo One, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 55px;
}

.heading-12.events {
  color: var(--firebrick);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Russo One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.heading-12.green {
  color: #e8ffe4;
  letter-spacing: 0;
  text-shadow: 1px 0 6px #d0ffc6;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading-12.white {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Russo One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.heading-12.top-copy {
  color: var(--firebrick);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Russo One, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

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

.reviewsec {
  background-color: var(--black);
  height: auto;
  color: var(--black-2);
  border-top: 3px #000;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

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

.button:hover {
  background-color: var(--black-2);
  color: #fff;
}

.button.review {
  border-color: var(--crimson);
  width: 100%;
  color: var(--crimson);
  letter-spacing: -1px;
  text-shadow: 2px 2px 2px #0003;
  margin: 0;
  font-family: Lulo Clean Bold;
  font-size: 11px;
  position: static;
  inset: auto 0% 0%;
}

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

.button.dark {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-right: 10px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.button.dark.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

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

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

.button.orange {
  border-style: solid;
  border-color: var(--black-4);
  color: var(--black-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #0000004d;
  background-color: #0000;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.button.orange:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

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

.button.orange.map {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
}

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

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

.button.green.map {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
}

.button.order {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 250px;
  max-width: 100%;
  font-family: Russo One, sans-serif;
}

.button.order:hover {
  border-color: var(--black-4);
  background-color: var(--black-4);
}

.button.green {
  border-color: var(--white);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-right: 10px;
  font-size: 14px;
  line-height: 22px;
}

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

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

.button.green.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

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

.button.contact {
  border-style: solid;
  border-color: var(--black-4);
  color: var(--black-3);
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #0000;
  margin-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.button.contact:hover {
  background-color: var(--black-4);
  color: var(--white);
}

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

.button.contact.map {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
}

.button.contact.map:hover {
  background-color: var(--button-rollover);
  color: var(--white);
}

.button.face {
  border-style: solid;
  border-color: var(--black-4);
  color: var(--black-3);
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #0000;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.button.face:hover {
  background-color: var(--black-4);
  color: var(--white);
}

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

.button.face.map {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
}

.button.face.map:hover {
  background-color: var(--button-rollover);
  color: var(--white);
}

.button.red {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.button.red.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

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

.button.solid {
  border-color: var(--white);
  background-color: var(--firebrick);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  margin-right: 0;
  font-family: Russo One, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.button.solid:hover {
  border-color: var(--firebrick);
  color: var(--white);
  background-color: #dc273b;
}

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

.button.solid.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

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

.button.drinks {
  border-color: var(--white);
  background-color: var(--firebrick);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  margin-left: 0;
  margin-right: 0;
  font-family: Russo One, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.button.drinks:hover {
  border-color: var(--firebrick);
  color: var(--white);
  background-color: #dc273b;
}

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

.button.drinks.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

.button.drinks.map:hover {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.dark-copy {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-right: 10px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.button.dark-copy {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-left: 10px;
  margin-right: 0;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.button.dark-copy.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

.button.dark-copy.map:hover {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.dark-copy.red {
  background-color: var(--firebrick);
}

.button.red-copy {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.button.red-copy.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

.button.red-copy.map:hover {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.dark-eft {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-right: 10px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.button.dark-eft.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

.button.dark-eft.map:hover {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.dark-eft.red {
  background-color: var(--firebrick);
}

.button.cater {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  background-color: #0000;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.button.cater.map {
  border-color: var(--black-4);
  background-color: var(--black-4);
  color: var(--white);
  text-shadow: 2px 2px 2px #0003;
}

.button.cater.map:hover {
  background-color: var(--dim-grey);
  color: var(--white);
}

.heading-9 {
  color: var(--black-4);
  font-family: Lulo Clean Bold;
  font-size: 16px;
  line-height: 22px;
}

.column-9 {
  text-align: right;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: 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: static;
  top: -70px;
}

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

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

.link-block-3 {
  color: var(--orange-red);
  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: var(--orange-red);
  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);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Russo One, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footer-link.w--current {
  letter-spacing: 1px;
}

.section-10 {
  background-color: var(--black);
  border: 1px #000;
  padding: 20px 10px;
}

.section-11 {
  background-color: var(--black-2);
  background-image: url('../images/chalkboard-bg.jpg');
  background-position: 100% 100%;
  background-size: cover;
  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 {
  color: var(--black-4);
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.heading-16 {
  color: var(--black-4);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Neonderthaw;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.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;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Russo One, sans-serif;
  font-weight: 400;
}

.foodh {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Russo One, sans-serif;
  line-height: 18px;
}

.foodt {
  text-align: left;
  padding-bottom: 5px;
  padding-right: 10px;
  line-height: 16px;
}

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

.price {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Russo One, sans-serif;
  line-height: 18px;
}

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

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

.foodcol.small {
  padding-top: 20px;
  padding-bottom: 0;
}

.foodcol.extras {
  padding-top: 0;
  padding-bottom: 0;
}

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

.heading-19 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lulo Clean Bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.section-12 {
  background-color: var(--lime-green);
  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;
  padding-top: 0;
  display: block;
}

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

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

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

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

.eventsec {
  z-index: 3;
  background-color: var(--black);
  color: var(--black);
  text-align: center;
  border: 1px #000;
  padding-bottom: 100px;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.columns-12 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.socialcont {
  text-align: center;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sociallink {
  padding: 10px;
}

.div-block-12 {
  color: var(--white);
  text-align: center;
}

.footertext {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  padding-top: 5px;
  font-family: Russo One, sans-serif;
  font-size: 12px;
}

.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: var(--orange-red);
  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: var(--orange-red);
  width: 100%;
  height: 2px;
}

.text-block-17 {
  color: var(--orange-red);
  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: var(--orange-red);
  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: var(--orange-red);
  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: var(--orange-red);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-2 {
  background-color: var(--orange-red);
  text-shadow: 2px 2px 2px #00000082;
  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 {
  background-color: var(--lime-green);
  text-shadow: 2px 2px 2px #00000080;
  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/beergaritas.jpg');
  background-position: 50%;
  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-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.fooddiv.hidden {
  display: block;
}

.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 {
  z-index: 1;
  background-image: url('../images/mexican-restaurant-drinks.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 550px;
  max-height: 100%;
  position: relative;
}

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

.text-block-20 {
  color: var(--lime-green);
  text-align: center;
  font-family: Lulo Clean Bold;
  font-size: 30px;
  line-height: 55px;
}

.text-block-21 {
  float: none;
  width: auto;
  height: auto;
  color: var(--white);
  text-align: center;
  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: var(--lime-green);
  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/drinks-shots.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  max-height: 100%;
}

.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/burrito-verde.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/street-tacos-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.orange {
  background-color: var(--dim-grey);
  padding: 10px 60px 60px;
}

.greenheader {
  background-color: var(--black);
  padding: 10px 60px 40px;
}

.imgbg {
  background-color: var(--black-4);
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-black-small-red.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding: 20px 60px 60px;
}

.imgbg.hidden {
  display: none;
}

.steel {
  background-color: var(--black);
  padding: 10px 60px 40px;
}

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

.div-block-17 {
  width: 300px;
  height: 200px;
  overflow: hidden;
}

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

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

.section-18 {
  background-image: url('../images/street-tacos-01.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  max-height: 100%;
}

.section-19 {
  background-image: url('../images/burrito-white-bear-lake-01.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

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

.delivimg {
  max-width: 100%;
  max-height: 80px;
}

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

.section-20 {
  text-align: center;
  background-color: #0000;
  margin: 0;
  padding: 40px 40px 100px;
  display: block;
}

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

.heading-21 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lulo Clean Bold;
  font-size: 28px;
  font-weight: 400;
}

.body-3 {
  background-color: var(--black);
  font-family: Droid Sans, 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 {
  width: 150px;
  color: var(--light-grey);
  text-align: center;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
  font-family: Lulo Clean Bold;
  display: none;
  position: relative;
}

.mpls:hover {
  color: var(--orange-red);
}

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

.mpls.w--current:active, .mpls.w--current:focus {
  color: var(--orange-red);
}

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

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

.stp:hover {
  color: var(--orange-red);
}

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

.stp.w--current:active, .stp.w--current:focus {
  color: var(--orange-red);
}

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

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

.fund:hover {
  color: var(--orange-red);
}

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

.fund.w--current:active, .fund.w--current:focus {
  color: var(--orange-red);
}

.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: var(--orange-red);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.stpaulbutton {
  background-color: var(--orange-red);
  text-align: center;
  text-shadow: 2px 2px 2px #00000082;
  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: var(--orange-red);
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-23 {
  color: var(--orange-red);
  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: var(--orange-red);
  text-decoration: none;
}

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

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

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

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

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

.image-18 {
  margin-top: 27px;
}

.div-block-21 {
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.image-19 {
  width: 180px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 20px;
  display: block;
}

.nav-menu-2 {
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  padding: 0 20px;
  display: flex;
  position: static;
}

.navbar-3 {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 90px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.brand {
  padding-bottom: 0;
  display: block;
}

.brand.w--current {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: static;
}

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

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

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

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

.div-block-23 {
  border: 2px none var(--white);
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0 60px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

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

.text-block-24 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Russo One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-25 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

.mobilebrand {
  padding-bottom: 0;
  display: none;
}

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

.button-3.order {
  width: 250px;
  max-width: 100%;
  font-size: 22px;
  line-height: 24px;
}

.section-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 90px;
  display: flex;
}

.section-23 {
  background-image: url('../images/torta-01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.image-19-copy {
  width: 115px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  display: block;
  position: static;
}

.column-9-copy {
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-25 {
  text-align: center;
  padding-top: 10px;
}

.heading-sun {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lulo Clean Bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-24-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: block;
}

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

.div-block-25-copy {
  text-align: center;
  padding-top: 10px;
}

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

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

.heading-39 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Russo One, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.section-12-copy {
  background-color: var(--black);
  padding: 40px 60px;
}

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

.black.hidden, .black.breakfast {
  display: none;
}

.section-22-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-black-small-red.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 90px;
  display: flex;
}

.catdiv {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.columns-18 {
  margin-bottom: 40px;
}

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

.text-block-26 {
  width: auto;
  color: var(--white);
  font-size: 18px;
  line-height: 22px;
}

.div-block-28 {
  border: 1px solid var(--white);
  width: 60%;
  margin-bottom: 10px;
  padding: 20px;
}

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

.section-24 {
  background-color: var(--lime-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.cat-sub {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.heading-19-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lulo Clean Bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.dailysec {
  background-color: var(--black);
  padding: 40px 60px 60px;
}

.div-block-29 {
  width: 150px;
  height: 100px;
  overflow: hidden;
}

.speccol {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
}

.slider-2 {
  height: 330px;
}

.column-27 {
  font-weight: 700;
}

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

.aboutsec {
  background-color: var(--black);
  color: var(--black-4);
  padding-top: 60px;
  padding-bottom: 80px;
}

.text-block-27 {
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  line-height: 26px;
}

.text-block-28 {
  color: var(--white);
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.column-28 {
  background-image: url('../images/quesadilla.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  overflow: hidden;
}

.columns-19 {
  height: auto;
  padding-top: 10px;
}

.container-6 {
  padding: 10px 20px 20px;
}

.column-29 {
  height: 260px;
  padding-left: 30px;
  padding-right: 40px;
}

.image-20 {
  width: 130%;
  max-width: none;
  padding-left: 0;
}

.specialssec {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mexican-restaurant-drinks_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

.columns-20, .container-7 {
  padding-top: 40px;
}

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

.column-30 {
  background-image: url('../images/burger-fb.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.column-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.text-block-29 {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 24px;
}

.column-30-copy {
  background-image: url('../images/red_luna_tacos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  height: 300px;
}

.wedsimg {
  background-image: url('../images/mojarra.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  height: 300px;
}

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

.sec-order {
  background-image: linear-gradient(#00000080, #00000080), url('../images/red-luna-breakfast-restaurant.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-top: 88px;
  display: flex;
}

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

.slide-6, .slide-7, .slide-8 {
  overflow: hidden;
}

.greendiv {
  background-color: var(--hover-green);
  width: 20%;
  height: 3px;
}

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

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

.image-21 {
  width: 225px;
}

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

.frispec {
  background-image: url('../images/karaoke.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.saturdaydiv {
  padding: 10px;
}

.satcol {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  overflow: hidden;
}

.satcol.small {
  padding-top: 20px;
  padding-bottom: 0;
}

.satcol.extras {
  padding-top: 0;
  padding-bottom: 0;
}

.foodh-copy {
  color: var(--white);
  padding-bottom: 10px;
  font-family: Lulo Clean Bold;
  font-size: 26px;
  line-height: 28px;
}

.foodt-copy {
  color: var(--white);
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 26px;
}

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

.column-32 {
  height: 200px;
}

.image-22 {
  display: block;
  overflow: visible;
}

.div-block-32 {
  border: 1px solid var(--gainsboro);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
  overflow: visible;
}

.image-23 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.bold-text {
  text-transform: uppercase;
  font-family: Russo One, sans-serif;
  font-weight: 400;
}

.slide-1 {
  overflow: hidden;
}

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

.menuheading.black {
  color: var(--firebrick);
  letter-spacing: -1px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  font-family: Lulo Clean Bold;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.menuheading.white {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  font-family: Lulo Clean Bold;
  font-weight: 700;
}

.menuheading.green, .menuheading.red {
  color: #e8ffe4;
  letter-spacing: 0;
  text-shadow: 1px 0 6px #d0ffc6;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Neonderthaw;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menuheading.black-copy {
  color: var(--hot-pink);
  letter-spacing: 0;
  text-shadow: 1px 1px 8px #ffd1eb;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Neonderthaw;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.menuheading.black {
  color: #f15bb0;
  letter-spacing: 0;
  text-shadow: 1px 1px 8px #ffd1eb;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

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

.dailyspec.black {
  color: var(--hot-pink);
  letter-spacing: 0;
  text-shadow: 1px 1px 8px #ffd1eb;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Neonderthaw;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.dailyspec.white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Russo One, sans-serif;
  font-weight: 400;
}

.dailyspec.green {
  color: var(--firebrick);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Russo One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.dailyspec.red {
  color: #e8ffe4;
  letter-spacing: 0;
  text-shadow: 1px 0 6px #d0ffc6;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Neonderthaw;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.dailyspec.catering {
  color: #e8ffe4;
  letter-spacing: 0;
  text-shadow: 1px 1px 6px #d0ffc6;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Neonderthaw;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.dailyspec.white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Russo One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

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

.container-9 {
  margin-top: 88px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-21-copy {
  background-color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
}

.satspec {
  background-image: url('../images/saturday-dj-night.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.section-25 {
  margin-top: 88px;
}

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

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

.div-block-33 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-5 {
  color: #979797;
  padding: 10px 10px 5px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  text-decoration: none;
}

.image-24 {
  width: 25px;
}

.sociallink-top {
  padding: 5px 10px 10px;
}

.div-block-34 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px;
  display: flex;
}

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

.socialhead {
  text-align: center;
  margin-top: 10px;
  font-family: Lulo Clean Bold;
}

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

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

.facesec {
  background-color: var(--black-4);
  padding-top: 40px;
  padding-bottom: 80px;
}

.galdiv {
  object-fit: cover;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.columns-22 {
  background-color: var(--black-4);
  margin-bottom: 10px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 20px;
}

.section-27 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shrimp-nachos.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

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

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

.grid {
  grid-template: "Area Area Area-2 Area-4" 225px
                 "Area Area Area-3 Area-5" 225px
                 "Area-6 Area-7 Area-8 Area-9" 240px
                 "Area-10 Area-11 Area-13 Area-12" 250px
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 20px;
  overflow: hidden;
}

.image-25 {
  width: 120%;
  max-width: none;
  display: inline-block;
}

.lightbox-link {
  overflow: hidden;
}

.lightbox-link-2 {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
}

.lightbox-link-3 {
  object-fit: cover;
  width: auto;
  height: 420px;
  overflow: hidden;
}

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

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

.columns-23, .columns-24 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns-25 {
  height: 450px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.image-26 {
  width: 80px;
}

.galsub {
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  font-size: 18px;
  line-height: 22px;
}

.section-19-copy {
  background-image: url('../images/enchiladas-tres-marias.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.img-fajitas {
  background-image: url('../images/fajita-mexican-food.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.img-fajitas-copy {
  background-image: url('../images/beef-barbacoa.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.img-seafood {
  background-image: url('../images/enchiladas.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.img-dessert {
  background-image: url('../images/red_luna_tacos.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.heading-43 {
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  font-family: Russo One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.columns-26 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

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

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

.button-4.orange {
  color: #241e20;
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #0000;
  border-style: solid;
  border-color: #241e20;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.button-4.dark {
  background-color: var(--firebrick);
  color: #fff;
  text-shadow: 2px 2px 2px #0003;
  border-color: #cecece;
  margin-right: 10px;
  font-size: 11px;
}

.button-4.dark.map {
  color: #fff;
  text-shadow: 2px 2px 2px #0003;
  background-color: #333;
  border-color: #333;
}

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

.button-4.dark {
  color: #fff;
  text-shadow: 2px 2px 2px #0003;
  background-color: #ce0c0f;
  border-color: #cecece;
  margin-right: 10px;
  font-size: 11px;
}

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

.button-4.orange {
  color: #241e20;
  text-shadow: 2px 2px 2px #0000004d;
  background-color: #0000;
  border-style: solid;
  border-color: #0e0e0e;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.button-4.orange:hover {
  color: #fff;
  background-color: #0e0e0e;
}

.link-8 {
  color: #333;
  text-decoration: none;
}

.contactussec {
  z-index: 3;
  background-color: #000;
  background-image: url('../images/red-moon.jpg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 10px;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.column-49 {
  text-align: left;
  background-image: url('../images/red-luna-restaurant-outside-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

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

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

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

.heading-44 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.followussec {
  background-color: #000;
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/background-black-small-red.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  box-shadow: 1px 1px 3px #00000080;
}

.div-block-36 {
  border: 1px solid var(--hover-green);
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.sociallink-copy {
  padding: 10px;
}

.social-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Russo One, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.text-block-30 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.contactsecnew {
  z-index: 3;
  background-color: #000;
  background-image: url('../images/red-moon.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding: 100px 10px;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.slide3-copy {
  background-image: url('../images/red-luna-mexican-restaurant-04.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.section-29 {
  background-image: url('../images/red-luna-breakfast-restaurant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 450px;
}

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

.slide-10 {
  background-image: url('../images/Luna-Taco-Plate-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-4 {
  width: 100%;
}

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

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

.slide-13 {
  background-image: url('../images/red-luna-mexican-restaurant-07.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-37 {
  text-align: center;
  border: 1px solid #fff;
  width: 50%;
  padding: 20px 20px 30px;
}

.heading-26 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Russo One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-31 {
  color: #fff;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  line-height: 26px;
}

.columns-28 {
  background-color: #fff;
}

.specialssec-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/fajita-mexican-food.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.slider-5 {
  background-color: #fff;
}

.slide-14 {
  background-image: url('../images/red-luna-breakfast-restaurant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3-copy-copy {
  background-image: url('../images/Churro-Sundae-.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

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

.speccol-2 {
  background-color: #fff;
  border: 1px #cecece;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
}

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

.dailysec-2 {
  background-color: var(--black);
  padding: 40px 60px 60px;
  display: block;
}

.sundiv {
  background-color: var(--white);
  text-align: center;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding: 10px;
  display: none;
}

.sundiv.hidden {
  display: none;
}

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

.image-27 {
  width: 25px;
  height: 25px;
}

.slider-copy {
  height: 700px;
  max-height: 100%;
  margin-top: 0;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.mobile-brand {
  display: none;
}

.foodwarning {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
}

.div-block-24-copy-copy {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
}

.slide7 {
  background-image: url('../images/red-luna-seasons.jpg');
  background-position: 50% 40%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.slide7-copy {
  background-image: url('../images/red-luna-seasons-01.jpg');
  background-position: 50% 40%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.slide-11-copy {
  background-image: url('../images/Cheese-Enchiladas-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-4-copy {
  width: 100%;
  height: 230px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-13-copy {
  background-image: url('../images/red-luna-mexican-restaurant-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9-copy {
  background-image: url('../images/red-luna-mexican-restaurant-06.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10-copy {
  background-image: url('../images/red-luna-mexican-restaurant-02.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12-copy {
  background-image: url('../images/red-luna-mexican-restaurant-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide6 {
  background-image: url('../images/MargaritaFlight.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

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

.image-28 {
  position: static;
  top: -32px;
}

.heading-45 {
  letter-spacing: 2px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.heading-46.black {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Russo One, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

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

.section-2 {
  color: #333;
  background-color: #000;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.button-5.review {
  color: #ce0c0f;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  border-color: #ce0c0f;
  width: 100%;
  font-family: Russo One, sans-serif;
  font-size: 15px;
  position: static;
  inset: auto 0% 0%;
}

.button-5.review:hover {
  color: #fff;
  background-color: #ce0c0f;
}

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

.challenge-3 {
  width: 100%;
  position: static;
  top: -15px;
}

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

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

.image-29 {
  position: static;
  top: -32px;
}

.heading-47 {
  letter-spacing: 2px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.heading-48.black {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Russo One, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

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

.section-30 {
  color: #333;
  background-color: #000;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.button-6.review {
  color: #ce0c0f;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #0003;
  border-color: #ce0c0f;
  width: 100%;
  font-family: Russo One, sans-serif;
  font-size: 15px;
  position: static;
  inset: auto 0% 0%;
}

.button-6.review:hover {
  color: #fff;
  background-color: #ce0c0f;
}

.reviewdiv-3 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  height: 450px;
}

.challenge-4 {
  width: 100%;
  position: static;
  top: -15px;
}

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

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

.image-30 {
  position: static;
  top: -32px;
}

.heading-49 {
  letter-spacing: 2px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.heading-50.black {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Russo One, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

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

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

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

.dual-col {
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
}

.dual-col.small {
  padding-top: 20px;
  padding-bottom: 0;
}

.dual-col.extras {
  padding-top: 0;
  padding-bottom: 0;
}

.dual-col.mobile {
  padding-left: 10px;
  padding-right: 10px;
}

.foodh-copy {
  color: var(--crimson);
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Russo One, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

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

.fooddiv-copy.hidden {
  display: block;
}

.foodh-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Russo One, sans-serif;
  line-height: 18px;
}

.dual-head {
  color: var(--dim-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Russo One, sans-serif;
  line-height: 18px;
}

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

.div-block-44 {
  text-align: center;
  width: 100%;
}

.image-31 {
  width: 400px;
}

.div-block-45 {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

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

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

  .newheader {
    font-size: 20px;
    line-height: 26px;
  }

  .newtext {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .newwrap {
    height: 400px;
  }

  .button.review {
    font-size: 12px;
    font-weight: 700;
  }

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

  .button.dark.map {
    font-size: 14px;
    line-height: 22px;
  }

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

  .button.order {
    font-weight: 700;
  }

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

  .button.green.map {
    font-size: 14px;
    line-height: 22px;
  }

  .button.contact, .button.face, .button.red {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .button.red.map {
    font-size: 14px;
    line-height: 22px;
  }

  .button.solid {
    background-color: var(--firebrick);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .button.solid.map {
    font-size: 14px;
    line-height: 22px;
  }

  .button.drinks {
    background-color: var(--firebrick);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .button.drinks.map {
    font-size: 14px;
    line-height: 22px;
  }

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

  .button.dark-copy.map {
    font-size: 14px;
    line-height: 22px;
  }

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

  .button.red-copy.map {
    font-size: 14px;
    line-height: 22px;
  }

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

  .button.dark-eft.map {
    font-size: 14px;
    line-height: 22px;
  }

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

  .button.cater.map {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .info {
    font-size: 18px;
  }

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

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

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

  .section-14 {
    height: 600px;
  }

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

  .column-24 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

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

  .text-block-24 {
    font-size: 22px;
    line-height: 28px;
  }

  .section-22 {
    background-image: none;
    height: 300px;
  }

  .pottery {
    padding-bottom: 40px;
  }

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

  .black.breakfast {
    display: none;
  }

  .section-22-copy {
    height: 300px;
  }

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

  .slider-2 {
    height: 350px;
  }

  .newtext-copy {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .aboutsec {
    padding-bottom: 100px;
  }

  .sec-order {
    height: 300px;
  }

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

  .socialtext {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .columns-25 {
    height: 450px;
    margin-bottom: 10px;
    overflow: hidden;
  }

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

  .column-49 {
    height: 370px;
  }

  .followussec {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-29 {
    height: 500px;
  }

  .specialssec-2 {
    height: 400px;
  }

  .dailysec-2 {
    display: block;
  }

  .slider-copy {
    height: 1000px;
  }

  .slider-4-copy {
    height: 220px;
  }

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

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

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

  .section-19 {
    height: 500px;
  }

  .section-20 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .section-22 {
    height: 300px;
  }

  .black {
    padding-left: 25%;
    padding-right: 25%;
  }

  .followussec {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .div-block-36 {
    width: 40%;
  }

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

  .specialssec-2 {
    height: 500px;
  }

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

@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 {
    width: 100%;
    color: var(--firebrick);
    text-align: center;
    border: 1px #000;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
    display: block;
  }

  .nav-link:hover {
    color: var(--black-2);
    border: 1px #000;
    display: block;
  }

  .nav-link.w--current {
    color: var(--light-grey);
    border: 1px #000;
  }

  .nav-link.contact {
    width: 100%;
    color: var(--white);
    margin-left: 0;
  }

  .nav-link.menu {
    width: 100%;
    color: var(--white);
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.order {
    background-color: var(--lime-green);
    color: var(--white);
  }

  .subhead {
    font-size: 12px;
  }

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

  .slider {
    margin-top: 80px;
  }

  .heading {
    font-size: 26px;
  }

  .newheader {
    font-size: 18px;
  }

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

  .body {
    background-color: var(--black-3);
  }

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

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

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

  .heading-12.top {
    background-color: #0000;
  }

  .heading-12.events {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
  }

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

  .heading-12.white {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 55px;
  }

  .heading-12.top-copy {
    background-color: #0000;
  }

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

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

  .foodt {
    padding: 0 0 5px;
  }

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

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

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

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

  .orange {
    background-color: var(--dim-grey);
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .imgbg {
    background-color: var(--lime-green);
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-18 {
    height: 400px;
  }

  .delivdiv {
    color: var(--black-2);
    text-decoration: none;
  }

  .heading-21 {
    padding-top: 10px;
  }

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

  .mpls, .stp, .fund {
    width: 100%;
    color: var(--orange-red);
    text-align: center;
    margin-left: 20px;
    margin-right: 0;
    text-decoration: none;
    display: block;
  }

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

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

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

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

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

  .image-19 {
    z-index: 9;
    width: 100px;
    padding-top: 0;
    padding-bottom: 10px;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 9;
    background-color: var(--black-4);
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    padding-top: 10px;
    position: relative;
  }

  .navbar-3 {
    height: 80px;
  }

  .brand {
    display: none;
  }

  .mobilebrand {
    display: block;
  }

  .ham {
    width: 25px;
  }

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

  .menu-button-3.w--open {
    background-color: #0000;
    margin-top: 10px;
  }

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

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

  .section-23 {
    height: 400px;
  }

  .image-19-copy {
    width: 150px;
    padding-bottom: 10px;
  }

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

  .div-block-25 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-sun {
    background-image: url('../images/grey-sun_1grey-sun.png');
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-26 {
    display: flex;
  }

  .div-block-25-copy {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .catdiv {
    width: 100%;
    height: 180px;
    margin-left: 0;
    padding-left: 0;
  }

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

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

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

  .newtext-copy {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .aboutsec {
    background-color: var(--black-4);
    color: var(--black-4);
  }

  .column-29 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-20 {
    padding-left: 0;
  }

  .sec-order {
    margin-top: 80px;
  }

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

  .foodt-copy {
    padding: 0;
  }

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

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

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

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

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

  .container-9 {
    margin-top: 88px;
  }

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

  .sociallink-top {
    padding: 10px;
  }

  .socialtext {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .grid {
    grid-template-rows: 200px 200px 200px 200px;
  }

  .lightbox-link-2 {
    height: 190px;
  }

  .columns-25 {
    height: 420px;
  }

  .sociallink-copy {
    padding: 10px;
  }

  .contactsecnew {
    margin-top: 0;
  }

  .div-block-37 {
    width: 60%;
  }

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

  .text-block-33 {
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
  }

  .slider-copy {
    margin-top: 0;
  }

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

  .mobile-brand {
    width: 80px;
    display: block;
  }

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

  .brand-2 {
    display: none;
  }

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

  .slider-4-copy {
    padding-bottom: 10px;
  }

  .icon-5 {
    color: var(--light-grey);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .dual-col {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .fooddiv-copy {
    padding-left: 0;
  }
}

@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;
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.contact {
    margin-left: 0;
  }

  .nav-link.order {
    background-color: var(--lime-green);
  }

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

  .slider {
    height: 550px;
    margin-top: 70px;
  }

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

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

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

  .heading-2 {
    background-position: 20%;
  }

  .columns {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-2-copy {
    top: -23px;
  }

  .newwrap {
    width: 100%;
    height: auto;
  }

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

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

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

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

  .heading-12.black {
    background-image: none;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-12.white, .heading-12.green, .heading-12.red {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

  .heading-12.top {
    background-image: none;
    font-size: 32px;
    line-height: 45px;
  }

  .heading-12.events {
    background-image: none;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-12.green {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

  .heading-12.white {
    background-image: none;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-12.top-copy {
    background-image: none;
    font-size: 32px;
    line-height: 45px;
  }

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

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

  .button.orange {
    margin-right: 20px;
  }

  .button.order {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.contact, .button.face {
    margin-right: 20px;
  }

  .button.drinks {
    width: 280px;
  }

  .button.red-copy {
    width: 280px;
    margin-right: 0;
  }

  .button.dark-copy {
    width: 280px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.dark-eft {
    width: 280px;
    margin-right: 0;
  }

  .column-9 {
    margin-top: 10px;
  }

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

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

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

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

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

  .eventsec {
    padding-bottom: 60px;
  }

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

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

  .imgbg {
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/background-black-small-red.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    padding-bottom: 20px;
  }

  .column-24 {
    padding-left: 0;
  }

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

  .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;
    width: 100%;
    color: var(--orange-red);
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .image-19 {
    width: 90px;
    padding-top: 5px;
  }

  .nav-menu-2 {
    width: auto;
  }

  .navbar-3 {
    z-index: 8;
    height: 70px;
  }

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

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

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

  .menu-button-3.w--open {
    z-index: 9;
    margin-top: 0;
  }

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

  .section-22 {
    height: 160px;
    margin-top: 78px;
  }

  .div-block-24-copy {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25-copy {
    display: none;
  }

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

  .black {
    padding-bottom: 20px;
  }

  .section-22-copy {
    height: 160px;
    margin-top: 70px;
  }

  .catdiv {
    margin-bottom: 10px;
  }

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

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

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

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

  .newtext-copy {
    text-align: left;
    font-size: 15px;
  }

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

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

  .image-20 {
    position: static;
    top: -236px;
  }

  .sec-order {
    height: 160px;
    margin-top: 78px;
  }

  .greendiv, .greendiv-copy {
    width: 25%;
  }

  .image-21 {
    width: 180px;
  }

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

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

  .foodt-copy {
    padding-bottom: 10px;
  }

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

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

  .menuheading.black {
    background-image: none;
    font-size: 32px;
    line-height: 38px;
  }

  .menuheading.white, .menuheading.green, .menuheading.red, .menuheading.black-copy, .menuheading.black, .dailyspec.black, .dailyspec.white {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

  .dailyspec.green {
    background-image: none;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
  }

  .dailyspec.red, .dailyspec.catering {
    background-position: 70% 80%;
    background-size: auto 30px;
  }

  .dailyspec.white {
    background-image: linear-gradient(#0000, #0000);
    font-size: 32px;
    line-height: 38px;
  }

  .container-9 {
    margin-top: 78px;
  }

  .columns-21-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .lightbox-link-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-34, .column-35, .column-36 {
    padding-bottom: 10px;
  }

  .columns-25 {
    height: auto;
    overflow: visible;
  }

  .column-38, .column-39 {
    justify-content: space-around;
    display: flex;
  }

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

  .button-4.orange {
    margin-right: 20px;
  }

  .column-50 {
    padding-left: 0;
  }

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

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

  .social-heading {
    background-position: 20%;
  }

  .contactsecnew {
    margin-top: 0;
  }

  .slider-4 {
    height: 350px;
  }

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

  .columns-28 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .speccol-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .sundiv {
    border-top-style: none;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .slider-copy {
    height: 550px;
  }

  .menu-button-4 {
    background-color: var(--black);
  }

  .div-block-24-copy-copy {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-4-copy {
    height: 350px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dual-col {
    padding-left: 0;
    padding-right: 0;
  }

  .dual-col.mobile {
    display: none;
  }
}

@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 {
    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: 600px;
    max-height: 100%;
    margin-top: 0;
    position: static;
  }

  .heading {
    font-size: 28px;
  }

  .slide3 {
    background-position: 50% 0;
    background-size: cover;
  }

  .contactsec {
    padding: 60px 10px;
  }

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

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

  .imgwrap {
    width: 100%;
  }

  .newwrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    position: static;
  }

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

  .heading-12.black {
    letter-spacing: -1px;
    background-color: #0000;
    background-image: none;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-12.white {
    background-position: 85% 80%;
    background-size: auto 30px;
  }

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

  .heading-12.top {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 28px;
    line-height: 32px;
  }

  .heading-12.events {
    letter-spacing: -1px;
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

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

  .heading-12.white {
    letter-spacing: -1px;
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }

  .heading-12.top-copy {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 28px;
    line-height: 32px;
  }

  .challenge {
    position: static;
  }

  .reviewsec {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-top: 20px;
  }

  .button.dark {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.orange {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 10px;
  }

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

  .button.green {
    width: 100%;
    margin-right: 0;
  }

  .button.contact {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
  }

  .button.face {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.red, .button.solid, .button.drinks {
    width: 100%;
    margin-right: 0;
  }

  .button.dark-copy {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.red-copy {
    width: 100%;
    margin-right: 0;
  }

  .button.dark-eft {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.cater {
    width: 100%;
    margin-right: 0;
  }

  .column-9 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .image-12 {
    top: 0;
  }

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

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

  .foodh {
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 16px;
  }

  .foodt {
    padding-bottom: 5px;
  }

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

  .price {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }

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

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

  .heading-19 {
    background-image: none;
  }

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

  .eventsec {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

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

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

  .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: column wrap;
    place-content: flex-end center;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

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

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

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

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

  .dropdown {
    position: static;
  }

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

  .section-14 {
    height: 500px;
  }

  .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-position: 50% 0;
  }

  .orange {
    padding: 0;
  }

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

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

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

  .div-block-18 {
    padding-left: 10px;
    padding-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 {
    width: 100%;
    color: var(--orange-red);
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

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

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

  .div-block-21 {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-19 {
    width: 70px;
    padding-bottom: 5px;
    position: static;
  }

  .brand {
    display: none;
  }

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

  .div-block-23 {
    text-align: center;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-24 {
    text-shadow: 0 0 0 var(--black);
    font-size: 16px;
    line-height: 24px;
  }

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

  .mobilebrand.w--current {
    padding-top: 5px;
    padding-right: 10px;
  }

  .menu-button-3 {
    margin-top: 0;
  }

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

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

  .section-22 {
    height: 160px;
    margin-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column-9-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-sun {
    background-position: 95%;
  }

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

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

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

  .section-22-copy {
    height: 160px;
    margin-top: 65px;
  }

  .catdiv {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

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

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

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

  .heading-19-copy {
    background-image: none;
  }

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

  .div-block-29 {
    width: 150px;
    height: 110px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .newtext-copy {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutsec {
    background-color: var(--black-4);
    color: var(--black-4);
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .columns-19 {
    padding-top: 20px;
  }

  .container-6 {
    background-color: var(--black-4);
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-20 {
    top: -36px;
  }

  .specialssec {
    padding: 50px 10px 60px;
  }

  .container-7 {
    padding-top: 20px;
  }

  .column-30 {
    flex: 0 auto;
    display: block;
  }

  .column-31 {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-41 {
    font-size: 16px;
    line-height: 28px;
  }

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

  .wedsimg {
    object-fit: cover;
    background-size: cover;
    height: 200px;
    padding-bottom: 0;
  }

  .container-8 {
    padding-top: 40px;
  }

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

  .sec-order {
    height: 160px;
    margin-top: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .greendiv {
    width: 50%;
    height: 2px;
  }

  .greendiv-copy {
    width: 50%;
  }

  .image-21 {
    width: 150px;
  }

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

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

  .foodt-copy {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

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

  .div-block-32 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .menuheading.white {
    background-position: 85% 80%;
    background-size: auto 30px;
  }

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

  .dailyspec.white {
    background-image: linear-gradient(#0000, #0000);
    font-size: 28px;
    font-weight: 700;
  }

  .dailyspec.green {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 28px;
    line-height: 38px;
  }

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

  .dailyspec.white {
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    font-size: 28px;
    line-height: 38px;
  }

  .container-9 {
    margin-top: 68px;
  }

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

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

  .socialhead {
    font-size: 16px;
    line-height: 28px;
  }

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

  .facesec {
    background-color: var(--black-4);
  }

  .columns-22 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .grid {
    grid-row-gap: 0px;
    grid-template-rows: minmax(200px, 4fr) 200px 200px 200px;
    grid-template-areas: "Area Area Area-2 Area-4"
                         "Area Area Area-3 Area-5"
                         "Area-6 Area-7 Area-8 Area-9"
                         "Area-10 Area-11 Area-13 Area-12";
  }

  .lightbox-link-2 {
    height: 150px;
    margin-top: 10px;
  }

  .lightbox-link-3 {
    height: auto;
  }

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

  .column-34, .column-35, .column-36, .column-37 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-30-copy {
    flex-direction: column;
  }

  .column-38, .column-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-40, .column-41, .column-42, .column-43, .column-44 {
    text-align: center;
  }

  .column-45 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .galsub {
    font-size: 16px;
    line-height: 24px;
  }

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

  .img-fajitas {
    background-image: url('../images/fajita-mexican-food.jpg');
  }

  .img-seafood {
    background-image: url('../images/enchiladas-01.jpg');
  }

  .img-dessert {
    background-image: url('../images/red_luna_tacos.jpg');
  }

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

  .button-4.orange {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
  }

  .button-4.dark {
    width: 100%;
  }

  .button-4.orange {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .contactussec {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-49 {
    height: 300px;
  }

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

  .div-block-36 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .social-heading {
    letter-spacing: 0;
    background-image: linear-gradient(#0000, #0000);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

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

  .contactsecnew {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide3-copy {
    background-position: 50% 0;
    background-size: cover;
  }

  .slider-4 {
    height: 300px;
  }

  .columns-27 {
    width: 100%;
  }

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

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

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

  .heading-26 {
    font-size: 28px;
    line-height: 32px;
  }

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

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

  .specialssec-2 {
    padding: 50px 10px 60px;
  }

  .slide3-copy-copy {
    background-position: 50% 0;
    background-size: cover;
  }

  .cat-sub-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .dailysec-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-copy {
    height: 600px;
    max-height: 100%;
    margin-top: 0;
    position: static;
  }

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

  .slide7, .slide7-copy {
    background-position: 50% 0;
    background-size: cover;
  }

  .slider-4-copy {
    background-color: #ddd0;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide6 {
    background-position: 50% 0;
    background-size: cover;
  }

  .icon-5 {
    color: var(--light-grey);
  }

  .image-28 {
    position: static;
  }

  .heading-46.black {
    background-position: 85% 80%;
    background-size: auto 30px;
  }

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

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

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

  .challenge-3, .image-29 {
    position: static;
  }

  .heading-48.black {
    background-position: 85% 80%;
    background-size: auto 30px;
  }

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

  .section-30 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .challenge-4, .image-30 {
    position: static;
  }

  .heading-50.black {
    background-position: 85% 80%;
    background-size: auto 30px;
  }

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

  .dual-col {
    padding-left: 0;
    padding-right: 0;
  }

  .foodh-copy, .dual-head {
    padding-bottom: 8px;
  }

  .cat-sub-2-copy {
    line-height: 22px;
  }

  .div-block-44, .div-block-45 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


