/* 2xl */
@media (max-width: 2560px) {
    .container {
      max-width: 1440px;
    }
  }
  
  /* xl */
  @media (max-width: 1440px) {
    .container {
      max-width: 1024px;
    }

   .about_text{
    font-size: 1.55rem;
    width: 50%;
    position: absolute;
  }

  .about_pic_indiv{
    max-width: 90%;
    right: -5%;
  }

  .ajpic{
    left: 1.5%;
  }
  
  .migpic{
    right: 12%;
    
  }

  .ajname{
    max-width: 40%;
    left: 0%;
    bottom: 5%;
  }
  
  .migname{
    max-width: 40%;
    right: 0%;
    top: 5%;
  }
    
  .about_p1, .about_p2{
    font-size: 1.4rem;
  }

  .vidTitle{
    font-size: 1.5em;
  } 

  .cardPageContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .cards{
    justify-content: center;
  }

  .contact{
    min-width: 60%;
  }
}
 
 /* lg */
 @media (max-width: 1024px) {
    .container {
      max-width: 810px;
    }

    .about_pic_indiv{
      bottom: 0;
      max-width: 80%;
      right: 0;
    }
    
    .name{
      max-width: 50%;
      margin-top: -10%;
    }
  
    .about_text{
      font-size: 1.25rem;
      top: 35%;
    }

    .ajpic{
        min-width: 75%;
        left: -5%;
    }
    
    .migpic{
        min-width: 60%;
        right: 0;
    }

    .ajname{
      max-width: 35%;
      left: 0%;
      bottom: 15%;
    }
    
    .migname{
      max-width: 35%;
      right: 0%;
      top: 15%;
    }

    .about_p1, .about_p2{
      font-size: 1.1rem;
    }

    .videos{
      max-width: 80%;
    }

    .videos:hover{
      max-width: 85%;
    }
  }
  
  /* md */
  @media (max-width: 810px) {
    .container {
      max-width: 425px;
    }

    .about_text{
      font-size: 0.6rem;
      width: 50%;
    }

    .header a {
        font-size: 1.3rem;
        padding: .6rem;
    }

    #navLeft{
      max-height: 2.5rem;
    }

    .ajpic{
        max-width: 100%;
        top: 13%;
        left: 0;
    }

    .migpic{
        max-width: 100%;
        left: -10%;

    }   
    
    .ajname{
      max-width: 65%;
      left: 0%;
      top: 13%;
    }
    
    .migname{
      max-width: 68%;
      right: 0;
      top: 60%;
    }

    #about_us{
      margin-top: 10%;
    }

    .about_desc{
      font-size: 1.5rem;
    }

    .about_p1, .about_p2{
      font-size: 0.58rem;
    }

    .vidTitle{
      display: none;
  }

  .vidTitle-m{
    display: block;
  }

  .videoPlayer{
    margin-top: 15%;
  }

  .videos{
    max-width: 100%;
    margin: 0;
  }

  .contact{
    min-width: 100%;
    padding-top: 10%;
    padding: 0;
    margin-bottom: -20%;
  }

  textarea{
    max-width: 93%;
  }

  .contact-container {
    max-width: 70%;
    margin-top: 5%;
  }

  .cards{
    flex-direction: column;
  }

}
  /* sm */
  @media (max-width: 425px) {
    .container {
      max-width: 375px;
    }

    .about_p1, .about_p2{
      font-size: 0.5rem;
    }

    .ajpic{
        max-width: 98%;
        left: 0;
        top: 15%;
    }

    .migpic{
        max-width: 100%;
        left: -10%;
    }  
  }
  
  /* xs */
  @media (max-width: 376px) {
    .container {
      width: 100%;
    }

    .header a {
        font-size: 1.1rem;
        padding: .4rem;
    }

    #navLeft{
      max-height: 2rem;
    }

    .bg{
        min-height: 100vh;
    }

    .ajpic{
        max-height: 90%;
        left: 0;
        top: 20%;
    }

    .migpic{
        max-height: 60%;
        left: -10%;
    }   

    .vidContainer{
      padding: 1rem;
    }

    .vidTitle-m{
      font-size: 0.65rem;
    }

    .contact{
      padding-top: 10%;
    }

    .contact-container {
      max-width: 60%;
      margin-top: 5%;
    }

    label{
      font-size: 1.3rem;
    }
  }
