@media screen and (max-width: 500px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: var(--bg1);
    position: absolute;
    top: 100%;
    right: 0rem;
    width: 150px;
    padding: 1rem;
  }

  .nav-links.active {
    display: flex;
    background-color: #242424;
  }

  .hamburger {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 835px) {
  .info-sections {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .info-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
  }

  .important-info {
    max-width: 100%;
    margin: 0;
  }

  .recruiting-overlay {
    position: static;
    margin: 0rem;
    padding: 2rem;
    margin-top: 0rem;

  }
  .other-options{
    justify-content: center;
  }

}

@media screen and (max-width: 475px){
  .recruiting-overlay{
    .button{padding: 0.5rem 1rem;}
  }
}

@media screen and (min-width: 900px){
  .footer{flex-direction: row;
    .footer-chunk{width:100%; padding: 1rem}
  
  
  
  
  
  }
}

@media screen and (max-width:900px){
  .hero-txt{
    width:75%;
  }
  .light-mode{--hero-gradient: linear-gradient(90deg,rgba(250, 250, 250, 1) 55%, rgba(250, 250, 250, 0.2) 100%);}
  .body{--hero-gradient: linear-gradient: linear-gradient(90deg, rgba(36, 36, 36, 1) 55%, rgba(36, 36, 36, 0.2) 100%);}
}
@media screen and (max-width:600px){
  .hero-txt{
    width:100%;
  }
  .hero .background-img{
    background-image: var(--hero-gradient), url('images/hero-img-mobile.webp');}
}

@media screen and (min-width:1200px){
  h1 {
    font-family: var(--tertiary-font);
    font-size: 6rem;
    letter-spacing: -1.7%;
    line-height: 5.5rem;
  }
  
  h2 {
    font-size: 4rem;}
  
  h3 {
  font-size: 1.5rem;}
  
  h4 {
    font-size: 1rem;
    font-weight: bold;}
    
  p, ul, li, a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;}
  
}
@media screen and (min-width:1200px){
  h1 {
    font-family: var(--tertiary-font);
    font-size: 6rem;
    letter-spacing: -1.7%;
    line-height: 5.5rem;
  }
  
  h2 {
    font-size: 4rem;}
  
  h3 {
  font-size: 1.5rem;}
  
  h4 {
    font-size: 1rem;
    font-weight: bold;}
    
  p, ul, li, a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;}
  
}

@media (min-width: 501px) {
      .carousel-item {
        flex: 0 0 33.3333%;
      }
      


    }

@media screen and (max-width:400px){
  h1 {
    font-family: var(--tertiary-font);
    font-size: 5rem;
    letter-spacing: -1.7%;
    line-height: 5.5rem;
  }
  
  h2 {
    font-size: 2rem;}
  
  h3 {
  font-size: 1.25rem;}
  
  h4 {
    font-size: 0.875rem;
    font-weight: bold;}
    
  p, ul, li, a {
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;}
  
}