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

  h1 span.heading-text-1 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    font-variant: small-caps;
    font-size: 4.125rem;
    font-family: 'Montserrat', cursive;
	color: #ffffff;
  }

  h1.heading-1 {
    display: block;
    text-align: center;
	color: #ffffff;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 600;
    font-size: 2.8125rem;
    font-family: 'Montserrat', cursive;
	color: #ffffff;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
    font-size: 21px;
    font-family: 'Montserrat', cursive;
	color: #ffffff;
  }

  /* Interaction Elements */

  a.link-button.btn {
    position: static;
    display: block;
    float: none;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
	color: #ffffff;

    justify-self: auto;
    grid-area: auto / auto / auto / auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
}