
@media screen and (max-width: 800px) {
  .column {
    -ms-flex:100% ;
    flex: 100% ;
    max-width: 100% !important;

  }
  .column p{
    width: 100%;

  }


.item{

  width:100% !important;

}
 .square{
  width: 175px !important;
  height: 175px !important;
}
.square .play{
  width: 175px !important;
  height: 150px !important;
  padding-top:25px !important;
}


}
/* classes */
.item{
  width:98%;
  padding: 1%;

  background:rgba(0, 0, 0,0.5);
}

/* Style for full-size image modal */
body.modal-open {
   overflow:hidden;

 }


.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999; /* Ensure the modal is above other elements */
  text-align: center;

}
.modal-content{
  width: 85%;
  height: 85%;
  margin: 2% auto;
  justify-content: center;
  align-items: center;
  vertical-align: center;
  overflow: scroll;
  padding: 1%;

}

.modal img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border: purple groove 1px;
}

/* Style for close button */
.close-btn {
  position: absolute;
  top: 30px;
  right: 50px;
  color: white;
  font-size: 50px; /* Increased font size */
  cursor: pointer;
}



.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin:0 0 25px 0;
  padding:0 4px 4px 0;
  transition: 0.5s;
  width: 100%;
}

.musicbox{
  height:300px;
  display: inline-table;
  overflow: hidden;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
.square{
  height:300px;
  width: 300px;
  align-items: center;
  overflow: hidden;
  float: left;
}

.play{
  background: rgba(255,0,255,0.7);
  height:200px;
  width: 300px;

  z-index: 100;
  position: absolute;
  padding-top: 100px;
  font-size: 5rem;
  justify-content: center;

  text-align: Center;
  transition: opacity 1s ease;
  opacity: 0;
}
.square:hover .play{
  display: block;
  cursor: pointer;
  opacity: 1;
}


.square img{
  height: 100%;
  width: 100%;
  overflow: hidden;



}






/* equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  padding: 0 0;
  margin: 0 0 0 6px;

}

.column p{
  text-align:left;
  width: 95%;
  min-width: 50%;
  padding: 0;
  margin:  5px 0 0 0;
}
.column img {
  margin:5% 0 0 0;
  vertical-align: middle;
  width: 95%;
  box-shadow: inset 1px 1px 3px black;
  cursor: pointer;
  border: white groove 3px;



}

#container ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding:0;
  overflow: hidden;
  display: block;
  position: fixed;
  left:0;
  top:0;
  z-index: 5;
  width: 50px;
  transition: 0.5s ease;
  height: 50px;
  opacity: 0.9;
  z-index: 101

}
#container ul:hover{
  width: auto;
  height:inherit;
  opacity: 1;
}




#container li {
  overflow: hidden;
  width:50px
  height:5px;

  color: deeppink;

  cursor:pointer;
}

#container li:hover {


}


#container li:hover a{
  background: deeppink !important;

}

#container li p{
  position: static;
  display: inline-block;
  text-align: left;
  width: 50px;
  float: right;
  height: 17px;



}

#container li a {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 13px;
  text-decoration: none;
  font-size: 1.3em;
  float: left;
  width: 24px;
  height: 26px;
  background-color: #333;

}


#container li a:hover:not(.active) {
  background-color: deeppink;
}
.active:hover{
  color:black;
  background-color:deeppink !important;

}

.active {
  background-color: mediumseagreen !important;
  transition: 0.7s ease;
  transform: rotate(180deg);
  opacity: 1;
}


p{
  text-align: left;
  font-size: 1.3rem;

}
h1{
  font-size: 2.3rem;
/*  font-family: copperplate;*/
font-family: 'Courier New', Courier, monospace !important;
font-weight: lighter;
text-transform: uppercase;
}
html{
  scroll-behavior: smooth;
}
body {
  font-family:  'Courier New', Courier, monospace;
  margin: 0 0;
  text-align: center;
  background-image: url(img/bg-3.jpeg) ;
  background-clip:content-box;

  color:white;
  padding: 0 0 0 0 ;

font-size: 1.3em;
}
a{
  color:mediumseagreen;
  text-decoration: none;
  font-size: 1.3rem;

}

a:hover{
  color:deeppink;
}
::selection {
  background: deeppink;
}

.nav {

     padding: 10px 20px 10px 0;
     display: flex;
     justify-content: center; /* Centers the navigation links */
     position: fixed;
     top: 0;
     margin: 0 auto;
     z-index: 101;
     text-align: center;




   }

   /* Navigation links */
   .nav a {

     background: purple;
     color: white; /* Text color */
     text-decoration: none; /* Removes underline */
     font-size: 1.2rem;
     transition: color 0.3s ease; /* Smooth hover effect */
     text-transform: uppercase;
     margin: 0 0 0 10px ;
     text-align: left;


   }

   /* Hover effect for links */
   .nav a:hover {
     color: black; /* Change to a highlight color (e.g., tomato) */
     transform: scale(1.1);
     background: white;
   }




.banner {
  font-family: 'Courier New', Courier, monospace;
  color: white;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-size: cover;
  width: 90%;
  left: 5%;
  text-align: center;
  height: auto;
  display:flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  position: absolute;


}

    .text {
      text-shadow: 0 0 3px #ff0077, 0 0 3px #ff0077, 0 0 11px #ff0077;
      animation: flicker 1.7s infinite;
    }

    .sexshop {
      color: #bf00ff;
      animation: flicker 2s infinite;
    }

    @keyframes flicker {
      0%, 100% {
        opacity: 1;
        filter: brightness(1);

      }



      75% {
        opacity: 0.7;
        filter: brightness(1.3) hue-rotate(5deg);



      }
    }

    .hidden {
      display: none;
    }

    .neon-text {
      font-family: Helvetica, sans-serif;
      font-size: 2.7em;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #fff;
      text-align: center;
      display: inline-block;
      animation: neonPulse 1.5s ease-in-out infinite alternate;
    }

    .neon-text span {
      color: #ff0077;
      text-shadow: 0 0 5px #ff0077, 0 0 10px #ff0077, 0 0 1px #ff0077, 0 0 5px #ff0077;
    }

    /* Glowing Neon Pulse Animation */
    @keyframes neonPulse {
      0% {
        text-shadow: 0 0 5px #ff0077, 0 0 1px #ff0077, 0 0 3px #ff0077, 0 0 1px #ff0077;

      }
      100% {
        text-shadow: 0 0 10px #ff0077, 0 0 1px #ff0077, 0 0 15px #ff0077, 0 0 5px #ff0077;

      }
    }
    /* Glowing Neon Pulse Animation */
    @keyframes neonPulseGreen {
      0% {
        text-shadow: 0 0 5px purple, 0 0 1px purple, 0 0 3px purple, 0 0 1px purple;

      }
      100% {
        text-shadow: 0 0 10px purple, 0 0 1px purple, 0 0 15px purple, 0 0 5px purple;

      }
    }

    .details {
      color: #000;
      font-size: 1.3rem;
      margin-top: 20px;
      animation: fadeIn 2s ease-out infinite alternate;
    }




#landing-page{

  display: inline-block;
  height: 100vh;
  width: 100%;
  /*background-image:url(img/generated_video_6-bw-alt.gif);*/
  text-align: center;
  box-shadow: 0 5px 5px black;
  /*animation: backgroundAnimation 60s linear infinite  ;
  animation-play-state: running; /* Initially pause the animation
  animation-delay: 3s;
  box-shadow: inset 0 -10px 50px white;*/

}
/*@keyframes backgroundAnimation {
  0%, 100% {
    background-position: center;
    background-image: url(img/jk-4.jpg);
  }
  25% {
    background-image: url(img/jk-10.jpg);
    background-position: top;


  }
  50% {
    background-image: url(img/jk-3.jpg);
    background-position: top ;


  }


75%{
    background-image: url(img/jk-9.jpg);
    background-position: center;


  }


}*/

@keyframes colorChange {
     0% {
       text-shadow: 5px 3px 1px mediumseagreen;
       color: black;
      }


     100% {
       text-shadow: 5px 3px 1px black;
       color: mediumseagreen;
     }
   }


#landing-page h1{

  font-size: 3em;
  color: black;
  text-shadow: 5px 3px 1px mediumseagreen ;
  font-family:copperplate;
  animation: colorChange 10s linear infinite alternate;



}

#landing-page ul{
  display: inline-block;


  padding: 0;
  transition: 3s ease;
  width:auto;
  width: 100%;


}
/*#landing-page ul:hover {
  box-shadow: 5px 3px 1px deeppink;

}*/
#landing-page li{
  display: inline-block;
  margin-left: -4px;
  background: rgba(0, 155, 205, 0.7);
}
#landing-page li a {
  display: block;
  color:white;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  text-shadow: 1px 3px 1px purple;
  font-size: 1.7em;
  font-family:copperplate;
  background: rgba(155,155,155,0.2);

}
#landing-page li a:hover {
  text-shadow: 1px 3px 1px deeppink;
  background: rgba(200,200,200,0.3);


}

#socials{
  position: relative;
  display: inline-block;
  bottom: 0;
  left:0;
  width: 100%;
  z-index: 101;

}
#socials img{
  height: 50px;
  float: left;
  margin: 0 0 10px 20px;




}
#landing-content{
  display:inline-block;

  width:100%;
  /*background-color: rgba(255,255,255,0.3);*/
  padding-top: 250px;

  text-align: center;
  color:white;
}


.landing-block{


  height:auto;
  width:250px;
  margin:250px auto;
  overflow: hidden;
  text-align: center;
  transition: box-shadow pink, 1s ease;
  padding: 0;
  box-shadow: 3px 3px 10px purple;








}




#fake-div{

}

#header{
  width:100%;
  display:block;
  background-size: 141%;
  background-image:url(img/uts_banner_crop.gif);
  height:330px;
  background-position:center;
  box-shadow: 0 1px  10px black;
}
#container{
  display: block;
  margin: 0 auto;
  text-align: left;
  height:100%;
  width:90%;
  z-index: 100;
  padding-bottom: 25px;
}
#container h1{
  text-shadow: 3px 1px 1px mediumseagreen;
  margin: 50px 0 15px 0;

}

.presentation {

    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: url(img/bg-3.jpeg);
    background-size:100% 100%;
    padding: 12.5% 0 0 0;
    border-bottom:  purple groove 1px;


}

.content-promo {

    font-family: 'Courier New', Courier, monospace;
    color: white;
    letter-spacing: 5px;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    display: block;
    justify-content: center;

    text-align: Center;

}

.album-cover {

    height: 300px;
    width:300px;
    box-shadow: 2px 2px 5px #ff0077, inset 1px 1px 10px black;
    border-radius: 0 0;
    border: white solid 3px;



}
.album-play{
  display: inline-flex;
  justify-content: center;
  text-align: Center;
  align-items: center;
  z-index: 100;

}

.album-play:hover .play{
  display: block;
  position: absolute;
  justify-content: center;
  cursor: pointer;
  opacity: 1;


}



.promo-text p {
text-shadow: 0 0 3px #ff0077, 0 0 3px #ff0077, 0 0 11px #ff0077;
font-size: 1.7rem;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
text-align:center;
display: inline-block;

color: white;
float: none;


}


.promo-text-g p {
text-shadow: 0 0 3px DarkOrange	, 0 0 3px purple	, 0 0 11px DarkOrange	;

font-size: 1.2em;
text-transform:none;
text-align:left;
letter-spacing: 0;
color: #fff;
padding:  10px 15px 10px 15px;
float: center;
color: white;
margin: 0 auto;
display: inline-block;
background: rgba(0,0,0,0.7);
border-radius:0 20px ;
}


#footer{
display:block;
width:100%;
height:120%;
margin:0;
background-size: 141%;
background-image:url(img/uts_banner_crop.gif);
background-position: center;
/*background-image:url(img/jk-6.jpg);
background-position:60% 45%;*/
box-shadow: inset 0 1px  10px grey;
transition: 2s;
overflow: scroll;
padding: 0;
border-top: purple groove 1px;

}
#footer:hover{
/*background-image:url(img/bandpic_trio_2.jpeg);*/

}
#footer h1{

  font-size: 3em;
  color: white;
  text-shadow: 5px 3px 1px deeppink;
  font-family:copperplate;



}

#bottom-text p{
  display: block;
  height: auto;
  color: white;
  padding: 0;
  margin: 0;
  font-size: 0.8rem ;
  text-align: center;
  vertical-align: bottom;

}
#bottom-text{
  display: inline-block;
  color: white;
  border-top: purple groove 1px;
  width: 100%;
  padding-bottom: 10px;
  box-shadow: inset 2px 2px 3px black;
  background: rgba(0,0,0, 0.1);


}
#bottom-text td{
  font-size: 0.8em;
}

#bottom-text a{
  color: white;
  font-size: 0.8rem;
}

#bottom-text a:hover{
  color: deeppink;
}
#bottom-text table{
  padding: 10px;
  font-size: 0.8em;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  display: inline-flex;
  background: rgba(0,0,0, 0.2);
  transition: ease 0.9s;
}

#bottom-text table:hover{
  background: rgba(0,0,0, 0.6);

}

#bottom-text th{


  color: deeppink;
font-size: 0.8em;
  padding:0 0 2px 7px;



}


#bottom-text td{
    padding:2px 0 0 1px;


}

#bottom-text tr:hover{

}






#bottom-text td, th{

  text-align: left;
  vertical-align: top;
  padding-right: 10px ;
  padding-left: 10px ;
  margin: 0;
  border-left: groove deeppink  1px;


}

#footer-content{
  display:inline-block;
  margin: 35px 0 0 0;
  width:90%;
  /*background-color: rgba(255,255,255,0.3);*/

  text-align: center;
  color:white;


}
.footer-block{
  display: inline-block;
  height: 300px;
  width: auto;
  margin:0 25px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px black;
  text-align: center;
}

.footer-block iframe{
  height: 100%;
  width: auto;
  border: purple groove 1px;
    border-radius: 5px;
}
.footer-block video{
  border-radius: 5px;
  height: 100%;
  width: auto;
  border: purple groove 1px;
}


/* GIG CARDS */

#shows{

  display: inline-grid;
  height: auto;
/*  background-image: url(img/jk-10.jpg);*/
  background-size: 130%;
  background-position:250px 0;
  width: 100%;
  height: auto;
  overflow-x:hidden ;
  overflow-y: scroll;
  white-space: nowrap;
  padding: 0 ;
  box-shadow: inset 1px 1px 5px black ;
  position:relative;

}





#shows h1{
  font-size: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 15px 15px 0;
  margin: 0;
  text-align: right;
  text-shadow: 3px 1px 1px deeppink;




}


    #tab1 {
      position: static;
      top: 0;
    }

    #tab2 {
      position: sticky;
      top: 0;
    }

.tab{
  width:100%;
  background: rgba(0,0,0, 1);
  height: 20px;
  display: block;
  padding: 25px 0 15px 0 ;
  margin: 0 30px 0 0;
  position: sticky;
  top:0;
  white-space: nowrap;
  text-align: left;



}

.tab.slide-up {
    transform: translateY(-100%);
  }
.tab span{
  text-align: left;
  font-size: 1.3rem;
  padding: 0;
  width: 100%;


}
.card{

  background-size: 160%;
  height: auto;
  display: inline-block;
  padding: 0 0 0 0;
  cursor: pointer;
  margin: 0 0 0 0 ;
  /*background: rgba(0,0,0, 0.8);*/
  color: mediumseagreen;
  width: 100%;
  text-align: left;
  border-top: 1px white dashed;
  border-bottom: 1px white dashed;
}
.card p{
  padding: 10px 0;
  margin: 0;
  font-size: 1.3rem;
}

.card span{


  color: white;

}

.past{
  text-decoration: line-through  solid 1px;


}
.card:hover .past{
  text-decoration: none;
}
.active_card:hover{
background: rgba(0,0,0, 0.8) !important;
}

.card:hover{
  background: rgba(255,0,255, 0.2);
  color: deeppink;
  background-size: 100%;

}
.card:hover p{
  background: rgba(0,0,0, 0.5);
  width: 100%;



}
.gig{
  text-align: left;
  height: 100%;
  display: inline-block;
  height: auto;
  cursor: pointer;
  padding: 10px 0 10px 15px;



}
