main {
  margin-top: 0em;
}

.fade-wrapper {
  position: relative;
  display: inline-block;
}

.fade-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; /* Adjust for fade height */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 70%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}


.fade-wrapper2 {
  position: relative;
  display: inline-block;
}

.fade-wrapper2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Adjust for fade height */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 80%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}

.fade-wrapper3 {
  position: relative;
  display: block;
}

.fade-wrapper3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110%; /* Adjust for fade height */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 5%);
  pointer-events: none;
}


#hero-image {
  background: url(/images/gallery/14.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-blend-mode: overlay;
}

#hero-image h1 {
  padding-top: -10vh;
  padding-left: 4%;
  color: white;
}

#hero-image h2 {
  padding-left: 4%;
  color: white;
}


#hero-image2 {
  background: url(/images/gallery/13.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-blend-mode: overlay;
}

#hero-image2 h1 {
  padding-top: 10vh;
  padding-left: 4%;
  color: white;
}

#hero-image2 h2 {
  padding-left: 4%;
  color: white;
}




#videoDiv2 {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background-color: black;
  background-size: cover;
  top: 55px
}

/* This has been changed */
#video2 {
  width: 100%;
  height: auto;
  opacity: 0.8
}

#title {
  width: 100%;
  margin: auto;
  position: absolute;
  color: black;
  z-index: 12;
}

#title h1 {
  font-size: 80px;
  margin-top: -35vh;
  padding-left: 2%;
}

#title h2 {
  padding-left: 30%;
}

.section-description {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}

#images-container {
  margin-top: 4em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

#images-container img {
  margin-left: .5em;
  margin-right: .5em;
  margin-bottom: 1em;
  border: 1px solid black;
}

.section-separator {
  margin-top: 4em;
  margin-bottom: 4em;
  border: 1px solid #DADADA;
}



#about-us-box {
  position: absolute;
  left: 3%;
  top: 35em;
  transform: translateY(-50%);
  width: 40%;
  background: rgba(255, 255, 255, 0.5);
  padding: 2em;
  border-radius: 50px;
  border: 2px solid #0d4d66;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#about-us-box h1 {
  margin-left: 35%;
  font-size: 2.5em;
  margin-top: 0%;
  color: #0d4d66;
}

#about-us-box p {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
  color: #0d4d66;
}

#about-us-header {
  margin-top: 3em;
}



#why-join-box {
  width: 60%;
  max-width: 1200px;
  margin: 5em auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 2em;
  border-radius: 50px;
  border: 2px solid #0d4d66;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#why-join-box h3.section-header {
  text-align: center !important;
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 1em;
  color: #0d4d66;
}

#why-join-box p.section-description {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  font-size: 1.5em;
  line-height: 1.6;
  color: #0d4d66;
}

#why-join-header {
  margin-top: 3em;
}


#looking-to-sponsor-us-box {
  width: 60%;
  max-width: 1200px;
  margin: 5em auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 2em;
  border-radius: 50px;
  border: 2px solid #0d4d66;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#looking-to-sponsor-us-box h3.section-header {
  text-align: center !important;
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 1em;
  color: #0d4d66;
}

#looking-to-sponsor-us-box p.section-description {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  font-size: 1.5em;
  line-height: 1.6;
  color: #0d4d66;
}

#looking-to-sponsor-us-header {
  margin-top: 3em;
}





#description-box {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  background: rgba(255, 255, 255, 0.7);
  padding: 2em;
  border-radius: 50px;
  border: 2px solid #0d4d66;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#description-box-box h1 {
  margin-left: 35%;
  font-size: 2.5em;
  margin-top: -12%;
  color: #0d4d66;
}

#description-box p {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
  color: #0d4d66;
}




@media (max-width: 700px) {
  #goals-container {
    width: 85%;
    margin-left: 5%;
  }

  #title {
    padding-top: 30%;
    text-align: center;
    color: black;
  }

  #title h1 {
    text-align: center;
    padding: 0;
    font-size: 40px;
  }

  #title h2 {
    padding: 0;
    font-size: 20px;
  }

  #videoDiv2 {
    background: url(../images/index/drone-boat.jpg);
    background-size: cover;
    height: 100vh;
    z-index: 10;
    top: 0;
  }

  #video2 {
    width: 0%;
    height: 0%;
    opacity: 0;
  }

}

@media (max-width: 620px) {

  #about-us-header {
    margin-top: 1.5em;
  }

  .section-desccription {
    width: 85%;
  }

  #metrics-container {
    flex-direction: column;
    align-items: center;
  }

  #metrics-container div {
    margin-bottom: 1.5em;
  }

  #images-container {
    margin-top: 1.5em;
  }

  .section-separator {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  #goals-container {
    width: 97%;
    justify-content: center;
    margin-left: 0%;
  }

  main {
    margin-bottom: 10em;
  }

  #goals-container img {
    height: 40em;
    margin-right: -1.75em;
    margin-left: -1.75em;
  }

  #current-goal {
    margin-top: 3.5em;
  }

  #cayuga-description {
    height: 12.5em;
  }

  #ocean-description {
    height: 11.1em;
  }

  #goals-container h4 {
    margin-bottom: 0em;
  }

  #description-container {
    display: flex;
    flex-direction: column;
  }

  #description-container h4 {
    font-size: 20px;
  }
}

@media (min-width: 1500px) {
  #goals-container {
    margin-left: 20em;
  }
}
