* {
  font-family: "Raleway", sans-serif;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #3ebfbb;
  height: 105vh;
}

#mainImage {
  display: flex;
  justify-content: center;
}
#mainImage img {
  position: absolute;
  height: 640px;
  width: 640px;
  object-fit: cover;
  margin-top: 37px;
}

#overlay {
  background: rgba(29, 198, 119, 0.3);
  top: 0;
  left: 0;
  height: 105vh;
  width: 105vw;
  position: absolute;
  overflow: hidden !important;
}

.content {
  position: absolute;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 700px;
}

#photos {
  position: absolute;
  margin-top: 240px;
  margin-right: 1rem;
}
#photos img {
  margin: 0 0.5rem;
  height: 210px;
}

@media (max-width: 769px) {
  h3 {
    margin-bottom: 23.5rem;
    font-size: 1.5rem;
    font-weight: 300;
  }
  #photos img {
    height: 170px;
  }
  #photos {
    position: absolute;
    top: 300px;
  }

  #mainImage img {
    position: absolute;
    height: 450px;
    width: 450px;
    object-fit: cover;
    margin-top: 9.2rem;
  }
  #overlay {
    width: 100vw;
  }

  body {
    background-size: contain;
    /* background-color: #3ebfbb; */
    overflow: hidden !important;
    background-attachment: fixed;
    padding: 0;
  }
}

@media (max-width: 769px) and (min-height: 1000px) {
  h3 {
    margin-bottom: 35rem;
    font-size: 40px;
    font-weight: 300;
  }
  #photos img {
    height: 190px;
  }
  #photos {
    position: absolute;
    top: 350px;
  }

  #mainImage img {
    position: absolute;
    height: 550px;
    width: 550px;
    object-fit: cover;
    margin-top: 11rem;
  }

  body {
    background-size: contain;
    /* background-color: #3ebfbb; */
    overflow: hidden !important;
    background-attachment: fixed;
    padding: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1025px) and (min-height: 1000px) {
  h3 {
    margin-bottom: 39rem;
    font-size: 60px;
    font-weight: 300;
  }
  #photos img {
    height: 270px;
  }
  #photos {
    position: absolute;
    top: 650px;
  }

  #mainImage img {
    position: absolute;
    height: 750px;
    width: 750px;
    object-fit: cover;
    margin-top: 19rem;
  }
}

@media (max-width: 460px) {
  h3 {
    margin-bottom: 21.5rem;
    font-size: 1.5rem;
    font-weight: 300;
  }
  #photos {
    position: absolute;
    top: 240px;
  }

  #photos img {
    height: 145px;
    overflow-x: hidden !important;
  }
  #mainImage img {
    position: absolute;
    height: 350px;
    width: 350px;
    object-fit: cover;
    margin-top: 12.5rem;
  }
  body {
    background-size: contain;
    /* background-color: #3ebfbb; */
    overflow: hidden !important;
    background-attachment: fixed;
  }
  * {
    overflow: hidden !important;
  }
}
@media (max-width: 380px) and (max-height: 690px) {
  h3 {
    margin-bottom: 21.5rem;
    font-size: 1.2rem;
    font-weight: 300;
  }
  #photos {
    position: absolute;
    top: 10rem;
  }

  #photos img {
    height: 135px;
    overflow-x: hidden !important;
  }
  #mainImage img {
    position: absolute;
    height: 350px;
    width: 350px;
    object-fit: cover;
    margin-top: 8rem;
  }
  body {
    background-size: contain;
    /* background-color: #3ebfbb; */
    overflow: hidden !important;
    background-attachment: fixed;
  }
  * {
    overflow: hidden !important;
  }
}
@media (max-width: 380px) and (min-height: 811px) and (max-height: 813px) {
  #photos img {
    height: 150px;
    overflow-x: hidden !important;
  }
  #mainImage img {
    position: absolute;
    height: 350px;
    width: 350px;
    object-fit: cover;
    margin-top: 12.5rem;
  }
}

@media (max-width: 330px) {
  h3 {
    margin-bottom: 21.5rem;
    font-size: 1.1rem;
    font-weight: 300;
  }
  body {
    background-attachment: fixed;
  }
  #photos {
    position: absolute;
    top: 6rem;
  }

  #photos img {
    height: 90px;
  }

  #mainImage img {
    position: absolute;
    height: 260px;
    width: 260px;
    object-fit: cover;
    margin-top: 7rem;
  }
}
