* {
  font-family: Gerogia, Garamond, serif;
}

main {

}

#title {
  font-weight: bold;
  font-size: 2.2em;
  color: #fff;
  background-color: #dea0a2AA;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #dea0a2;
  border-top: 5px solid #dea0a2;
  border-radius: 2px;
}

#subtitle {
  font-size: 1.2em;
  color: #524f4b;
  line-height: 30px; 
  margin-bottom: -5px;
  margin-top: -10px;
}

h1, h3 {
  text-align: center;
  letter-spacing: 1px;
}

#title-div {
  background-color: #ffccce;
  padding-bottom: 20px;
  border-bottom: 5px solid #dea0a2AA;
  border-radius: 2px;
}

#img-div {
  margin-top: 40px;
}

#image {
  border: 5px solid #dea0a2AA;
  border-radius: 22px;
  min-width: 30%;
  width: 35%;
  max-width: 35%;
  display:block;
  margin:auto;
}

#img-caption {
  text-align: center;
  margin-top: 22px;
  font-size: .98em;
  color: #524f4b;
}

#tribute-info {
  font-size: 1.1em;
  margin-bottom: -30px;
}

#link-info {
  text-align: center;
  margin: 22px 100px 0 100px;
  font-size: 1em;
}

#link-info {

}

#tribute-link {

}

#evo-info {


}

h4 {
  font-size: 1.4em;
  color: #524f4b;
  margin-top: 80px;
  padding: 10px 0 10px 0;
  text-align: center;
  border-bottom: 5px solid #dea0a2AA;
  background-color: #fff9e6;
}

#evoBG {
  background-color: #ebe4e0;
}


#evo-div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: -33px auto;
  padding: 20px 10px;
  background-color: #ebe4e0;
}

#evo-gallery1 {
  border: 5px solid #dea0a2AA;
  border-radius: 22px;
  min-width: 50%;
  width: 55%;
  max-width: 55%;
  display:block;
  margin:auto;
}

#evo-gallery2 {
  border: 5px solid #dea0a2AA;
  border-radius: 22px;
  min-width: 40%;
  width: 50%;
  max-width: 55%;
  display:block;
  margin:auto;
  background-color: #fff;
}

#evo-gallery3 {
  border: 5px solid #dea0a2AA;
  border-radius: 22px;
  min-width: 30%;
  width: 30%;
  max-width: 35%;
  display:block;
  margin:auto;
}

#evo-gallery4 {
  border: 5px solid #dea0a2AA;
  border-radius: 22px;
  min-width: 40%;
  width: 44%;
  max-width: 45%;
  display:block;
  margin:auto;
  background-color: #fff;
}

#evo-text {
  text-align: center;
  padding: 30px 0 10px 0;
  font-size: 1.1em;
  color: #524f4b;
}