/* Interaction Elements */

a.link-button.button-link-black {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 35rem) {
  /* Text Elements */

  h1.hero-heading {
    text-align: left;
    font-size: 64px;
    line-height: 64px;
  }

  p.paragraph.hero-paragraph {
    text-align: left;
  }

  /* Layout Elements */

  .container.hero-content {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 43.75rem) {
  /* Text Elements */

  h1.hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    color: #dc6c00;
    text-align: center;
    text-transform: uppercase;
    text-shadow: rgba(255, 129, 105, .29) 2px 2px 20px;
    letter-spacing: 0;
    font-size: 120px;
    font-family: 'Anton', sans-serif;
    line-height: 1;
  }

  h1.hero-heading:hover {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }

  p.paragraph.hero-paragraph {
    margin-bottom: 36px;
    max-width: 960px;
    color: #dc7715;
    text-align: center;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    line-height: 26px;
  }

  /* Interaction Elements */

  a.link-button.button-link-black {
    padding: 16px 24px;
    border-radius: 16px;
    background-color: #d8e300;
    color: #5e3988;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 18px;
    -webkit-transition-delay: .1s;
       -moz-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
    -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: .24s;
       -moz-transition-duration: .24s;
         -o-transition-duration: .24s;
            transition-duration: .24s;
  }

  a.link-button.button-link-black:hover {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
       -moz-transform: scaleX(1.1) scaleY(1.1);
         -o-transform: scaleX(1.1) scaleY(1.1);
            transform: scaleX(1.1) scaleY(1.1);
  }

  /* Layout Elements */

  .container {
    padding-left: 0;
  }

  .container.hero-articles-trail {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    overflow: hidden;
    min-height: 80vh;
    background-color: #6936a3;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  .container.hero-content {
    position: absolute;
    top: 300px;
    bottom: 300px;
    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: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 48px 24px;
    max-width: 960px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: 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;
  }

  div.responsive-picture.trail-image {
    position: relative;
    max-width: 200px;
  }
}