/* Text Elements */

h1.heading-1 {
  padding-top: 10px;
  padding-left: 0;
  color: #284a54;
  text-align: center;
  text-shadow: #7a96aa 2px 2px 5px;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  -webkit-column-rule-color: #284a54;
     -moz-column-rule-color: #284a54;
          column-rule-color: #284a54;
}

h1 span.heading-text-1 {
  color: #284a54;
}

p.paragraph.paragraph-1 {
  display: block;
  padding-left: 0;
  color: #284a54;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 500;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

/* Layout Elements */

body.body-1 {
  background-color: #eae7e0;
}

.link-container.link-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  justify-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.link-container.link-container-2 {
  max-width: 100%;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

div.responsive-picture.picture-1 {
  position: static;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  max-width: 75%;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container-grid.container-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  -ms-flex-align: center;
  padding-left: 0;
  vertical-align: baseline;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.picture-2 {
  display: block;
  padding-top: 5px;
  max-width: 90%;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

@media screen and (min-width: 309px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 24px;
  }

  p.paragraph.paragraph-1 {
    font-size: 13px;
  }
}

@media screen and (min-width: 457px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 33px;
  }

  p.paragraph.paragraph-1 {
    font-size: 18px;
  }
}

@media screen and (min-width: 571px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 34px;
  }

  p.paragraph.paragraph-1 {
    font-size: 19px;
  }

  div.responsive-picture.picture-2 {
    max-width: 80%;
  }
}

@media screen and (min-width: 680px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 41px;
  }

  p.paragraph.paragraph-1 {
    font-size: 22px;
  }

  div.responsive-picture.picture-2 {
    max-width: 85%;
  }
}

@media screen and (min-width: 768px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 45px;
  }

  p.paragraph.paragraph-1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 891px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 49px;
  }

  p.paragraph.paragraph-1 {
    font-size: 27px;
  }
}

@media screen and (min-width: 992px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 60px;
  }

  p.paragraph.paragraph-1 {
    font-size: 32px;
  }

  div.responsive-picture.picture-1 {
    max-width: 90%;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 68px;
  }

  p.paragraph.paragraph-1 {
    font-size: 37px;
  }

  div.responsive-picture.picture-2 {
    max-width: 75%;
  }
}