*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  @font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
  }
  @font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
  }
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: auto;
  }
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
  }
  @font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
  }
  html{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    scroll-behavior: smooth;
  }
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Helvetica, sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
  }
  
  a {
    font-family:Nexa, 'Palatino Linotype', sans-serif;
  }
  p{
    font-family: Gotham, 'Palatino Linotype', sans-serif;
    font-weight: 300;
    color: rgba(29, 31, 46, 0.7);
  }
  /* test */
  /* header */
  
  .header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    z-index: 3;
    padding: 10px 20px;
  }
  
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  
  .header li a {
    display: block;
    padding: 20px 20px;
    color: #b2b4b9;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
    color: #9595fb;
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px;
    text-decoration: none;
  }
  /* logo */
  .header img{
    width: 50px;
    margin: 10px;
    margin-left: 50px;
  }
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    text-align: center;
    
  
  }
  
  /* menu icon */
  
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 350px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 840px) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 20px 20px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
  
    .title {
      margin-top: 385px;
      font-size: 100px;
      white-space: nowrap;
    }
    .aboutus-title h1{
      font-size: 54px;
    }
  }
  /* Meet the team css */
  #meet-the-team{
    padding-top: 200px;
  }
  .mtt-titles{
    text-align: center;
      color: #1d1f2e;
  }
  .mtt-titles h1{
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: 700;
  }
  .mtt-titles h3{
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: 300;
    
  }
  .team-profiles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1053px;
    margin: 40px auto 10px;
  
  }
  .bio-card{
    display: flex;
    justify-content: center;  
    align-items: center;
    flex-direction: column;
    margin: 20px 45px 80px;
  }
  .bio-card h1{
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }
  .bio-card h3{
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
  }
  .bio-card h4{
    font-family: Nexa, 'Palatino Linotype', sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-top: 20px;
    max-width: 250px;
  }
  .first-row-bio-card{
    display: flex;
    margin: 0 150px;
  }
  @media only screen and (max-width: 600px){
    .first-row-bio-card{
      display: block;
      margin: 0px;
    }
  }
  
  .bio-card .profile{
    position: relative;
    transition: 0.5s;
  }
  .bio-card .profileCircle{
    margin-bottom: 20px;
    width: 200px;
  }
  .bio-card .profile:hover {
    transform: scale(1.1);
  }
  .bio-card .member-photo{
    position: absolute;
    top: 13%;
    left: 13%;
    width: 150px;
    height: 150px;
    border-style: solid;
    border-radius: 50%;
    border-color: white;
    border-width: 8px;
    object-fit: cover;
  }
  
  /* Contact Us*/
  #contact{
    padding-top: 150px; 
  }
  .hexagon-container {
    width: 100vw;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-image: url(img2021/contactusbackground.png);
    background-size: cover;
  }
  
  
  
  
  .contactustext {
    width: 80vw;
    font-family: Nexa, 'Palatino Linotype', sans-serif;
  }
  
  .contactustext h1 {
    font-weight: 600;
  }
  #info {
    background: #333;
    opacity: 0.8;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 280px;
    color: #fff;
    border-radius: 5px;
    z-index: 10;
  }
  
  #info p {
    padding: 0 10px;
  }
  
  a {
    text-decoration: none;
    color: #3e8ed7;
  }
  
  a:hover {
    color: #61b7e6;
  }
  
  .hexagon {
    width: 500px;
    height: 100%;
    margin-top: 30px;
    z-index: 1;
  }
  
  
  .hex {
    width: 150px;
    height: 86px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 173px;
    -moz-background-size: auto 173px;
    -ms-background-size: auto 173px;
    -o-background-size: auto 173px;
    position: relative;
    float: left;
    margin: 25px 5px;
    text-align: center;
    zoom: 1;
  }
  
  .hex.hex-gap {
    margin-left: 86px;
    background-color: #8b8989;
  }
  
  .hex a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .hex .corner-1,
  .hex .corner-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -2;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .hex .corner-1 {
    z-index: -1;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  .hex .corner-2 {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  
  .hex .corner-1:before,
  .hex .corner-2:before {
    width: 173px;
    height: 173px;
    /* content: ""; */
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    background: inherit;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .hex .corner-1:before {
    -webkit-transform: rotate(-60deg) translate(-87px, 0px);
    -moz-transform: rotate(-60deg) translate(-87px, 0px);
    -ms-transform: rotate(-60deg) translate(-87px, 0px);
    -o-transform: rotate(-60deg) translate(-87px, 0px);
    transform: rotate(-60deg) translate(-87px, 0px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  
  .hex .corner-2:before {
    -webkit-transform: rotate(60deg) translate(-48px, -11px);
    -moz-transform: rotate(60deg) translate(-48px, -11px);
    -ms-transform: rotate(60deg) translate(-48px, -11px);
    -o-transform: rotate(60deg) translate(-48px, -11px);
    transform: rotate(60deg) translate(-48px, -11px);
    bottom: 0;
  }
  
  /* Custom styles*/
  .hex .inner {
    color: #eee;
  }
  
  .hex h4 {
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
  }
  
  .hex hr {
    border: 0;
    border-top: 1px solid #eee;
    width: 60%;
    margin: 15px auto;
  }
  
  .hex p {
    font-size: 16px;
    font-family: "Kotta One", serif;
    width: 80%;
    margin: 0 auto;
  }
  
  .hex.hex-1 {
    background: #A6BEDB;
  }
  
  .hex.hex-2 {
    background: #FDA3DA;
  }
  
  .hex.hex-3 {
    background: #D79CFA;
  }
  
  .hex.hex-4 {
    background: #FF899E;
  }
  
  .hex.hex-5 {
    background: #89B5F4;
  }
  /* heaxgon part for landing page */
  .second-slide-hexagons{
    z-index: 1;
    position: absolute;
    top:35%;
    left: 50%;
    height: 300px;
    transform: translateX(-50%);
  }
  /* responsive contact-us hexagons */
  @media only screen and (max-width: 841px){
     .hexagon{
       width: 464px;
       
    }
   .hex{
      width: 144px;
      height: 83px;
   }
   .second-slide-hexagons{
     top:44%;
   }
  }
  @media only screen and (max-width: 425px){
    .hexagon{
      width: 333px;
    }
   .hex{
      width: 100px;
      height: 57px;
   }
   .hex.hex-gap {
      margin-left: 60px;
  }
   .second-slide-hexagons{
     top:35%;
   }
  }
  /* Footer */
  footer {
    font-family:Nexa, 'Palatino Linotype', sans-serif;
    color: white;
  }
  
  
  .footer-distributed {
    background-color: #9595fb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: normal 16px sans-serif;
    padding: 45px 50px;
  }
  
  /* Footer links */
  
  .footer-name img {
    width: 2.5vw;
    min-width: 40px;
    margin-right: 10px;
  }
  
  .footer-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 100px;
    font-weight: 600;
  }
  
  
  .footer-name p {
    font-size: 20px;
    color: white;
    align-self: center;
    margin-bottom: 0;
    
  }
  
  .copyright-text {
    font-size: 10px;
    color: white;
    margin-left: 7px;
  }
  
  .footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 2.5;
    text-decoration: none;
    color: inherit;
    transition: ease 0.25s;
  }
  
  .footer-distributed .footer-links a:before {
    content: "·";
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  .footer-distributed .footer-right {
    float: right;
    max-width: 300px;
    
  }
  
  .footer-distributed .footer-right a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #9595fb;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-left: 3px;
    transition: all 0.25s;
  }
  .footer-distributed .footer-info p{
    color: white;
    line-height: 24px;
  }
  .footer-distributed .footer-right a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
  .footer-distributed p.footer-links a:hover {
    text-decoration: underline;
  }
  
  /* Media Queries */
  
  @media (max-width: 600px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
      text-align: center;
    }
    .footer-distributed .footer-right {
      float: none;
      margin: 0 auto 20px;
    }
    .footer-distributed .footer-left p.footer-links {
      line-height: 1.8;
    }
  
    .footer-name .footer-email{
      justify-content: center;
    }
  }
  
  /* The picture links thing*/
  .fa img {
    width: 1.8vw;
    min-width: 30px;
  }
  
  .fa-discord img {
    width: 2vw;
    min-width: 35px;
  }
  
  .footer-email {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    
  }
  
  .footer-email p {
    margin-left: 10px;
    margin-bottom: 0;
    color: white;
  }
  .email-logo {
    width: 30px;
    height: 22.5px;
  }
  
  /* background image styling */
  .hex.hex-1.hex-gap{
    background-image: url(img2021/discord-hexagon.png);
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
  }
  
  .hex.hex-2{
    background-image: url(img2021/instagram-hexagon.png); 
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
  }
  
  .hex.hex-3{
    background-image: url(img2021/heroku-hexagon.png); 
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
  }
  
  .hex.hex-4{
    background-image: url(img2021/email-hexagon.png); 
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
  }
  
  .hex.hex-5{
    background-image: url(img2021/facebook-hexagon.png); 
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
  }
  