:root {
  --red: #d11;
  --black: white;
  --firebrick: #c20606;
  --bisque: #eed7b7;
  --peru: #cea764;
  --green: #078121;
  --333f48: var(--black-3);
  --black-4: #362a1e;
  --white-smoke: #ebebeb;
  --forest-green: #009c22;
  --black-2: black;
  --sienna: #b65207;
  --black-3: #333f48;
  --silver: #c8c8c8;
  --orange: #f9a72a;
  --dark-orange: #f8930a;
  --el-patron: var(--peru);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-column-1 {
  width: 33%;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.navbar-column-2 {
  width: 33%;
  text-align: center;
  justify-content: center;
  display: flex;
}

.navbar-column-3 {
  width: 33%;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.order-button {
  background-color: var(--red);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

.order-button:active {
  background-color: var(--firebrick);
}

.brand {
  width: auto;
  height: auto;
}

.menu-button {
  color: var(--black);
  padding: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
}

.logo-image {
  width: 70px;
}

.container {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container.top {
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar._2 {
  background-color: var(--black);
  position: relative;
}

.slider {
  height: 100vh;
}

.slider.page {
  height: 300px;
}

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

.slide {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/mexican-food.jpg');
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide.page {
  background-image: url('../images/CRAZY-FAJITAS-2.JPG');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
}

.slide.page-2 {
  background-image: url('../images/carne-asada-with-diabla-shrimp.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
}

.inside-slide-div {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-logo-link {
  width: 30%;
}

.section {
  background-color: var(--bisque);
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.div-header {
  margin-top: 40px;
}

.div-header._2 {
  margin-bottom: 20px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.h2.gallery {
  color: var(--peru);
  background-color: #11283c;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
}

.text-block {
  padding-top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.text-block.with-space {
  margin-bottom: 20px;
}

.text-block.big-text {
  font-size: 18px;
}

.text-block.big-text.with-space {
  color: var(--green);
  line-height: 26px;
}

.text-block.normal {
  font-weight: 600;
}

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

.time-flex-div {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.time-div {
  width: 400px;
  border: 1px solid var(--333f48);
  background-color: var(--333f48);
  border-radius: 5px;
  margin: 25px 10px 10px;
  padding: 20px 30px;
}

.heading-3 {
  margin-top: 0;
}

.heading-3.green {
  color: var(--firebrick);
  text-transform: uppercase;
}

.list-item {
  margin-bottom: 7px;
}

.list-item.last {
  margin-bottom: 0;
}

.column {
  text-align: left;
}

.column-2 {
  text-align: right;
}

.text-block-2 {
  color: var(--black-4);
  font-size: 15px;
}

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

.map-div {
  width: 900px;
  height: 400px;
  margin: 0 auto 50px;
  display: inline-block;
}

.map-div.locations {
  width: 100%;
  margin-bottom: 20px;
}

.html-embed {
  width: 100%;
  height: 100%;
  outline-color: var(--red);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  display: block;
}

.footer-section {
  background-color: var(--firebrick);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-textblock {
  color: var(--black);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.nav-menu {
  width: 50%;
  background-color: var(--black);
  padding-top: 50px;
}

.cross-link {
  width: 50px;
  height: 50px;
  color: #554638;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-link {
  color: #534333;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.nav-link:hover {
  background-color: #e7e7e7;
}

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

.nav-link.colored {
  background-color: var(--red);
  color: var(--black);
}

.nav-link.colored:hover {
  background-color: #ca0f0f;
}

.heading-4 {
  background-color: var(--red);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.page-box {
  border: 1px solid var(--firebrick);
  border-radius: 5px;
  padding-bottom: 15px;
}

.div-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  text-align: left;
  line-height: 26px;
}

.section-order {
  background-image: url('../images/pork_fajitas_2217-2.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ws-vs1 {
  border: 1px solid var(--white-smoke);
}

.lightbox-link {
  width: 24%;
  text-align: center;
  border: 1px solid #969292;
  margin-bottom: 10px;
  margin-left: .5%;
  margin-right: .5%;
  box-shadow: 1px 1px 3px #b4b2b2;
}

.icon {
  color: var(--red);
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.bold-text-3 {
  color: #e4dada;
  text-decoration: none;
}

.bold-text-3:hover {
  color: #f3e9e9;
}

.bold-text-4 {
  font-weight: 400;
}

.text-block-4 {
  color: var(--forest-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-4._2 {
  text-align: left;
  margin-top: 5px;
  font-size: 16px;
}

.h1 {
  color: var(--firebrick);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
}

.div-block-2 {
  width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-2 {
  width: 100%;
  height: 100%;
  text-align: center;
}

.div-block-4 {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.link-2:hover {
  color: var(--firebrick);
}

.image-3 {
  margin-bottom: 10px;
}

.bold-text-5 {
  color: var(--green);
}

.bold-text-5:hover {
  color: var(--forest-green);
}

.button {
  width: 150px;
  background-color: var(--firebrick);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
}

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

.button.order-page {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.button._2 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.button._2.top {
  margin-bottom: 10px;
  margin-right: 10px;
}

.heading-5 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-5 {
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.div-block-6 {
  width: 95%;
  border: 1px solid var(--white-smoke);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-7 {
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.image-4 {
  width: 100%;
  border: 1px solid var(--firebrick);
}

.div-block-8 {
  width: 30%;
  text-align: left;
  border: 1px dashed #313330;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-6 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}

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

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.heading-8 {
  color: var(--sienna);
  text-transform: uppercase;
  font-size: 20px;
}

.image-5 {
  margin-bottom: 10px;
}

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

.bold-text-10 {
  color: #e4dada;
  text-decoration: none;
}

.bold-text-10:hover {
  color: #f3e9e9;
}

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

.bold-text-9 {
  font-weight: 400;
}

.image-6 {
  text-align: center;
  padding-left: 10px;
}

.image-7 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-11 {
  object-fit: fill;
  justify-content: flex-start;
  padding-top: 10px;
  display: block;
  position: static;
}

.image-8 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

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

.columns {
  text-align: center;
  display: block;
}

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

.footer-section-2 {
  background-color: #c20606;
  padding-top: 0;
  padding-bottom: 5px;
}

.footer-section-2.footer1 {
  text-align: left;
  background-color: #362a1e;
  padding-bottom: 10px;
}

.image-9 {
  padding-right: 0;
}

.footer-textblock-2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.footer-section-3 {
  background-color: #c20606;
  padding-top: 0;
  padding-bottom: 5px;
}

.div-block-13 {
  width: 70%;
  clear: none;
  text-align: left;
  flex: 1;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.footer-textblock-3 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text-11 {
  font-weight: 400;
}

.bold-text-12 {
  color: #e4dada;
  text-decoration: none;
}

.bold-text-12:hover {
  color: #f3e9e9;
}

.map-div-2 {
  width: 900px;
  height: 400px;
  flex: 1;
  margin: 20px auto;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  outline-offset: 0px;
  outline: 1px solid #d11;
  display: block;
}

.container-2 {
  justify-content: center;
  display: flex;
}

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

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .big-logo-link {
    width: 35%;
  }

  .text-block {
    padding-top: 0;
    font-weight: 700;
  }

  .time-div {
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 10px;
  }

  .map-div {
    width: 98%;
  }

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

  .footer-textblock {
    font-size: 14px;
  }

  .nav-link {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block {
    width: 90%;
  }

  .paragraph {
    line-height: 24px;
  }

  .lightbox-link {
    width: 24%;
  }

  .text-block-4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .text-block-4._2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .div-block-8 {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-8 {
    margin-bottom: 0;
  }

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

  .footer-textblock-2 {
    font-size: 14px;
  }

  .footer-section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-13 {
    width: 90%;
  }

  .footer-textblock-3 {
    font-size: 14px;
  }

  .map-div-2 {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-column-1 {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
  }

  .navbar-column-2 {
    width: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 70px;
    display: flex;
  }

  .navbar-column-3 {
    width: auto;
  }

  .flex-div {
    flex-flow: wrap;
    align-items: flex-start;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .order-button {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .brand {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    font-size: 52px;
  }

  .logo-image {
    width: 60px;
  }

  .container.top {
    padding-left: 0;
    padding-right: 0;
  }

  .slider.page {
    height: 250px;
  }

  .big-logo-link {
    width: 40%;
  }

  .time-flex-div {
    flex-direction: column;
    align-items: center;
  }

  .time-div {
    width: 380px;
  }

  .map-div {
    width: 100%;
    height: 320px;
  }

  .footer-textblock {
    font-size: 14px;
  }

  .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block {
    width: 100%;
  }

  .lightbox-link {
    width: 24%;
  }

  .text-block-4._2 {
    text-align: center;
  }

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

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

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

  .footer-textblock-2 {
    font-size: 14px;
  }

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

  .footer-textblock-3 {
    font-size: 14px;
  }

  .map-div-2 {
    width: 100%;
    height: 320px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-column-2 {
    margin-left: 65px;
  }

  .order-button {
    padding: 12px 10px;
  }

  .logo-image {
    width: 50px;
  }

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

  .container.top {
    padding-left: 0;
    padding-right: 0;
  }

  .slider.page {
    height: 200px;
  }

  .slide {
    background-position: 0 100%;
  }

  .big-logo-link {
    width: 75%;
  }

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

  .h2 {
    font-size: 15px;
    line-height: 20px;
  }

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

  .time-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .text-block-2.time {
    font-size: 13px;
  }

  .map-div {
    height: 290px;
  }

  .footer-textblock {
    font-size: 12px;
  }

  .heading-4 {
    padding: 10px 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .page-box {
    padding-bottom: 5px;
  }

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

  .lightbox-link {
    width: 49%;
  }

  .h1 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .footer-textblock-2, .footer-textblock-3 {
    font-size: 12px;
  }

  .map-div-2 {
    height: 290px;
  }
}


