ul {
  list-style-type: none;
}

.about-header {
  background: #B4B5B7;
  width: 100%;
  height: 100%;
}

.image-container {
  display: block;
  position: absolute;
  width: 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 99999px;
  scale: 125%;
  margin-left: 32px;
  top: 0;
  padding: 16px;
}

.header-title {
  display: block;
  color: black;
  font-weight: bold;
  font-size: 44px;
  position: absolute;
  right: 0;
  font-family: "Futura Extra BT", serif;
  margin-top: 150px;
  margin-right: 300px;
  align-self: center;
}

.image-header {
  position: relative;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 99999px;
}

.image-border-right {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background-color: #C7392F;
}

.image-border-left {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  background-color: #231F20;
}

.wave-header {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 100px !important;
  object-fit: cover;
}

.header-title-section {
  padding-top: 25px;
  color: black;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  font-family: "Futura Extra BT", serif;
  align-self: center;
  margin-bottom: 0;
}

.sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sitemap a {
  color: black;
  font-size: 20px;
  font-family: "Futura Md BT", serif;
}

.sitemap a:hover {
  color: #C7392F;
}

.sitemap a:nth-child(3) {
  border-bottom: 1.5px black solid;
}

.chevron-right {
  width: 24px;
  height: 24px;
}

.about-text {
  width: 100%;
  color: black;
  padding-top: 16px;
  font-family: "Futura Md BT", serif;
  font-size: 18px;
  text-align: justify;
}

.photo-container {
  padding-bottom: 2rem;
}

.grid {
  justify-content: space-between;
  display: grid;
}

.photos {
  grid-column-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.photo-one {
  width: 100%;
  height: auto;
}

.photo-two {
  width: 100%;
  height: auto;
}

.photo-three {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 300px) {
  .image-container {
    width: 130px !important;
    height: 130px !important;
    top: 80px !important;
    margin-left: 12px !important;
    padding: 8px;
  }

  .header-title {
    width: 32px;
    white-space: pre-wrap !important;
    font-size: 16px !important;
    margin-top: 55px !important;
    margin-right: 55px !important;
  }
}

@media only screen and (max-width: 600px) {
  .image-container {
    width: 180px;
    height: 180px;
    top: 48px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    width: 32px;
    font-size: 16px;
    white-space: pre-wrap;
    margin-top: 55px;
    margin-right: 75px;
  }

  .photos {
    display: grid;
  }

  .photos {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .header-title-section {
    font-size: 24px;
  }

  .sitemap a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 601px) {
  .image-container {
    width: 180px;
    height: 180px;
    top: 48px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    width: 32px;
    font-size: 16px;
    margin-top: 55px;
    margin-right: 55px;
  }
}

@media only screen and (min-width: 690px) {
  .image-container {
    width: 240px;
    height: 240px;
    top: 48px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    font-size: 32px;
    margin-top: 55px;
    margin-right: 175px;
  }
}

@media only screen and (min-width: 768px) {
  .image-container {
    width: 280px;
    height: 280px;
    top: 20px;
    margin-left: 32px;
    padding: 8px;
  }

  .header-title {
    width: 200px;
    font-size: 24px;
    margin-top: 120px;
    margin-right: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .image-container {
    width: 300px;
    height: 300px;
    margin-left: 32px;
  }

  .header-title {
    font-size: 44px;
    white-space: nowrap;
    margin-top: 110px;
    margin-right: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-container {
    width: 380px;
    height: 380px;
    margin-left: 32px;
  }

  .header-title {
    font-size: 44px;
    white-space: nowrap;
    margin-top: 100px;
    margin-right: 300px;
  }
}

@media only screen and (min-width: 1800px) {
  .image-container {
    width: 500px;
    height: 500px;
    margin-left: 32px;
  }

  .header-title {
    font-size: 44px;
    white-space: nowrap;
    margin-top: 150px;
    margin-right: 400px;
  }
}
