.root {
  position: relative;
  background: #f0f0f0;
  color: var(--dark-text-color);
}
#section3 {
  min-height: 100vh;
  width: 100vw;
}
.follow-us,
.social-feed {
  display: flex;
  align-items: center;
}

.follow-us {
  width: 100%;
  height: 40vh;
  background: var(--blue-bg);
  color: var(--text-color);
  flex-direction: column;
  justify-content: flex-start;
}
.follow-us > * {
  padding-top: 1rem;
  min-width: 9rem;
}
.follow-us span {
  font-size: 2rem;
}
.social-feed {
  width: 40%;
  min-width: 25rem;
  height: 10vh;
  background: var(--text-color);
  position: relative;
  color: var(--dark-text-color);
  flex-direction: column;
  padding: 1rem 0;
  margin: 2rem 0;
}
.social-feed p {
  margin-top: 0.4rem;
}
.social-feed a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#section1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
#section1 .img-container,
#section1 .container {
  width: 50%;
}
#harbor {
  max-width: 105%;
  max-height: 105%;
}
.container p,
.container h1 {
  width: 70%;
  font-size: 1.8vw;
  line-height: 1.5;
}
.container p {
  margin-top: 1rem;
}
.container h1 {
  font-size: 3.5vw;
}
#section2 {
  min-height: 135vh;
  padding-bottom: 2rem;
}
#section2 h1 {
  font-size: 4vw;
  margin: 2rem 0;
}
#section2,
.founder,
.founder figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.founders {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.founder p {
  min-height: 12rem;
  width: 70%;
  line-height: 1.6;
  margin: 0.5rem;
}
.founder > * {
  text-align: center;
}
.founder figure {
  min-height: 32rem;
}
.map-container {
  width: 60%;
}
.map {
  width: 100%;
  border: none;
}
.wrapper {
  display: flex;
}
.contact {
  width: 30vw;
  min-width: 20rem;
}
.contact h2 {
  margin: 1.5rem 0 0 2rem;
}
.form {
  padding: 2rem;
  width: 30%;
  height: 95%;
  align-items: unset;
}
.form .input {
  margin: 0;
}
.submit-btn {
  margin-left: 6rem;
}

@media screen and (max-width: 1050px) {
  .form .input {
    min-width: unset;
    width: 30vw;
  }
}
@media screen and (max-width: 1000px) {
  .founders {
    flex-direction: column;
  }
}

@media screen and (max-width: 846px) {
  #section1 {
    flex-direction: column-reverse;
  }
  #section1 .container {
    width: 100%;
    margin: 2rem 0;
    padding: 1rem 0;
  }
  #section1 .container > * {
    padding: 0.4rem;
  }
  .container p {
    font-size: 2.2vw;
    margin-top: 0;
  }
  .container h1 {
    font-size: 4vw;
  }
  #section1 .img-container {
    width: 100%;
    height: 40vh;
    background-image: url(/assets/img/harbor-wide.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #harbor {
    display: none;
  }
  .founder p {
    font-size: 2vw;
  }
  .form input {
    padding: 0.5rem 0;
  }
  .submit-btn {
    margin-left: 2rem;
  }
  @media screen and (max-width: 750px) {
    #section2 h1 {
      font-size: 4.5vw;
      margin: 3rem 0 0.5rem 0;
    }
    .founder p {
      font-size: 2.4vw;
    }
  }
  @media screen and (max-width: 720px) {
    .wrapper {
      flex-direction: column;
    }
    .map,
    .contact {
      width: 100vw;
    }
    .form .input {
      width: 80vw;
      height: 3rem;
    }
    .submit-btn {
      height: 2.5rem;
      margin-left: 0;
    }
  }
  @media screen and (max-width: 620px) {
    .follow-us h2 {
      width: 85%;
      font-size: 3.5vw;
      text-align: center;
    }
    .follow-us span {
      font-size: 4vw;
      text-align: center;
    }
    .social-feed p {
      font-size: 3vw;
    }
  }
  @media screen and (max-width: 550px) {
    .container p {
      font-size: 2.8vw;
    }
    .container h1 {
      font-size: 4.6vw;
    }
    .founder p {
      font-size: 3.5vw;
    }
    .founder figure figcaption {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .founder figure figcaption > * {
      font-size: 5vw;
      width: 80%;
    }
  }
  @media screen and (max-width: 450px) {
    #section1 .container {
      min-width: 1rem;
    }
    .container p {
      font-size: 3.2vw;
    }
    .container h1 {
      font-size: 5vw;
    }
    .social-feed {
      min-width: 18rem;
    }
    .follow-us {
      height: 13rem;
    }
  }
  @media screen and (max-width: 400px) {
    .container p {
      font-size: 3.6vw;
    }
    .container h1 {
      font-size: 5.4vw;
    }
    .founder p {
      font-size: 4vw;
    }
    .social-feed {
      min-width: 15rem;
    }
  }
  @media screen and (max-width: 350px) {
    .container p {
      font-size: 4vw;
    }
    .container h1 {
      font-size: 5.8vw;
    }
  }
}
.hider {
  min-height: 40vh;
  width: 100vw;
}
