.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.overlay_dark {
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; height: 100%; 
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.container-project {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  padding: 100px 20px 100px 20px;
}

h2 {
  font-size: 2vw;
  font-weight: bold;
}
h3 {
    font-size: 1.5vw;
    font-weight: bold;
    text-align: left;
}
p {
    font-size: 1.3vw;
    text-align: left;
}
.l1 {
  font-size: 1.5vw;
}
.l2 {
  font-size: 1.3vw;
}
.l3 {
  font-size: 1.2vw;
}



/* Hide all headers by default */
#header, #header2, #header3 {
  display: none;
}
#projects1-1, #projects1-2, #projects1-3 {
  display: none;
}

.headline {
  font-size: 5vh;
  font-weight: bold;
  color: white;
  padding: 1.5rem;
  line-height: 1.2;
}

/* Display the first header for viewports wider than 1200px */
@media (min-width: 1200px) {
  #header {
    display: block;
    height: auto;
  }
  #projects1-1 {
    display: block;
    height: auto;
  }
  .masthead {
    height: 25rem;
  }
}

/* Display the second header for viewports between 800px and 1199px */
@media (max-width: 1199px) and (min-width: 769px) {
  #header2 {
    display: block;
    height: auto;
  }
  .masthead {
    height: 10rem;
  }
  .headline {
    font-size: 4.8vh;
  }
  
  #projects1-2 {
    display: block;
    height: auto;
  }
  h2 {
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
  }
  p {
      font-size: 1.8vw;
      text-align: left;
  }
  .l1 {
    font-size: 2.2vw;
    padding-left: 10px;
  }
  .container-project {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    padding: 50px 10px 50px 10px;
  }
}

/* Display the third header for viewports less than 800px */
@media (max-width: 768px) {
  #header3 {
    display: block;
    height: auto;
  }
  .masthead {
    height: 10rem;
  }
  .headline {
    font-size: 3.5vh;
  }

  #projects1-2 {
    display: block;
    height: auto;
  }
  h2 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    font-size: 3vw;
    font-weight: bold;
    text-align: left;
  }
  p {
      font-size: 2.5vw;
      text-align: left;
  }
  .l1 {
    font-size: 3.5vw;
    padding-left: 10px;
  }
  .container-project {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    padding: 50px 5px 50px 5px;
  }
  #projects1-3 {
    display: block;
    height: auto;
  }
}

.footer-large {
  opacity: 400%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0)), url('/static/home/img/ship_2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-medium {
  opacity: 400%;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0)), url('/static/home/img/ship_2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-small {
  opacity: 400%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0)), url('/static/home/img/ship_2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}