#curalate-homepage-sub-header {
  text-align: center;
  font-size: 1.6em !important;
  letter-spacing: 5px;
  font-family: Avenir,Helvetica,sans-serif !important;
  font-weight: lighter !important;
  margin: 53px 0 80px;
}
@media screen and (max-width: 766px) {
  #curalate-homepage-sub-header {
    margin: .5em 0 80px;
  }
}
#curalate-homepage-sub-header h1 {
  margin: 0;
  font-size: unset;
  font-weight: unset;
  font-family: unset !important;
  line-height: unset;
}
#curalate-homepage-gallery {
  font-family: Helvetica,Arial,sans-serif !important;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2em;
  color: #000;
}
#curalate-homepage-gallery a {
  text-decoration: underline;
}
/* UPDATE/FIX 9/5/24: prevent 'View Gallery' link from getting cut off by footer */
@media screen and (max-width: 575px) {
  .candid-home--container {
    margin-bottom: 6em;
  }
}
