/* Text Elements */

h1.heading-2 {
  color: #c3f8b7;
  font-size: 60px;
}

h6.tagline {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
}

h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h6.heading-1 {
  text-align: center;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.region-description {
  color: #666;
  font-weight: 300;
  line-height: 25px;
}

a.link-text.footer-info {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  color: #666;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

/* Layout Elements */

body.body-1 {
  display: block;

  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

.container.picture-wrapper {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: -6px;
  border-radius: 8px;
}

.container.project-region-2 {
  padding: 48px 24px;
  min-height: 50vh;
  background-color: #fff;
}

.container.footer-region {
  padding: 96px 24px;
}

.container.container-4 {
  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;
  padding-top: 24px;
  padding-bottom: 24px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.hero-section {
  display: grid;
  min-height: 1200px;
  background-image: url('../pictures/LB-sara%20chagra.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
  justify-items: center;
}

.container.footer-info-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-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.picture-1 {
  width: 20%;
}

div.responsive-picture.picture:hover {
  -webkit-transform: scaleX(1.08) scaleY(1.08);
     -moz-transform: scaleX(1.08) scaleY(1.08);
       -o-transform: scaleX(1.08) scaleY(1.08);
          transform: scaleX(1.08) scaleY(1.08);
}

@media screen and (max-width: 120.5625rem) {
  /* Text Elements */

  h1.heading-2 {
    color: #c3f8b7;
    text-align: center;
    font-size: 60px;
  }

  h6.heading-1 {
    margin-bottom: 37px;
  }

  p.paragraph.region-description {
    text-align: left;
  }

  a.link-text.footer-info {
    display: block;
  }

  /* Layout Elements */

  body.body-1 {
    direction: rtl;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.hero-section {
    display: grid;
    margin-top: 0;
    padding-top: 0;
    min-width: 0;
    min-height: 1000px;
    background-image: url('../pictures/LB-sara%20chagra.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
    grid-template-columns: auto;
    grid-template-rows: repeat(3 , auto);
  }

  .container.container-2 {
    display: grid;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  .container.picture-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: left;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-1 {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.footer-region {
    display: grid;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-items: center;
  }

  div.responsive-picture.picture {
    display: block;
  }

  div.responsive-picture.picture-1 {
    display: block;
    padding-top: 30px;
    width: 35%;

    justify-self: center;
    grid-area: auto / auto / auto / auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
}

@media screen and (max-width: 98.6875rem) {
  /* Text Elements */

  h1.heading-2 {
    display: block;
    color: #c3f8b7;
    text-align: center;
    letter-spacing: 1px;
    font-size: 60px;
  }

  h6.heading-1 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  a.link-text#text-link-1-copy-2 {
    margin-bottom: 12px;
  }

  a.link-text.footer-info {
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  /* Layout Elements */

  body.body-1 {
    position: static;
    direction: rtl;
  }

  .container.hero-section {
    display: grid;
  }

  .container.container-3 {
    display: grid;
    min-height: 0;
  }

  .container.project-region-2 {
    display: grid;
  }

  .container.footer-region {
    display: grid;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 0 0 10px;

    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
    grid-area: elementArea;
    align-self: auto;
    justify-self: auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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;
    justify-items: center;
  }

  .container.footer-content-section {
    display: grid;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-right: 5rem;
    padding-left: 5rem;
    min-width: 0;

    grid-template-columns: none;
    grid-template-rows: none;
    justify-self: auto;
    align-self: auto;
    grid-area: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    grid-column-gap: 24px;
  }

  .container.footer-info-container {
    display: grid;
    -ms-flex-align: center;

    align-self: auto;
    justify-self: auto;
    grid-template-columns: none;
    grid-template-rows: none;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  div.responsive-picture.picture-1 {
    padding-top: 30px;
    width: 35%;

    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

@media screen and (max-width: 60.75rem) {
  /* Layout Elements */

  .container.container-2 {
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
  }

  .container.hero-section {
    min-height: 780px;
    background-image: url('../pictures/LB-sara%20chagra%20cuitza.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.footer-content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  div.responsive-picture.picture-1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 35rem) {
  /* Text Elements */

  h1.heading-2 {
    font-size: 38px;
  }

  h6 a.heading-text-1 {
    font-size: .75rem;
  }

  h6.heading-1 {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
    min-width: 200px;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  /* Layout Elements */

  body.body-1 {
    direction: ltr;
  }

  .container.hero-section {
        -ms-writing-mode: lr-tb;
    direction: ltr;

    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .container.footer-region {
    display: grid;
  }

  .container.footer-content-section {
    display: grid;
  }

  div.responsive-picture.picture-1 {
    display: inline-block;
    margin-bottom: 0;
    width: 60%;
  }
}

@media screen and (max-width: 24rem) {
  /* Text Elements */

  h1.heading-2 {
    font-size: 22px;
  }

  a.link-text.footer-info {
    display: block;
    text-align: center;
  }

  /* Layout Elements */

  .container.hero-section {
    display: grid;
    min-height: 500px;
    background-image: url('../pictures/LB-sara%20chagra%20uchila.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.footer-content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container.footer-info-container {
    display: block;
    min-width: 10px;
    max-width: none;

    grid-template-columns: auto;
    grid-template-rows: repeat(6 , auto);
  }

  div.responsive-picture.picture-1 {
    display: inline-block;
    margin-right: 0;
    margin-left: 67px;
    padding-top: 0;
    width: 35%;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
    grid-area: elementArea;
  }

  div.responsive-picture.picture-1 > picture > img {
    -o-object-position: 50% center;
       object-position: 50% center;
    -o-object-fit: fill;
       object-fit: fill;
  }
}