/* Text Elements */

span.text-element.text-4 {
  margin: 0 0 75px;
  min-width: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: normal;
  font-size: 34px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 50px;

  -webkit-text-stroke-color: transparent;
}

span.text-element.text-5 {
  margin: 0 auto 75px;
  width: 100%;
  color: #fff;
  text-align: center;
  text-indent: 0;
  white-space: normal;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 50px;

  -webkit-text-stroke-color: transparent;
}

span.text-element.text-7 {
  margin: 0 auto 20px;
  max-width: none;
  width: 100%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 20%, rgba(204, 0, 0, 1) 50%, rgba(204, 156, 24, 1) 80%);
  background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 1) 20%, rgba(204, 0, 0, 1) 50%, rgba(204, 156, 24, 1) 80%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 1) 20%, rgba(204, 0, 0, 1) 50%, rgba(204, 156, 24, 1) 80%);
  background-image:         linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(204, 0, 0, 1) 50%, rgba(204, 156, 24, 1) 80%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 60px;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  -webkit-text-stroke-color: transparent;
  background-blend-mode: normal;
}

/* Layout Elements */

body.body-1 {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 102, 153, 1) 35%, rgba(0, 204, 255, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(0, 102, 153, 1) 35%, rgba(0, 204, 255, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(0, 102, 153, 1) 35%, rgba(0, 204, 255, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(0, 102, 153, 1) 35%, rgba(0, 204, 255, 1) 100%);
  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.container-1 {
  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: start;
  -ms-flex-align: start;
  margin: 0 auto;
  max-width: 990px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

div.responsive-picture.picture-1 {
  margin: 20px auto 0;
  min-width: 100px;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 62.5rem) {
  /* Text Elements */

  span.text-element.text-4 {
    margin-top: 0;
    margin-bottom: 50px;
    white-space: normal;
    font-size: 30px;
    line-height: 40px;
  }

  span.text-element.text-7 {
    font-size: 19px;
    line-height: 30px;
  }

  span.text-element.text-5 {
    margin-bottom: 50px;
    white-space: normal;
    font-size: 23px;
    line-height: 39px;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(top, rgba(0, 102, 153, 1) 10%, rgba(0, 204, 255, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 102, 153, 1) 10%, rgba(0, 204, 255, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 102, 153, 1) 10%, rgba(0, 204, 255, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 102, 153, 1) 10%, rgba(0, 204, 255, 1) 100%);
  }

  .container.container-1 {
    max-width: 590px;
  }

  div.responsive-picture.picture-1 {
    max-width: 450px;
  }
}

@media screen and (max-width: 37.5rem) {
  /* Text Elements */

  span.text-element.text-4 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  span.text-element.text-7 {
    font-size: 16px;
    line-height: 25px;
  }

  span.text-element.text-5 {
    font-size: 19px;
    line-height: 34px;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(top, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
  }

  .container.container-1 {
    max-width: 390px;
  }

  div.responsive-picture.picture-1 {
    max-width: 300px;
  }
}

@media screen and (max-width: 25rem) {
  /* Text Elements */

  span.text-element.text-4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 17px;
  }

  span.text-element.text-5 {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 26px;
  }

  span.text-element.text-7 {
    white-space: normal;
    font-size: 13px;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(top, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 102, 153, 1) 5%, rgba(0, 204, 255, 1) 100%);
  }

  div.responsive-picture.picture-1 {
    max-width: 200px;
  }
}