.single-hero {
  width: 100%;
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-content {
  max-width: 1000px;
  margin: 60px auto;
}

#page-title {
  font-family: aw-conqueror-didot;
  font-size: 48px;
  letter-spacing: 0.1em;
  margin: 0;
  color: var(--black);
  text-align: center;
}

#page-description {
  max-width: 800px;
  margin: auto;
}

#page-description p {
  font-family: "Helvetica Neue";
  font-size: 19px;
  line-height: 24px;
  margin: 12px 0 0 0;
  color: var(--black);
  text-align: center;
  font-weight: 300;
}

#image-list {
  margin: 60px auto;
  padding: 0;
  list-style: none;
}

#image-list li {
  max-width: 800px;
  display: block;
  margin: 20px auto;
}

#image-list li img {
  width: 100%;
}




@media only screen and (max-width: 798px) {

  #page-title {
    font-size: 35px;
  }

  .single-content {
    margin: 40px auto;
    max-width: 90%;
  }

  #page-description p {
    font-size: 17px;
    line-height: 22px;
  }


}
