*{
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--beige);
  overflow-x: hidden;
}
img{
  display: block;
  width: 100%;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}

/* FONTS */
  @font-face {
      font-family: 'gilton-bold';
      src: url('../fonts/gilton-bold.woff') format('woff'),
           url('../fonts/gilton-bold.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'gilton-light';
      src: url('../fonts/gilton-light.woff') format('woff'),
           url('../fonts/gilton-light.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'gilton-medium';
      src: url('../fonts/gilton-medium.woff') format('woff'),
           url('../fonts/gilton-medium.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'gilton-regular';
      src: url('../fonts/gilton-regular.woff') format('woff'),
           url('../fonts/gilton-regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'karla-bold';
      src: url('../fonts/karla-bold.woff') format('woff'),
           url('../fonts/karla-bold.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'karla-light';
      src: url('../fonts/karla-light.woff') format('woff'),
           url('../fonts/karla-light.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'karla-medium';
      src: url('../fonts/karla-medium.woff') format('woff'),
           url('../fonts/karla-medium.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'karla-regular';
      src: url('../fonts/karla-regular.woff') format('woff'),
           url('../fonts/karla-regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'poppins-light';
      src: url('../fonts/poppins-light.woff') format('woff'),
           url('../fonts/poppins-light.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'poppins-medium';
      src: url('../fonts/poppins-medium.woff') format('woff'),
           url('../fonts/poppins-medium.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'poppins-regular';
      src: url('../fonts/poppins-regular.woff') format('woff'),
           url('../fonts/poppins-regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  @font-face {
      font-family: 'typologic';
      src: url('../fonts/typologic.woff') format('woff'),
           url('../fonts/typologic.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

/*COLORS*/
    :root {
    --beige: #F0E8DB;
    --black: #000;
    --blue: #00A4CA;
    --charcoal: #333333;
    --grayslakeblue: #2FA3FF;
    --grayslakegray: #818286;
    --orange: #F97F4E;
    --white: #fff;
  }
/***********
 * HEADER *
***********/
  header{
    background-color: var(--black);
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .header-container{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 1400px;
    position: relative;
    width: calc(100% - 40px);
  }
  .header-logo-index-link{
    align-items: center;
    color: var(--beige);
    display: flex;
    width: auto;
  }
  .header-logo-section{
    display: flex;
    font-family: 'typologic', serif;
    font-size: 42px;
    justify-content: space-evenly;
  }
  .header-logo-section-main-text{
    filter: drop-shadow(0px 0px 2px var(--black));
    line-height: .7;
    margin-bottom: -5px;
  }
  .header-logo-section-xs-wrapper{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 2px;
    justify-content: space-evenly;
  }
  .header-logo-section-xs{
    align-items: center;
    display: flex;
    filter: drop-shadow(0px 0px 2px var(--black));

    height: 15px;
    justify-content: center;
    position: relative;
    width: 15px;
  }
  .header-logo-section-x{
    display: inline-block;
    background-color: var(--beige);
    border-radius: 10px;
    height: 5px;
    position: absolute;
    width: 15px;
  }
  .header-logo-section-x-1{
    transform: rotate(45deg);
  }
  .header-logo-section-x-2{
    transform: rotate(315deg);
  }
  .header-logo-section-xs-blue{
    background-color: var(--blue);
  }
  .header-logo-section-xs-orange{
    background-color: var(--orange);
  }
  .header-links-links ul{
    display: flex;
  }
  #active-page{
    background-color: var(--blue);
    border: 1px solid var(--black);
    border-radius: 10px;
    box-sizing: border-box;
  }
  #active-page a{
    color: var(--beige);
  }
  .header-links{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    margin-right: -8px;
  }
  .header-links-icons{
    
  }
  .header-links-icons ul{
    display: flex;
    justify-content: flex-end;
  }
  .header-links-icons li{
    margin: 0 5px;
    padding: 0 5px;
  }
  .header-links-icons a{
    color: var(--beige);
    filter: drop-shadow(0px 0px 2px var(--black));
    text-shadow: 1px 1px rgba(0,0,0,.3),
                 1px -1px rgba(0,0,0,.3),
                 -1px 1px rgba(0,0,0,.3),
                 -1px -1px rgba(0,0,0,.3);
    transition: .3s;
  }
  .header-links-icons li:hover a{
    color: var(--orange);
    transition: .3s;
  }
  .header-links-links li{
    margin: 0 2px;
  }
  .header-links-links a {
      color: var(--beige);
      filter: drop-shadow(0px 0px 2px var(--black));
      font-family: 'poppins-regular', sans-serif;
      font-size: 15px;
      padding: 0 8px;
      text-shadow: 1px 1px rgba(0,0,0,.3),
                   1px -1px rgba(0,0,0,.3),
                   -1px 1px rgba(0,0,0,.3),
                   -1px -1px rgba(0,0,0,.3);
      transition: color 0.3s ease;
  }
  .inactive-page {
      border: 1px solid transparent;
      border-radius: 10px;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      color: var(--beige);
      transition: color 0.3s ease, border-color 0.3s ease;
  }
  .inactive-page::before {
      content: "";
      position: absolute;
      background-color: var(--orange);
      bottom: 0px;
      height: 0px;
      left: 0;
      right: 0;
      width: 100%;
      z-index: -1;
      transition: height 0.3s ease, background-color 0.1s ease;
  }
  .inactive-page:hover {
      color: var(--beige);
      border-color: var(--black);
  }
  .inactive-page:hover::before {
      height: 100%;
      background-color: var(--orange);
  }
  .inactive-page:hover a {
      color: var(--beige);
  }
/*JUMBOTRON*/
  .jumbotron{
    border-bottom: 1px solid #000;
    height: 90vh;
    width: 100%;
  }
  .jumbotron-container{
    height: 100%;
    width: 100%;
  }
  .jumbotron video{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
/*INTRO*/
  .intro{
    width: 100%;
  }
  .intro-container{
    height: calc(100% - 40px);
    margin: 50px auto;
    max-width: 1400px;
    width: calc(100% - 40px);
  }
  .intro-logo-wrapper{
    margin: 10px auto 0 auto;
    position: relative;
    width: 100%;
  }
  .intro-logo{
    align-items: center;
    color: var(--beige);
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .intro-logo-section{
    background-color: var(--orange);
    border: 1px solid #000;
    display: flex;
    filter: drop-shadow(0px 0px 2px var(--black));
    font-family: 'typologic', serif;
    justify-content: space-evenly;
    text-shadow: 1px 1px rgba(0,0,0,.3),
                 1px -1px rgba(0,0,0,.3),
                 -1px 1px rgba(0,0,0,.3),
                 -1px -1px rgba(0,0,0,.3);
  }
  .intro-logo-section-blue{
    background-color: var(--blue);
    font-size: 150px;
    height: 155px;
    padding-bottom: 20px;
    width: 800px;
  }
  .intro-logo-section-container-blue{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-evenly;
    width: 95%;
  }
  .intro-logo-section-orange{
    align-items: center;
    background-color: var(--orange);
    flex-direction: column;
    font-size: 112px;
    margin: -30px auto 0 auto;
    padding: 3px 0;
    text-align: center;
    width: 710px;
  }
  .intro-logo-section-main-text{
    filter: drop-shadow(0px 0px 2px var(--black));
    line-height: .7;
    margin-bottom: -5px;
  }
  .intro-logo-section-xs-wrapper{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    margin-top: -10px;
    width: fit-content;
  }
  .intro-logo-section-xs{
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: center;
    position: relative;
    width: 35px;
  }
  .intro-logo-section-x{
    display: inline-block;
    background-color: var(--beige);
    border-radius: 10px;
    height: 10px;
    position: absolute;
    width: 35px;
  }
  .intro-logo-section-x-1{
    transform: rotate(45deg);
  }
  .intro-logo-section-x-2{
    transform: rotate(315deg);
  }
  .intro-logo-section-tag{
    display: block;
    filter: drop-shadow(0px 0px 2px var(--black));
    font-family: 'poppins-regular', sans-serif;
    font-size: 18px;
    margin-top: -28px;
  }
  .intro-main-info{
    margin: 50px 0;
    width: 100%;
  }
  .intro-main-info-container{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .intro-dates{
    align-items: center;
    color: var(--orange);
    display: flex;
    justify-content: center;
    width: 1150px;
  }
  .intro-date{
    font-family: 'typologic', serif;
    font-size: 56px;
  }
  .number{
    font-family: 'gilton-bold', serif;
    font-size: 40px;
    margin-top: -12px;
  }
  .sup{
    font-size: 36px;
  }
  .intro-blurb{
    text-align: center;
    width: 1000px;
  }
  .intro-blurb p{
    color: #4A4A4A;
    font-family: 'karla-regular', sans-serif;
    font-size: 24px;
    line-height: 1.5;
  }
  .intro-buttons{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    width: 1100px;
  }
  .intro-button{
    align-items: center;
    border: 4px solid var(--blue);
    border-radius: 25px;
    box-shadow: 0 0 5px 1px transparent;
    color: var(--charcoal);
    display: flex;
    font-family: 'poppins-regular', sans-serif;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: .2s;
    width: 300px;
  }
  .intro-button:hover{
    box-shadow: 0 0 5px 1px var(--black);
    color: var(--beige);
    transition: .3s;
  }
  .intro-button::before{
    content:"";
    position: absolute;
    bottom: 0;
    height: 0%;
    transition: .2s;
    width: 100%;
    z-index: -1;
  }
  .intro-button:hover::before{
    content:"";
    background-color: var(--blue);
    height: 100%;
    transition: .3s;
  }
  .parallax-section{
    position: relative;
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
  } 
  .parallax-section-lineup{
    background-image: url('../media/backgrounds/concert-bkg.jpg');
  }
  .parallax-section::before{
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .parallax-text{
    color: var(--beige);
    filter: drop-shadow(0px 0px 2px var(--black));
    position: relative;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,.3),
                 1px -1px rgba(0,0,0,.3),
                 -1px 1px rgba(0,0,0,.3),
                 -1px -1px rgba(0,0,0,.3);
    z-index: 1;
    }
    .parallax-text h2{
      font-family: 'typologic', sans-serif;
      font-size: 112px;
      font-weight: 100;
    }
    .parallax-and{
      font-family: 'gilton-bold', serif;
      font-size: 90px;
    }
    .parallax-text p {
      font-family: 'poppins-medium', cursive;
      font-size: 22px;
      margin: 0 auto;
      width: calc(100% - 500px);
    }
/*ARTISTS*/
  .artists{
    margin: 50px auto;
    width: 1150px;
  }
  .artists-container{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .artists-has-videos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .artist-has-video{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    width: 550px;
  }
  .artist-media-has-video{
    border: 1px solid var(--black);
    height: 300px;
    width: 550px;
  }
  .artists-no-videos{
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .artist-no-video{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 350px;
  }
  .artist-media-no-video{
    border: 1px solid var(--black);
    height: 350px;
    width: 350px;
  }
  .artist-media-no-video img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .artist-media video{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .fancybox__caption{
    font-family: 'poppins-regular', sans-serif;
  }
  .artist-media-video,
  .artist-media-no-video{
    box-shadow: 0 0 3px 1px var(--black);
    position: relative;
  }
  .artist-media-image-caption-1,
  .artist-media-video-caption-1{
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    color: var(--beige);
    display: flex;
    font-family: 'poppins-light', cursive;
    font-size: 14px;
    justify-content: center;
    left: 0;
    padding: 5px 0;
    position: absolute;
    width: 100%;
  }
  .artist:hover > .artist-name {
    color: var(--orange);
    transition: .3s;
}
  .artist-media-video::before,
  .artist-media-no-video::before{
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.0);
    height: 100%;
    left: 0;
    transition: .2s;
    top: 0;
    width: 100%;
  }
  .artist-media-video:hover::before,
  .artist-media-no-video:hover::before{
    background-color: rgba(0,0,0,.5);
    transition: .3s;
  }
  .artist-name{
    color: var(--blue);
    font-family: 'typologic', sans-serif;
    font-size: 55px;
    transition: .2s;
  }
  .artist-name-no-video{
    font-size: 42px;
  }
  .artist-tag{
    color: var(--charcoal);
    font-family: 'poppins-regular', cursive;
    font-size: 20px;
    margin-top: -15px;
  }
  .artist-tag-no-video{
    font-size: 18px;
    margin-top: -10px;
  }
  .artist-urls{
    margin: 5px 0 15px 0;
  }
  .artist-urls ul{
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    width: 150px;
  }
  .artist-urls li{
    align-items: center;
    border: 1px solid var(--orange);
    border-radius: 50%;
    display: flex;
    height: 25px;
    justify-content: center;
    transition: .2s;
    width: 25px;
  }
  .artist-urls a{
    background-color: var(--beige);
    color: var(--orange);
    transition: .2s;
  }
  .artist-urls li:hover,
  .artist-urls li:hover a{
    background-color: var(--orange);
    color: var(--beige);
    transition: .3s;
  }
/*SCHEDULE*/
  .schedule{
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
  }
  .schedule-container{
    display: flex;
    justify-content: space-between;
    width: 1150px;
  }
  .schedule-day{
    width: 45%;
  }
  .schedule-date{
    align-items: center;
    color: var(--beige);
    display: flex;
    flex-direction: column;
    font-family: 'typologic', cursive;
    font-size: 80px;
    margin-bottom: 20px;
  }
  .schedule-month{
    margin-top: -35px;
  }
  .schedule-section-xs-wrapper{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 2px;
    justify-content: space-evenly;
  }
  .schedule-section-xs{
    align-items: center;
    display: flex;
    filter: drop-shadow(0px 0px 2px var(--black));
    height: 35px;
    justify-content: center;
    position: relative;
    width: 35px;
  }
  .schedule-section-x{
    display: inline-block;
    border-radius: 10px;
    height: 10px;
    position: absolute;
    width: 35px;
  }
  .schedule-number{
    font-family: 'gilton-bold', cursive;
    font-size: 64px;
  }
  .schedule-sup{
    font-size: 50px;
  }
  .schedule-lineup-act{
    margin-bottom: 50px;
  }
  .schedule-lineup-time-artist{
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'typologic', sans-serif;
    font-size: 60px;
  }
  .schedule-lineup-time-artist span{
    margin-top: -20px;
  }
  .schedule-lineup-act{
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .schedule-time{
    align-items: center;
    display: flex;
  }
  .schedule-time-second{
    color: var(--beige);
    margin: 0 10px;
  }
  .lineup-number{
    font-family: 'gilton-bold', cursive;
    font-size: 64px;
  }
  .schedule-artist{
    color: var(--beige);
  }
  .schedule-lineup-artist-tag{
    font-family: 'poppins-regular', cursive;
    font-size: 18px;
    margin-top: -10px;
  }
/*SPONSORS*/
  .parallax-section-sponsors{
    background-image: url('../media/backgrounds/food-truck-bkg.jpg');
  }
  .sponsor-buttons{
    display: flex;
    justify-content: space-evenly;
    margin: 50px auto 0 auto;
    width: 1100px;
  }
  .sponsor-button{
    align-items: center;
    background-color: var(--blue);
    border: 4px solid var(--blue);
    border-radius: 25px;
    box-shadow: 0 0 5px 1px transparent;
    color: var(--white);
    display: flex;
    font-family: 'poppins-regular', sans-serif;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: .2s;
    width: 300px;
  }
  .sponsor-button:hover{
    box-shadow: 0 0 5px 1px var(--black);
    color: var(--beige);
    transition: .3s;
  }
  .sponsor-button::before{
    content:"";
    position: absolute;
    bottom: 0;
    height: 0%;
    transition: .2s;
    width: 100%;
    z-index: -1;
  }

/* WATER LOAD SCREEN */
/* Wrapper styles */
.svg-circle-wrapper {
  align-items: center;
  background-color: var(--white);
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
  position: relative; /* Allows ripple positioning behind .svg-circle */
}

/* Circle div styles */
.svg-circle {
  position: relative; /* Keeps .svg-circle in the foreground */
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 300px;
  justify-content: center;
  width: 300px;
  background-color: transparent;
  z-index: 2; /* Ensures it stays in front of ripples */
  animation: 
      scaleAnimation 0.9s cubic-bezier(0.6, 0, 0.4, 1) 3s forwards,
      bgColorChange 0.4s cubic-bezier(0.6, 0, 0.4, 1) 3.3s forwards,
      borderColorChange 0.1s linear 3.4s forwards;
}

/* Ripple effect behind .svg-circle */
.svg-circle-wrapper::before,
.svg-circle-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgba(47, 163, 255, 0);
  transform: translate(-50%, -50%);
  animation: ripple 2.75s linear infinite, fadeInBorder 0.1s linear 3.25s forwards;
  z-index: 1; /* Placed behind .svg-circle */
}

.svg-circle-wrapper::after {
  animation-delay: 3.75s;
}

/* Ripple animation keyframes */
@keyframes ripple {
  0% {
    width: 300px;
    height: 300px;
    opacity: 0.2;
    border-width: 2px;
  }
  40% {
    opacity: 1;
    border-width: 8px;
  }
  100% {
    width: 600px;
    height: 600px;
    opacity: 0;
    border-width: 1px;
  }
}

/* Border fade-in keyframes */
@keyframes fadeInBorder {
  0% {
    border-color: rgba(47, 163, 255, 0);
  }
  100% {
    border-color: rgba(47, 163, 255, 0.5);
  }
}

/* SVG container styling */
#Layer_1 {
  fill: transparent;
  height: auto;
  overflow: visible;
  width: 94%;
}

/* Common SVG path styles */
#big-g, #big-l {
  stroke: var(--grayslakeblue);
  stroke-width: 1;
  stroke-dasharray: 3000;
  opacity: 0;
  transform: scale(1) translateX(-10px);
  fill: transparent;
}

/* #big-g animation */
#big-g {
  stroke-dashoffset: 3000;
  animation: 
      fadeIn 0s linear 1s forwards,
      initials-g 3s linear 1s forwards,
      fillWhite 0.1s linear 3.3s forwards;
}

/* #big-l animation */
#big-l {
  stroke-dashoffset: 3000;
  animation: 
      fadeIn 0s linear 1s forwards,
      initials-l 17s linear 1s forwards,
      fillWhite 0.1s linear 3.3s forwards;
}

/* Keyframes for #big-g */
@keyframes initials-g {
  from {
    stroke-dashoffset: 3000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* Keyframes for #big-l */
@keyframes initials-l {
  from {
    stroke-dashoffset: 3000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* Shared opacity fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Keyframe to change fill to white */
@keyframes fillWhite {
  from {
    fill: transparent;
  }
  to {
    fill: var(--grayslakeblue);
    filter: drop-shadow(0px 0px 6px var(--grayslakegray));
    stroke: var(--white);
    stroke-width: 2px;
  }
}

/* Scale animation for .svg-circle */
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: scale(0.8);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Border color transition to add a white outline */
@keyframes borderColorChange {
  0% {
    border-width: 0px;
  }
  100% {
    border-width: 2px;
  }
}
