.ny2024-paragraph a {
  text-decoration: none !important;
  color: #eacb9d;
}

.ny2024-paragraph a:hover {
  color: #c4c4c4;
}

.ny2024-pattern {
  background: url("../../assets/img/ny2024/bg-repeat.svg?h=7d9e27f78c72e59faba171611d0beeb6");
  background-size: 600px 600px;
}

.ny2024-logo {
  max-height: 300px;
}

.jarallax {
  height: 500px;
}

.video-overlay {
  z-index: -10;
  background: rgba(74,75,77,0.38);
}

.ny2024-gradient-overlay {
  z-index: -10;
  background: linear-gradient(white 35%, #c68c2b 100%), var(--bs-white);
}

.ny2024-gray-bg {
  background: #4a4b4d;
}

.ny2024-heading {
  font-family: Comfortaa, serif;
  font-weight: 900;
  color: #eacb9d;
}

.ny2024-col-min-height {
  min-height: 300px;
}

.ny2024-gold-border {
  border: 3.5px solid #c68c2b;
}

.ny2024-gray-border {
  border-width: 2px;
  border-color: #636466;
}

