
/* Contact */

.contact_landing {
  padding: 210px 20px 65px 20px;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}



  .contact_landing h2 {
  font-size: var(--text-6xl-fixed);
  font-size: var(--text-vmin-5);
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 0;
  }
  
  .contact_landing h2 a.formatted {
  font-family: 'Rhymes-UltraLightText';
  font-weight: 200;
  transform: translateY(-1.3vmin);
  display: inline-block;
  }

  .contact .share-wrapper {
  /* height: 100%; */
  margin: 0 auto;
  /* max-width: 1440px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 130px;
  }
  
  .contact .social-links-wrapper a {
  text-align: center;
  display: inline-block;
  }
  
  
  
  .contact_landing {
    padding: 100px 16px 65px 16px;
  }
  
  .contact_landing h2 {
    font-size: var(--text-6xl-fixed);
    font-size: var(--text-vmin-7);
  }


  /* @ fix … but won't fix because it looks not g@@d */

  /* .fixAt__at:hover {
    font-family: 'Rhymes-UltraLightText';
    overflow: visible;   
  } */