.yellow-lights-page {
  background-image: url("images/backgrounds/yellow_lights.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000000;
}

.yellow-lights-page .section,
.yellow-lights-page .section:nth-child(even),
.yellow-lights-page .contact-content {
  background-color: transparent;
}

.yellow-lights-page .info-content,
.yellow-lights-page .section h1,
.yellow-lights-page .section h2,
.yellow-lights-page .section h3,
.yellow-lights-page .section p,
.yellow-lights-page .contact-content h1 {
  color: #ffffff;
}

.yellow-lights-page .copyable-text:hover {
  color: #ffffff;
}

.yellow-lights-page .bottom_balack {
  color: #ffffff;
}

.yellow-lights-page footer {
  background-color: transparent;
}

.yellow-lights-page .bottom_balack a {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .yellow-lights-page {
    background-attachment: scroll;
  }
}
