/* Text Elements */

h1.heading-1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

h4.heading-2 {
  margin-top: 5px;
  text-align: center;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

h6.group-text {
  text-align: center;
  font-style: italic;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

/* Layout Elements */

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 40px;
  margin-bottom: 40px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

a.social-image.social {
  margin-right: 10px;
  margin-left: 10px;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

a.responsive-picture.picture-link-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

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

  h1.heading-1 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  h4.heading-2 {
    font-size: 22px;
  }

  h6.group-text {
    font-size: 18px;
  }
}

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

  h1.heading-1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 400px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 400px;
  }
}