html {
    line-height: 1.5 !important;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
h1 {
    font-weight: 300;
    margin: 0 !important;
}
h3 {
    font-weight: 300;
}
body {
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
}
.light {
    font-weight: 300;
}
.pointer {
    cursor: pointer;
}
.header-logo{
    width: 30%;
}
.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.airtable-embed {
    margin-bottom: 40px;
}
.index-h1 {
    font-weight: 300;
}
#heart-logo {
    width: 30%;
}
.nav-word-logo {
    width: 100px;
    left: 0;
}
.tc {
    text-align: center;
    margin: 0 auto;
}
.airtable-embed {
    margin-bottom: 40px;
}

a.anchor {
    position: relative;
    top:-150px;
    display: block;
    height: 0;
    width:0;
    }
.link-class {
    width:100%;
    height:100%;
}
/* ---------------------------------IFRAMES ----------------------------------*/
iframe {
    width: 100%;
}

.aspect-ratio {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }
  
  .aspect-ratio iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }
/* -----------------------------------INDEX------------------------------------------*/
.slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: hidden;
  } 
.about-layer {
    height: auto;
}
.layer {
    height: auto;
    width: 100%;
  }
.center {
    margin: 0 auto;
  }
  /* ----------------------------SLIDE STYLING --------------------------------------- */
#slide1 {
    background-color: white;
    height: auto;
  }
#slide2 {
    background-color: #D24955;
    flex: 1; 
  }
#slide2:hover {
    background-color: rgb(203, 90, 100);
  }
#slide3 {
    background-color: #993264;
    flex: 1; 
  }
#slide3:hover {
    background-color: #9a456e;
  }
#slide4 {
    background-color: rgb(55, 31, 77);
  }
#slide4:hover {
    background-color: rgb(62, 41, 82);
  }
#slide5 {
    background-color: rgb(36, 97, 162);
    flex: 1; 
  }
#slide5:hover {
    background-color: rgb(56, 108, 164);
  }
#slide6 {
    background-color: rgb(29, 40, 101);
    flex: 1; 
  }
#slide6:hover {
    background-color: rgb(41, 51, 106); 
  }
#slide7 {
    background-color: rgb(26, 26, 26);;
  }
#wrapper-2-3 {
    display: flex;
  }
#wrapper-5-6 {
    display: flex;
  }
 /* ------------------------------------SLIDES MOBILE VIEW------------------------------------ */
 /* Tablet */
@media (min-width: 412px) and (max-width: 768px) {
    #slide3 {
        width: 100%;
      }
    #slide5 {
        width: 100%;
      }
    .layer {
        width: 100%;
        height: auto;
    } 
    .dn-m {
        display: none;
    }
    #wrapper-2-3 {
        display: block;
      }
    #wrapper-5-6 {
        display: block;
      }
}
/* Mobile */
@media (max-width: 411px) {
    .dn-s {
        display: none;
    }
    #wrapper-2-3 {
        display: block;
      }
    #wrapper-5-6 {
        display: block;
      }
}
  /* ----------------------INDEX ICONS-------------------------- */
 #meetup-logo {
     height: 90px;
     width: auto;
 }
 #twitter-logo {
    height: 30px;
    width: auto;
 }
 #email-logo {
    height: 27px;
    width: auto;
}
#facebook-logo {
    height: 30px;
    width: auto;
}
 #medium-logo {
    height: 70px;
    width: auto;
}
#airtable-logo {
    height: 60px;
    width: auto;
}
#experiments-logo {
    height: 60px;
    width: auto;
}
.shadow {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
   filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));  
}
/* ------------------------POP-UP CONTACT FOOTER ---------------------------------*/
#contact-twitter-logo {
    height: 30px;
    width: auto;
 }
 #contact-email-logo {
    height: 27px;
    width: auto;
}
#contact-facebook-logo {
    height: 30px;
    width: auto;
}
.fixed {
    position: fixed;
  }
.contact-pop { 
    background-color: rgb(26, 26, 26);
    width:100%;
    bottom: 0;
  }
.contact-pop p {
    text-align:center;
  }
.footer-close{
    position:absolute; 
    top:0px; 
    right:0px;
  }
.footer-close-right {
    background: #ccc;
    transform: translateY(0) rotate(-45deg);
    height: 4px;
    position: absolute;
    width: 40px;
}
.footer-close-left {
    background: #ccc;
    transform: translateY(0) rotate(45deg);
    height: 4px;
    position: absolute;
    width: 40px;
}