/* Text Elements */

h1.heading-1 {
  text-align: center;
}

h1 span.heading-text-1 {
  font-weight: 400;
}

h1 span.heading-text-2 {
  font-weight: 400;
  font-family: 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
}

h1 span.heading-text-3 {
  font-size: 1.4375rem;
  font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

h1 span.heading-text-4 {
  font-weight: 800;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

p.paragraph.paragraph-1 {
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 35rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    font-size: 16px;
  }

  span.text-element.text-1 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  div.responsive-picture.picture-1 {
    width: auto;
  }

  div.responsive-picture.picture-2 {
    width: auto;
  }
}