body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
  margin: 0;
  padding: 0;
}
header {
  position: fixed;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1em 0;
  opacity: 50%;
}
/* nav {
    display: flex;
    justify-content: center;
    background-color: transparent;
}
nav a {
    color: white;
    padding: 1em;
    text-decoration: none;
    font-family: 'Montserrat';
}
nav a:hover {
    background-color: #555;
    transition-duration: 250ms;
} */
.bucket {
  width: 100%;
  /* background-color: aliceblue; */
}
.landing-content {
  padding: 2em;
  margin-top: 20%;
  /* margin-bottom: 25%; */
  border-radius: 20px;
  background-color: rgba(100, 100, 100, 0.6);
  /* font-family: 'Montserrat', sans-serif; */
}
.landing-content h1 {
  font-family: "Raleway", sans-serif;
}
.raleway {
  font-family: "Raleway", sans-serif;
  color: azure;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  color: azure;
}
.landing-content p {
  font-family: "Montserrat", sans-serif;
}
.container {
  max-width: 100%;
  /* padding: 2em; */
  background-color: rga(0, 0, 0, 0.4);
  margin: 0;
}
.landing {
  background-image: url(decks_bg.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  z-index: -1;
  /* padding: 2em; */
}
.bg_video {
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.event-details,
.event-schedule,
.contact-form {
  background-color: white;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.event-details h2,
.event-schedule h2,
.contact-form h2 {
  color: #333;
}
.djs {
  height: 100vh;
}
.body-text {
  color: azure;
  font-family: "Montserrat", sans-serif;
}
.black-text {
  color: #333;
  font-family: "Montserrat", sans-serif;
}
.album-intro {
  background-color: #333;
}
.album-main {
  background-color: #333;
}
.details {
  height: 100vh;
}
footer {
  text-align: center;
  padding: 1em 0;
  background-color: #333;
  color: white;
}
@media (max-width: 600px) {
  nav {
    flex-direction: column;
  }
}

header .container {
  max-width: 1500px;
}

@media (min-aspect-ratio: 16/9) {
  .bg_video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .bg_video {
    width: auto;
    height: 100%;
  }
}
