/* Text Elements */

h1 {
  font-family: 'Inter', sans-serif;
}

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  font-size: 62px;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

h2.hero-subheading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 1.14;
}

p.paragraph.hero-action-message {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

blockquote {
  max-width: 1200px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

a.link-text.text-link-1 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-2 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-3 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-4 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-5 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-6 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-7 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-8 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-9 {
  color: #00e;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
}

/* Interaction Elements */

a.link-button {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button.action-btn {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 32px;
  max-width: 250px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}

/* Layout Elements */

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 80vh;
  background-color: #000;
  background-image: url('../images/nicolas-bichon-h4RpeU6FjxA-unsplash.jpg');
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.hero-content-region {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;
}

a.social-image.social-btn {
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  max-width: 24px;
  border-radius: 50px;
  background-color: #010101;
}

li.list-item-container.list-item-container-1 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-2 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-3 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-4 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-5 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-6 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-7 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-8 {
  margin-bottom: 5px;
}

li.list-item-container.list-item-container-9 {
  margin-bottom: 5px;
}

@media screen and (max-width: 75rem) {
  /* Text Elements */

  h2 span.heading-text-1 {
    font-size: 1.25rem;
  }

  h2 span.heading-text-2 {
    font-size: 1.25rem;
  }

  h2.hero-subheading {
    line-height: .9;
  }

  blockquote span.blockquote-text-5 {
    font-size: 1.25rem;
  }

  /* Layout Elements */

  body.body-1 {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 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.hero-section {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 185, 0, 1) 33%, rgba(255, 95, 40, 1) 66%, rgba(29, 30, 33, .5) 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;
  }

  div.responsive-picture.picture-1 {
    position: static;
    display: inline-block;
    float: right;
    clear: none;
    width: 50%;
    vertical-align: middle;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 48px;
  }

  h2.hero-subheading {
    font-size: 24px;
  }

  blockquote {
    font-size: 24px;
  }
}