.vision-containers {
  max-width: none;
  padding: 0px;
}
/*.page-hero .page-hero-text { background: none !important; }*/
.page-hero .page-hero-text h1 {
  font-size: 50px;
  text-transform: none;
  color: #F6E8D5;
  font-weight: 500;
  text-align: right;
  letter-spacing: -3px;
}
.ital {
  font-family: 'Source Serif Pro', serif;
  font-style: italic;
  letter-spacing: -5px;
}
.vr {
  padding: 0px;
  width: 2px;
  height: 300px;
  align-self: anchor-center !important;
  opacity: 100%;
  margin-left: -8px;
}
.modal-header {
  background-color: #3C4439;
}
.modal-content {
  background-color: #f6e8d6;
}
.cards {
  padding: 66px;
  background-color: #F6E8D5;
  text-align: center;
}
.card-image {
  max-height: 300px;
}
.cards img {
  border-radius: 50px;
  padding: 15px;
}
.card-more {
  margin-top: 58%;
  margin-left: 12%;
  font-family: 'Gotham', sans-serif;
  font-style: italic;
  font-size: 30px;
  font-weight: 500;
  color: #f7e8d5;
  text-align: left;
}
.hsl-section {
  background-color: #574738;
  color: #F6E8D5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.hsl-section h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -3px;
}
.hsl-section h2 {
  font-family: 'Source Serif Pro', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 90px;
}
.hsl-section .clear-button {
  background-color: #574738;
}
.mobile {
  display: none;
}
.overlay-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.overlay-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50px;
  color: white;
}
.overlay-container:hover .overlay {
  opacity: 1;
}
.white-button-narrow {
  background-color: #f6e8d6 !important;
}
@media (max-width: 768px) {
  .page-hero .page-hero-image {
    background-position: center !important;
  }
  .page-hero .page-hero-text h1 {
    font-size: 80px;
  }
  .memphis {
    display: inline-block;
  }
  .page-hero .page-hero-text h1 {
    font-size: 45px !important;
  }
  .hsl-section h1 {
    font-size: 45px !important;
  }
  #col1 {
    align-items: center;
  }
  .legacy-section h1 {
    font-size: 60px;
    text-align: center;
  }
  .legacy-points {
    padding-right: 2em !important;
  }
  .legacy-points h2 {
    font-size: 36px;
  }
  .legacy-points p {
    font-size: 22px;
  }
  .clear-button {
    font-size: 24px !important;
  }
  .vr {
    display: none;
  }
  .cards {
    padding: 30px;
  }
  .hsl-section h1 {
    font-size: 60px;
    text-align: center;
  }
  .hsl-section img {
    padding: 4%;
  }
  #planyourvisit {
    width: 204px;
    left: 47vw !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
