@media screen and (min-width: 48rem) {
  .socialbutton h5 {
    font-size: 1.3vw;
  }
  h1 {
    font-size: 3rem;
    font-family: sansforgetica;
    font-weight: 900;
  }
  h2 {
    font-size: 1.6rem;
    font-family: roboto-regular;
    font-weight: 900;
  }
  h3 {
    font-family: roboto-regular;
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5, h6, li {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
  li {
    background-position-y: .125rem;
    background-size: 1rem;
  }
}
