/* homepage*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 
 body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /* Change the font family here */
    font-size: 16px;
    line-height: 1.5;
    margin-top: -10px;
 }
 
 /*Header*/
 header {
    background-color: rgba(0, 0, 0, 1);
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
 }
 
 header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
 }

 /*Header logo in top left*/
 .logo img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-left: 20px;
 }

 /*navigation menu*/
 nav ul {
    display: flex;
    list-style: none;
    margin-right: 20px;
 }
 
 nav ul li {
    margin: 0 15px;
 }
 
 nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", sans-serif; /* Change the font family here for the navigation links */
 }
 
/*hover over navigation menu - underline and change color to green*/
   nav ul li a:hover {
    text-decoration: underline;
    color: #C1FF72;
 }
 /*elements of navigation menu*/
 h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif; /* Change the font family here for headings */
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
 }

 /*hompage background (video)*/
 #video-background {
    position: relative;
    height: 100vh;
    overflow: hidden;
 }
 
 #video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
 }
 
 #video-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -99;
 }
 
 
 #video-background .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
 }
 
 /*Title for website*/
 #video-background h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    z-index: 0; 
 }
 
 /*Subtitle for website - misson statement*/
 #video-background h2 {
    font-size: 24px;
    font-weight: normal;
    z-index: 0; 
 }


  
  .about-section {
    background-color: #C1FF72;
    color: black;
    padding: 40px;
    position: relative;
    display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; 
  }
  
  .about-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 17px;

  }
  
  .column .description {
    color: black;
    text-align: center;
  }

  .recap
  {
    margin-bottom: 20px;
  }

  .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: #C1FF72;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
  }
  
  .btn:hover {
    background-color: gray;
    color: #f5f5f5;
  }
   
 /* @media screen and (max-width: 950px) {
    .container-about {
      flex-direction: column;
    }

    .column {
      flex-basis: 100%;
    }
  } */

  /*three icons - chapters, students, districts
  .three-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black; 
    padding: 50px 0;
  }
  
  .column {
    text-align: center;
    margin: 0 50px;
    padding: 10px; 
  }
  
  .column img {
    width: 100%;
    max-width: 300px;
    height: 140px;
    margin-bottom: 20px;
    object-fit: cover;
  }
 
  
  .column h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .column p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: white; 
  } */

  /* icons  
  .three-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 50px 0;
  }
  
  .column {
    text-align: center;
    margin: 0 50px;
    padding: 10px;
  }
  
  .column img {
    width: 100%;
    max-width: 300px;
    height: auto; /* Change height to auto for responsive resizing 
    margin-bottom: 20px;
    object-fit: cover;
  }
  
  .column h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .column p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: white;
  }
  
  /* Media Query for phone screens 
  @media (max-width: 480px) {
    .column {
      margin: 0 20px; /* Reduce the margin for better spacing 
    }
  
    .column img {
      max-width: 100%; /* Adjust the max-width to fill the screen 
    }
  } 
  */

  /* icons trial two */ 
  .three-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 50px 0;
  }
  
  .column {
    text-align: center;
    margin: 0 50px;
    padding: 10px;
  }
  
  .column img {
    width: 100%;
    max-width: 300px;
    height: auto; /* Change height to auto for responsive resizing */
    margin-bottom: 20px;
    object-fit: cover;
  }
  
  .column h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .column p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: white;
  }
  
  /* Media Query for phone screens */
  @media (max-width: 480px) {
    .three-columns {
      flex-direction: column; /* Stack columns vertically */
    }
  
    .column {
      margin: 20px 0; /* Add margin between stacked columns */
    }
  }
  /*newsletter section*/
  .newsletter {
    background-color: #f5f5f5;
    padding: 50px 0;
  }
  
  .container-newsletter {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  

  /*form for newsletter*/
  .form-group {
    margin-bottom: 20px;
    text-align: left;
  }
  
  label {
    font-size: 1.1rem;
    color: #000;
    display: block;
    margin-bottom: 5px;
  }
  
  /*user input for newsletter form - users enter email*/
  input[type="text"],
  input[type="email"] {
    border: none;
    border-bottom: 2px solid #333;
    padding: 10px;
    font-size: 1.1rem;
    width: 100%;
  }
  
  button[type="submit"] {
    background-color: #C1FF72;
    color: black;
    border: none;
    padding: 10px 30px;
    font-size: 1.1rem;
    cursor: pointer;
  }
  
  button[type="submit"]:hover {
    background-color: #333;
    color: white; 
  }

  /*footer*/
  body{
    margin:0;
    overflow-x:hidden;
    }
    
    .footer{
    background:#C1FF72;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
    }
    
    .footer .row{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:black;
    font-size:0.8em;
    }
    
    .footer .row a{
    text-decoration:none;
    color:black;
    transition:0.5s;
    }
    
    .footer .row a:hover{
    color: forestgreen;
    }
    
    .footer .row ul{
    width:100%;
    }
    
    .footer .row ul li{
    display:inline-block;
    margin:0px 30px;
    }
    
    .footer .row a i{
    font-size:2em;
    margin:0% 1%;
    }
    

    /* SMALL SCREEN ADUSTMENTS */
    .mobile-nav{
      display:none; 
    }

    .hamburger{
      display:none; 
    }
   

    @media (max-width:950px){
    
      /* footer */
    .footer{
    text-align:center;
    padding:5%;
    }
    .footer .row ul li{
    display:block;
    margin:10px 0px;
    text-align:center;
    }
    .footer .row a i{
    margin:0% 3%;
    }

    /* header */ 

    nav ul {
      display: none;
    }

    .hamburger {
      position: relative; 
      display: block;
      width: 35px; 
      margin-right: 15px;
      cursor: pointer; 

      appearance: none; 
      background: none; 
      outline: none; 
      border: none; 
    }

    .hamburger .bar, .hamburger:after, .hamburger:before {
      content: ''; 
      display: block; 
      width: 100%; 
      height: 5px; 
      background-color: #C1FF72; 
      margin: 6px 0px; 
      transition: 0.4s; 
    }

    .hamburger.is-active:before{
      transform: rotate(-45deg) translate(-8px, 6px); 
    }

    .hamburger.is-active:after{
      transform: rotate(45deg) translate(-9px, -8px); 
    }

    .hamburger.is-active .bar{
      opacity: 0; 
    }

    .mobile-nav{
      position: fixed; 
      top: 0; 
      margin-top: 125px; 
      left: 100%; 
      width: 100%; 
      min-height: 100vh; 
      display: block; 
      z-index: 91; 
      background-color: #C1FF72;
      padding-top: 120px;
      transition: 0.4s; 
    }

    .mobile-nav.is-active{
      left: 0; 
    }

    .mobile-nav a {
      display: block;
      width: 100%;
      text-align: center;
      padding: 12px 16px;
      color: black;
      font-size: 18px;
      text-decoration: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
    }
    
    .mobile-nav a:hover {
      background-color: rgba(0, 0, 0, 0.1);
    }
    
    .mobile-nav a:last-child {
      border-bottom: none;
    }
    
    .mobile-nav a::before {
      content: "\2022";
      margin-right: 8px;
      color: #C1FF72;
    }
    
    .mobile-nav a.active {
      font-weight: bold;
    }
    
    .mobile-nav a.active::before {
      margin-right: 8px;
      color: #C1FF72;
    }    
    
    /* Adjust video background styles for smaller screens */
    #video-background h1 {
      font-size: 30px;
    }
  
    #video-background h2 {
      font-size: 18px;
    }
  
    #video-background .container {
      padding: 20px;
      text-align: center;
    }   
  
    /* Adjust newsletter section styles for smaller screens */
    .container-newsletter {
      padding: 10px;
    }
  
    h2 {
      font-size: 24px;
    }
  
    p {
      font-size: 16px;
    }
  
    form {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
    }
  
    label {
      margin-bottom: 10px;
    }
  
    input {
      margin-bottom: 20px;
      padding: 10px;
    }
  
    button[type="submit"] {
      padding: 10px;
      font-size: 16px;
    }

    /*about*/ 
    .about {
      padding: 20px;
    }
  } 

  /*
  @media screen and (max-width:950px){
  .three-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .three-columns .column {
    margin-bottom: 20px;
    text-align: center;
  } 

  .container-about {
    flex-direction: column;
  }

  .column {
    flex-basis: 100%;
  }
} */