@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,body {
  font-size: 18px;
  font-family: "Chivo Mono", monospace;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.under-construction{
  background-color: #d2eb56;
  word-spacing: -17px;
  padding: 10px;
  margin-top: 12px;
  padding-bottom: 1px;
}


/*Heading styles*/

.pinkheading {
  color: #D496D5;
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  text-align: center;
  background-color: #1c2c21;
  font-weight: bolder;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.greenheading {
  color: #1c2c21;
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
  font-size: 3em;
  text-align: center;
  background-color:#D496D5;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

/*Menu Bar */

.menubar {
  background-color:#D496D5;
  width:100%;
  height: 50px;
  color: aliceblue;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position:fixed;
  top: 0;
  overflow: hidden;
  z-index: 20;
}


.logo {
  font-family: "Orbitron", sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  text-indent: 20px;
  cursor:pointer;
}

.logo:hover {
  color: #d2eb56;
  animation: text-shadow-drop-center 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

.text-shadow-drop-center {
	-webkit-animation: text-shadow-drop-center 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	  animation: text-shadow-drop-center 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.147);
  }
  100% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.334);
  }
}

.menubar-hamburger{
  width: 60px;
  height: 60px;
  font-size:25px ;
  display: none;
  cursor:pointer;
  z-index: 90;
  margin: 0;
}

.menubar-hamburger:hover{
  color: #d2eb56;
}

.mobile-menu {
  width: 50%;
  height: 300px;
  margin-left: 50%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #24382a;
  position: absolute;
  z-index: 10;
  margin-top: 50px;
  position:fixed;
}

.mobile-menu-close {
  margin: 0;
  color: #3c5e47;
  font-size: xx-large;
}

.mobile-menu-close i:hover {
  color: #cfdad2;
  font-size: xx-large;
}

.mobile-menu-links{
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-spacing: -5px;
}

.mobile-menu-links a {
  color: #D496D5;
  padding: 10px;
  font-size: larger;
}

.mobile-menu-links a:hover {
  color: #d2eb56;
  padding: 10px;
  font-size: larger;
}

.mobile-menu-close {
  padding-top: 30px;
}

.desktop-menu{
  width: 100vw;
  height: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.desktop-menu-links a {
  color: #2e4b36;
  background-color: #d496d5;
  font-weight:600;
  padding: 20px;
  text-align: center;
}

.desktop-menu-links a:hover {
  color: #d2eb56;
}

@media (max-width: 768px) {
  .menubar-hamburger {
    width: 100vw;
    margin: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .desktop-menu {
    display: none;
  }
}

/* Button styles go here */

.waves-effect {
  background-color: #d2eb56;
  width: 190px;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: larger;
  color: black; 
  cursor:pointer;
}

.waves-effect:hover {
  background-color:#1b3f17;
  color: #d2eb56;
  border-style:solid;
}

.btn-floating {
  width: 36px;
  height: 36px;
  background-color: #D496D5;
  margin-left: 100px;
  cursor:pointer;
}

/*Hero Page*/

.heromodulebox {
  background-image:url("/img/heroimage_duotone.png");
  background-color: #1c2c21;
  background-size: cover;
  background-position:center;
  width: 100%;
  height: 770px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  position: relative;
  z-index: 1;
}

.heromodulebox-festivalname{
  width:300px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
  object-fit: cover;
}

.heromodulebox-details{
  text-align: left;
  color: #17241b;
  padding-top: 50px;
}

.blacktagline {
  color: #17241b;
  background-color: #D496D5;
  margin: 0%;
  padding: 20px;
  font-size: xx-large;
}

/*Animated Banner*/

.marquee{
  font-family:"Chivo Mono", monospace;
  font-weight: lighter;
  font-size: 0.7em;
  text-transform: uppercase;
  color: white;
}

#animated-text-strip{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
  background:black;
  padding: 1rem 0;
}

#animated-text-strip .marquee {
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  max-width: none;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/*Lineup Page*/

.lineup-modulebox {
  padding-top: 20px;
  background-color:#1c2c21;
  width: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-bottom: 40px;
}

.shadow-drop-2-center {
	-webkit-animation: shadow-drop-2-center 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: shadow-drop-2-center 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }

@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
      transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
      transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px #d2eb56;
      box-shadow: 0 0 20px 0px #d2eb56;
  }
}

img {
 width:100%;
 height:400px;
 display: block;
 object-fit: cover;
}


.artist-singlebox{
  width: 400px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.artist-singlebox:hover{
  animation: shadow-drop-2-center 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.artist-name { 
  background-color: #d496d5;
  width: 400px;
  text-align: center;
  color: #0f1812;
  font-size: 2em;
  cursor: pointer;
}

.artist-name :visited {
  color: #0f1812;
}

/*Feature Artist Modal Boxes*/


.feature-artist-name{
    text-align: left;
    color: azure;
    font-size: x-large;
    font-family: Orbitron;
    letter-spacing: 3px;
}

@media (max-width: 768px){
  .feature-artist-modal{
    width:300px;
    height:600px;
  }
}

.feature-artist-modal{
    max-width: 500px;
    max-height: 700px;
    background-color: rgb(42, 42, 42);
    text-align: left;
    padding: 20px;
    padding-top: 10px;
    color: #eeeeee;
    opacity: 0;
    display: none;
    z-index: 40;
    position: absolute;
    margin-top: 50px;
 
}

.feature-artist-modal.active{
  opacity: 1;
  display: block;
}

.feature-artist-soundcloud{
  width: 350px;
  max-width: 100%;
}

p .feature-artist-details-text{
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: small;
    
}

.artist-icon-group{
    font-size:20px;
    color: aliceblue;
    display: flex;
    padding-top:10px ;
    gap: 48px;
    cursor: pointer;
}

#overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#d2eb5688;
  pointer-events: none;
  opacity: 0;
}

#overlay.active{
  opacity:1;
  pointer-events: all;
}

.close-modal-button{
  width:48px;
  height: 48px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  float: right;
  cursor: pointer;
}


/*Adaptive Display for Mobile*/

@media (max-width: 768px) {
  .artist-singlebox {
    width: 300px;
  }

  img {
    height: 300px;
  }

  .artist-name {
    width: 100%;
  }
}

  
@media (max-width: 768px) {
  .menubar-hamburger {
    width: 100vw;
    margin: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .desktop-menu {
    display: none;
  }}



/*Listen Page*/

.listenmodulebox{
  background-color: #D496D5;
  width: 100%;
  line-height: 0%;
  padding-bottom: 40px;
}

.soundcloud-player {
  width: 70%;
  min-height: 400px;
  background-color: #D496D5;
}

/*Shows Page*/

.showsmodulebox{
  background-color: #1c2c21;
  width: 100%;
  min-height: 400px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.showsmodulebox-subsection-heading{
  color: #D496D5;
  font-size: 1.5em;
  width: fit-content;
  height: fit-content;
  text-align: left;
}

.venueandtime{
  font-weight: lighter;
  display: flex;
  width: fit-content;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  word-spacing: -5px;
  text-align: center
}

.moredetails-button{
  font-size: smaller;
  font-weight: lighter;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  color: #ffffff;
  border-color: #ffffff;
  width: fit-content;
  cursor: pointer;
}

.moredetails-button:hover{
  font-size: smaller;
  font-weight: lighter;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  color: #D496D5;
  border-color: #D496D5;
  width: fit-content;
  padding: 5px;
}

.moredetails-hidden {
  max-height: 0;
  overflow: hidden;
  display: flex; /* Keep it flex so transitions work */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: lighter;
  word-spacing: -3px;
}

.moredetails-hidden.show {
  max-height: 900px;
}

.moredetails-hidden-text{
  width: 675px;
  box-sizing: border-box;
  padding: 20px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  text-align: left;
  font-size:16px;
}

@media (max-width: 700px) {
  .google-map,
  .moredetails-hidden-text {
    width: 100%;
    padding: 15px;
  }
}

.google-map{
  width: 675px;
  height:450px;
  max-width: 100%;
  border: none;
  position: relative;
  overflow: hidden;
}

/*Hype page*/

.hypemodulebox {
  background-image:url("/img/alt_heroimageV2.png");
  background-size: cover;
  background-position:center;
  box-shadow: inset 0 0 0 2000px rgba(24, 66, 34, 0.3);
  width: 100%;
  height: 770px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  position: relative;
  text-align: left;
}

.tagline-white{
  color: white;
  background-position: 0%;
  font-size: xx-large;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: light;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.hypemodulebox-details{
  text-align: left;
  padding-block: 10px;
  padding-top: 100px;
  font-weight: lighter;
  color: aliceblue;
}

/*Footer*/

.footermodulebox {
  background-image:url("/img/heroimage_duotone.png");
  background-repeat:repeat-x;
  width: 100%;
  height:600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.icongroup {
  font-size: 36px;
  color: aliceblue;
  padding-top: 20px;
  cursor: pointer;
}

.container-newsletter{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

input[type=text], input[type=email],input[type=submit] {
  border: 1px solid #ffffff !important;
  color: #ffffff;
  text-shadow: #000000 !important;
  width:300px !important;
  box-sizing: border-box !important;
  background-color: #2240267e !important;
  padding: 15px !important;
  padding-bottom: 10px !important;
  margin: 8px 0 !important;
  font-family: "Chivo Mono", monospace !important;
  font-size: large !important;
  border-radius: 0 !important;
}

input[type=submit] {
  color: aliceblue;
  background-color:#224026 !important;
  border: #224026 !important;
  width: 170px !important;
  height:50px !important;;
  text-align: center;
  font-size: larger;
  font-weight: 300;
  cursor:pointer;
}

input[type=submit]:hover {
  color:#224026;
  background-color: #ffffff !important;
  border: #224026;
  width: 170px;
  height:50px;
  padding: 10px;
  font-size: larger;
  font-weight: 500;
  border-style:solid !important;;
  cursor:pointer;
}


.footermodulebox .footernotes {
  color: aliceblue;
  font-size:12px;
  font-weight: lighter;
  text-align: left;
  text-indent: 20px;
  line-height: 5px;
  width: 100%;
  height: fit-content;
  margin-top:100px;
}


@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

*, *::before, *::after {
  box-sizing: border-box;
}