body {
    margin: 0;
    font-family: 'Noto Sans Mono', monospace;
    color: #f6eee3;
    background: #000;
}

#main-menu {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    width: 85vw;
    max-width: 420px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 1000;
    background: rgba(9, 9,9, 0.6); /* subtle black overlay */
    border-radius: 50px;
    backdrop-filter: blur(5px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .20)
}
#main-menu.scrolled {
  transition: box-shadow 0.3s ease;
}
#main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
}

#main-menu a {
    text-decoration: none;
    color: rgba(246, 238, 227, 0.6);
    font-size: clamp(14px, 2.5vw, 14px);
    font-weight: 600;
    transition: color 0.3s;
}

#main-menu a:hover {
    color: rgba(246, 238, 227, 0.90);
}

#main-menu a.active {
    color: #f6eee3;
    text-decoration: none;
    font-weight: 600;
}

.main-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 50px;
}

/* Hero background now uses an image instead of video */
.hero-slide {
    background-image: url('../images/orange-glow.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-container {
    flex-grow: 1;
    width: 100%;
}

.slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100dvh;
}



.slide-image {
    width: 85vw;
    max-width: 380px;
    height: auto;
    object-fit: contain;
    z-index: 1;
    position: absolute; /* Position absolutely */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image */
}
@media (max-width: 500px) {
  .slide-image {
      width: 85vw;
      max-width: 380px;
      height: auto;
      object-fit: contain;
      z-index: 1;
  }
}
.image-container {
    flex-grow: 1;
    width: 100vw;
    max-width: 390px;
}
#about {
    background-image: url('../images/about-air-background.jpg');
    background-size: cover;
    background-position: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 90px;
}

.about-header-image,
.info-header-image,
.ticket-header-image,
.parking-header-image {
    width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.bottom-logos-image {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top:40px;
}
.about-text {
    color: #f6eee3;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom:20px;
    max-width: 800px;
    width: 100%;
    text-align: center;
    text-wrap:balance;
    line-height: 1.2  ;
}

.info-text {
    color: #f6eee3;
    font-weight: 550;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom:20px;
    max-width: 800px;
    width: 100%;
    text-align: center;
    line-height: 1.2  ;
}
.parking-info {
color: #f6eee3;
font-weight: 500;
font-size: 18px;
margin-top: 20px;
margin-bottom:20px;
max-width: 800px;
width: 100%;
text-align: center;
text-wrap:balance;
line-height: 1.2  ;
}
.info-text img {
  padding-right:10px;
  width:16px;
  height:16px;
}
.info-small-text {
    font-size: 18px;
    font-weight:400;
}
.lineup-header-image {
    width: 450px;
    height: auto;
    display: block;
    margin: 0px auto 0;
}
.lineup-text {
    color: #f6eee3;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom:20px;
    max-width: 800px;
    width: 100%;
    text-align: center;
    text-wrap: balance;
    line-height: 1.2;
}

.headerliner-text {
    font-size: 45px;
    font-weight:600;
}

.headerliner-sub-text {
    font-size: 35px;
    font-weight:550;
}

@media (max-width: 768px) {
    .about-header-image,
    .info-header-image,
    .ticket-header-image,
    .parking-header-image,
    .lineup-header-image {
        width: 90vw;
        max-width: 390px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .bottom-logos-image {
        width: 50vw;
        max-width: 200px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding-top: 20px;
    }
    .main-hero-content {
        width: 100vw;
        max-width: 390px;
    }
    .ticket-button {
        width: 90vw;
        max-width: 390px;
    }
    .about-text {
      font-size: 14px;
      width: 90vw;
      max-width: 390px;
    }
    .info-text,
    .parking-info {
        font-size: 12px;
        width: 90vw;
        max-width: 390px;
        font-weight: 550;
    }
    .info-text img {
      width:12px;
      height:12px;
    }
    .info-small-text {
        font-size: 12px;
        width: 90vw;
        max-width: 390px;
        text-wrap: balance;
    }
    .lineup-text {
        font-size: 14px;
        width: 90vw;
        max-width: 390px;
    }
    .lineup-text {
      line-height:1.2;
    }
    .lineup-header-image {
        width: 90vw;
        max-width: 390px;
    }

    .headerliner-text {
        font-size: 20px;
    }

    .headerliner-sub-text {
        font-size: 14px;
    }
}

#info {
    background-image: url('../images/info-background.jpg');
    background-size: cover;
    background-position: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 90px;
}

@media (max-width: 768px) {
  #main-menu {
    width: 85vw;
    max-width: 380px;
    margin-top: 20px;
    line-height: 42px;
  }

  .main-hero-content {
    padding-top: 70px; /* Adjusted for mobile */
    padding-bottom: 30px; /* Adjusted for mobile */
  }

  #main-menu ul {
    gap: 5px;
    justify-content: space-evenly;
  }

  #main-menu a {
    font-size: 13px;
  }
}

.ticket-button {
    display: block;
    width: 85vw;
    max-width: 380px;
    height: 45px;
    background: #d9564c; /* subtle black overlay */
    border-radius: 50px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 5px rgba(217, 86, 76, .25);
    font-size: 14px;
    font-weight: 600;
    color: #f6eee3;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    text-align: center;
    font-family: 'Noto Sans Mono', monospace;
    color: #f6eee3;
    transition: background 0.3s ease;
    border:1px #000 solid;
}

.ticket-button:hover {
    background: rgba(217, 86, 76, 0.7);
}
@media (max-width: 768px) {
  .ticket-button {
      display: block;
      width: 85vw;
      max-width: 380px;
      background: rgba(217, 86, 76, 1.0); /* subtle black overlay */
      border-radius: 50px;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
      font-size: 14px;
      font-weight: 600;
      color: #f6eee3;
      border: none;
      outline: none;
      cursor: pointer;
      text-decoration: none;
      padding: 0;
      appearance: none;
      -webkit-appearance: none;
      text-align: center;
      font-family: 'Noto Sans Mono', monospace;
      color: #f6eee3;
      transition: background 0.3s ease;
  }
}

#gallery {
    background-color: #000;
    padding: 0;
    height: auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.gallery-grid img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}
