/* Text Elements */

h1.heading-1 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}

h3.heading-2 {
  text-align: center;
  font-size: 22px;
}

/* Interaction Elements */

a.link-button.button {
  margin-top: 12px;
  width: 100%;
  border-radius: 15px;
  background-color: #03155b;
  font-weight: 700;
  font-size: 18px;
}

div.responsive-picture.picture-3 {
  float: right;
  max-width: none;
}

div.responsive-picture.picture-2 {
  float: left;
  margin-top: 12px;
  max-width: none;
}

@media screen and (min-width: 30.25rem) {
  /* Interaction Elements */

  a.link-button.button {
    font-size: 22px;
  }

  div.responsive-picture.picture-3 {
    float: right;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
  }

  div.responsive-picture.picture-2 {
    float: left;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
    height: auto;
  }

  div.responsive-picture.picture-2 > picture {
    height: auto;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
    font-weight: 700;
    font-size: 56px;
  }

  h3.heading-2 {
    text-align: center;
    font-size: 24px;
  }

  div.responsive-picture.picture-2 {
    float: left;
    max-width: none;
    width: 85%;
  }

  div.responsive-picture.picture-3 {
    float: right;
    max-width: none;
    width: 85%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  h3.heading-2 {
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-top: 12px;
    width: 100%;
    border-radius: 15px;
    background-color: #03155b;
    font-weight: 700;
    font-size: 28px;
  }

  div.responsive-picture.picture-2 {
    float: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    width: 85%;
  }

  div.responsive-picture.picture-3 {
    float: right;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}