/* Text Elements */

h1.hero-index {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .53) 2px 2px 10px;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 96px;
  font-family: 'Bebas Neue', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  line-height: 1;
}

h2.heading-1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  font-family: 'Bebas Neue', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  line-height: 1;
}

blockquote.blockquote {
  margin: 24px 0;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 72px;
  font-family: 'Mr Dafoe', 'Brush Script MT', cursive;
  line-height: 1;
}

a.link-text.logo-link {
  color: #000;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 64px;
  font-family: 'Bebas Neue', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}

/* Interaction Elements */

a.link-button.nav-button {
  padding: 20px;
  border-width: .125rem;
  border-style: solid;
  border-radius: 16px;
  background-color: transparent;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-button.nav-button:hover {
  background-color: #fff;
  box-shadow: #000 -2px 4px 0 0;
  -webkit-transform: translateX(2px) translateY(-2px);
     -moz-transform: translateX(2px) translateY(-2px);
       -o-transform: translateX(2px) translateY(-2px);
          transform: translateX(2px) translateY(-2px);
}

/* Layout Elements */

body.body-menu {
  padding-right: 0;
  padding-left: 0;
  background-color: #fce19b;
}

body.body-index {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #96f1f7;
}

.container {
  padding-left: 0;
}

.container.container-nav-buttons {
  display: grid;
  margin-top: 20px;

  grid-template-columns: repeat(5 , 1fr);
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 16px;
}

.container.container-logo-address {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.nav-container {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 1400px;
}

.container.neutral-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.image-hero-section {
  border-width: .25rem;
  border-style: solid;
  border-radius: 64px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: image;
  background-blend-mode: normal;
}

.container.hero-section {
  display: grid;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  min-height: 70vh;
  max-width: 1400px;
  background-color: transparent;

  grid-template-areas: 'image content';
  grid-template-columns: repeat(2 , 50%);
  grid-template-rows: auto;
}

.container.about-section {
  display: grid;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  min-height: 70vh;
  max-width: 1400px;
  background-color: transparent;

  grid-template-areas: 'content image';
  grid-template-columns: repeat(2 , 50%);
  grid-template-rows: auto;
}

.container.index-about-img {
  border-width: .25rem;
  border-style: solid;
  border-radius: 64px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: image;
  background-blend-mode: normal;
}

.container.two-buttons-container {
  display: grid;
  margin-top: 20px;

  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 16px;
}

.container.plate {
  margin-top: 0;
  padding: 16px 0;
  width: 100%;
  border-bottom-width: .125rem;
  border-bottom-style: dashed;
}

.container.burritos-img {
  border-width: .25rem;
  border-style: solid;
  border-radius: 64px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: image;
  background-blend-mode: normal;
}

.container.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  padding-right: 24px;
  padding-left: 24px;
  min-height: 50vh;
  background-color: transparent;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 960px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.antojitos-img {
  border-width: .25rem;
  border-style: solid;
  border-radius: 64px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: image;
  background-blend-mode: normal;
}

.container.hero-index {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 48px 24px;
  min-height: 80vh;
  max-width: 1400px;
  border-width: .25rem;
  border-style: solid;
  border-radius: 64px;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 24px;
  padding-left: 24px;

  grid-area: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: 24px;
  padding-left: 24px;

  grid-area: content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.menu-section {
  display: grid;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  min-height: 70vh;
  max-width: 1400px;
  background-color: transparent;

  grid-template-areas: 'content image';
  grid-template-columns: repeat(2 , 50%);
  grid-template-rows: auto;
}

@media screen and (max-width: 79.9375rem) {
  /* Text Elements */

  h1.hero-index {
    text-align: center;
    text-shadow: rgba(0, 0, 0, .53) 2px 2px 10px, rgba(120, 130, 140, 1) 2px 2px 5px, #150d0d 2px 2px 5px;
    font-weight: 400;
    font-size: 40px;
    font-family: 'Aclonica', sans-serif;
    -webkit-transform: scaleX(.86) scaleY(1.18) scaleZ(1);
       -moz-transform: scaleX(.86) scaleY(1.18) scaleZ(1);
            transform: scaleX(.86) scaleY(1.18) scaleZ(1);
  }

  h2.heading-1 {
    color: #11ab0f;
    text-align: left;
    text-shadow: rgba(120, 130, 140, 1) 2px 2px 5px, #78828c 2px 2px 5px;
    font-size: 60px;
    font-family: 'Aclonica', sans-serif;
  }

  blockquote.blockquote {
    color: #11ab0f;
    text-shadow: #78828c 2px 2px 5px;
    font-weight: 600;
    font-size: 48px;
    font-family: 'Aclonica', sans-serif;

    -webkit-text-stroke-width: 1px;
  }

  a.link-text.logo-link {
    color: #11ab0f;
    text-shadow: #78828c 2px 2px 5px;
    font-family: 'Aclonica', sans-serif;
  }

  /* Interaction Elements */

  a.link-button.nav-button {
    font-family: 'Aclonica', sans-serif;
  }

  /* Layout Elements */

  body.body-index {
    background-color: #fbfc9b;
  }

  body.body-menu {
    background-color: #fff;
  }

  .container.hero-index {
    background-image: url('../images/Rita%20in%20field.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.index-about-img {
    border-width: 0;
    border-radius: 0;
    background-image: url('../images/boots.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: repeat;

    background-blend-mode: normal;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  .container.image-hero-section {
    border-width: 0;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.antojitos-img {
    background-image: url('../images/newshelf.jpg'), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: cover, cover;
    background-repeat: repeat, repeat;

    background-blend-mode: normal, normal;
  }

  .container.burritos-img {
    border-radius: 0;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-nav-buttons {
    background-color: transparent;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  div.responsive-picture.picture-1 {
    width: 50%;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-index {
    font-size: 72px;
  }

  /* Layout Elements */

  .container.neutral-content-wrapper {
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 96px;
  }

  .container.hero-section {
    grid-template-areas: 'image' 'content';
    grid-template-rows: minmax(50vh, auto) minmax(auto, auto);
    grid-template-columns: minmax(100%, 1px);
  }

  .container.about-section {
    grid-template-areas: 'image' 'content';
    grid-template-rows: minmax(50vh, auto) minmax(auto, auto);
    grid-template-columns: minmax(100%, 1px);
  }

  .container.container-logo-address {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.content-wrapper {
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 96px;
  }

  .container.menu-section {
    grid-template-areas: 'image' 'content';
    grid-template-rows: minmax(50vh, auto) minmax(auto, auto);
    grid-template-columns: minmax(100%, 1px);
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.hero-index {
    font-size: 9.54vw;
  }

  blockquote.blockquote {
    text-align: left;
  }

  /* Layout Elements */

  .container.container-nav-buttons {
    grid-template-rows: repeat(2 , auto);
    grid-template-columns: repeat(2 , 1fr);
    grid-row-gap: 16px;
  }

  .container.two-buttons-container {
    grid-template-rows: repeat(2 , auto);
    grid-template-columns: repeat(2 , 1fr);
    grid-row-gap: 16px;
  }

  .container.quote-container {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  blockquote.blockquote {
    font-size: 6.44vw;
  }

  /* Layout Elements */

  .container.quote-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.content-left {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.content-right {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.hero-index {
    font-size: 32px;
    line-height: 1.1;
  }

  blockquote.blockquote {
    font-size: 20px;
  }
}