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

.navbar-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.navbar-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-button {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #961318;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.order-button:hover {
  background-color: #c20606;
  color: #f0ede8;
}

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

.menu-button {
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
}

.menu-button._2 {
  color: #d11;
}

.logo-image {
  width: 70px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  text-align: center;
}

.container.top {
  background-color: transparent;
}

.container.with-color {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

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

.navbar._2 {
  position: relative;
  background-color: #fff;
}

.slider {
  height: 100vh;
}

.slider.page {
  height: 300px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Mexican-Food.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.page {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/mexican-2456038_1280.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.gallery {
  background-image: url('../images/Manila-Chicharon.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.inside-slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fee7b1;
  font-family: 'Open Sans', sans-serif;
}

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

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

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

.h2._2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.h2._3 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.h2.normal {
  font-size: 14px;
  line-height: 22px;
}

.heading-2 {
  margin-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.heading-2._2 {
  margin-bottom: 40px;
}

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

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

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

.text-block.with-space.normal {
  font-size: 14px;
  font-weight: 600;
}

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

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

.text-block.normal._2 {
  margin-top: 20px;
}

.time-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.time-div {
  width: 400px;
  margin: 25px 10px 10px;
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  border-radius: 5px;
  background-color: #d11;
}

.heading-3 {
  margin-top: 0px;
  color: #10dd65;
}

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

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

.column {
  text-align: left;
}

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

.text-block-2 {
  color: #362a1e;
  font-size: 15px;
}

.text-block-2.time {
  color: #fff;
}

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

.html-embed {
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #c20606;
}

.columns {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #362a1e;
  color: #fff;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #d11;
}

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

.link {
  color: #574a3d;
  text-decoration: none;
}

.link:hover {
  color: #635342;
}

.nav-menu {
  width: 50%;
  padding-top: 50px;
  background-color: #fff;
}

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

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

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

.nav-link.w--current {
  color: #c20606;
}

.nav-link.colored {
  background-color: #961318;
  color: #fff;
}

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

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 20px;
  background-color: #d11;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.page-box {
  margin-top: 20px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d11;
  border-radius: 5px;
}

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

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

.paragraph.bold {
  font-weight: 700;
}

.flex-gallery {
  display: block;
  text-align: left;
}

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

.ws-vs1 {
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
}

.lightbox-link {
  width: 19%;
  margin-right: 0.5%;
  margin-bottom: 10px;
  margin-left: 0.5%;
  border-style: solid;
  border-width: 1px;
  border-color: #969292;
  box-shadow: 1px 1px 3px 0 #b4b2b2;
}

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

.icon {
  color: #c20606;
}

.icon.white {
  color: #fff;
}

.body {
  background-color: transparent;
}

.body-2 {
  background-color: #e2733d;
}

.bold-text {
  font-size: 28px;
}

.bold-text-2 {
  display: block;
}

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

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

.bold-text-4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #3a3434;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #c20606;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.phone-link {
  color: #362a1e;
  text-decoration: none;
}

.phone-link:hover {
  color: #007a23;
}

.div-block-2 {
  width: 80%;
  margin: 0px auto 40px;
}

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

.lightbox-link-2 {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
}

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

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

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

.bold-text-5 {
  color: #008136;
}

.bold-text-5:hover {
  color: #019c42;
}

.link-2 {
  color: #00702b;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #d11;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .heading-2 {
    margin-top: 0px;
  }

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

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

  .map-div {
    width: 98%;
  }

  .columns {
    width: 95%;
  }

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

  .flex-gallery {
    text-align: left;
  }

  .lightbox-link {
    width: 24%;
  }

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

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

  .navbar-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .logo-image {
    width: 55px;
  }

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

  .slider.page {
    height: 250px;
  }

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

  .heading-2 {
    margin-top: 0px;
  }

  .time-flex-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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;
  }

  .column-3 {
    margin-bottom: 15px;
  }

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

  .div-block {
    width: 100%;
  }

  .flex-gallery {
    text-align: left;
  }

  .lightbox-link {
    width: 24%;
  }

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

  .link-2 {
    font-size: 16px;
  }
}

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

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

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

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

  .slider.page {
    height: 200px;
  }

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

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

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

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

  .heading-2 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-2._2 {
    margin-top: 32px;
  }

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

  .time-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 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;
  }

  .column-3 {
    margin-bottom: 20px;
  }

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

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

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

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

  .flex-gallery {
    text-align: left;
  }

  .lightbox-link {
    width: 49%;
  }

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

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

