@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Beastly&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rochester&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frijole&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=New+Rocker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Junge&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ewert&display=swap');


/* WOW! So many fonts. */

:root {
  --background: #00013d;
  /* --background: #fcf5e2; */
  --title: #00B4D8;
  --text: #90E0EF;
  /* --title: #131968;
  --text: #131968; */

}

a{
  text-decoration: none;
  cursor: url('/epk/cursor/paw_attention.cur'), pointer;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}


body{
  /* background-image: url('imgs/madxsen_03.png'); */
  background-color: var(--background);
  /* background-image: url('imgs/group-photo.PNG'); */
  background-blend-mode: overlay;
  -webkit-background-blend-mode: overlay;
  /* background-blend-mode: darken, luminosity; */
  
  /* background-blend-mode: overlay; */
  background-size: 60%;
  background-repeat: repeat;

  cursor: url('/epk/cursor/paw.cur'), auto;
  

  /* width: max-size; */
}

.title {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--background);
  z-index: 999;
  text-align: center;
  justify-content: center;
  color: var(--title);
  font-size: 4vw;
  padding: 12px 0;
  white-space: nowrap;
}

.title .letter:hover{
  color: var(--text);
}

.letter{
  /* border: 1px solid red; */
  color: var(--title);
  /* font-size: calc(1.2vw + 1.2vh); */
  /* display: inline-block; */
  /* transform: scale(1); */
}

span{
  display:contents;
}


.bold{
  font-style: italic;
}

.background-collage{
  width: 100%;
  background-color: var(--background);
  background-image: url('imgs/group-photo.PNG');
  background-blend-mode: overlay;
  -webkit-background-blend-mode: overlay;
  /* background-blend-mode: darken, luminosity; */
  
  /* background-blend-mode: overlay; */
  background-size: 20%;
  background-repeat: repeat;

  border: 1px solid var(--background);
}

.bio-container{
  

  font-family: "Namdhinggo", serif;
  font-weight: 500;
  font-style: normal;
  color:  var(--text);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-top: 9vw;
  /* margin-bottom: 9vw; */
  /* border: 1px solid green; */
}

@keyframes fadeInvert {
  from {
    filter: invert(0%);
  }
  to {
    filter: invert(100%);
  }
}

.bio-photo{
  width: 35%;
  /* margin-top: 50px; */
  
  /* animation-delay: 3s;  */
  /* filter: invert(var(--invert-filter)); */
}

.bio-photo:hover{
  animation: fadeInvert 0.2s ease forwards;
  /* filter: invert(100%) !important; */
}

.bio {
  /* position: fixed; */
  /* top: 0;
  left: 0; */
  /* border: 1px solid red; */
  /* font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  /* margin-top: 150px; */
  width: 48%;
  padding: 2%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:  var(--text);
  font-size: calc(1.5vw + 1.5vh); /* You can adjust this value according to your preference */
}

/* .marquee{
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
  width: 100%;
  height: 50px; 
  
 }  */

 .marquee {
  width: 100%;
  /* height: 150px; */
  background-color: var(--background-color);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

a::selection, div::selection, span::selection {
  background: var(--text);
  color: var(--background);
}

.band-name::selection{
  background: var(--text);
  color: rgb(0, 60, 255);
}

.band-name{
  color: var(--title);
  filter: saturate(20%);
}

.marquee-content {
  display: flex;
  width: auto;
  animation: marquee 40s linear infinite;
  align-items: center;
}

.marquee-content img {
  width: auto; /* Adjust based on your needs for small images */
  height: 300px;
  margin: 0 20px; /* Adjust spacing between images */
  /* border:2px solid rgb(0, 191, 255); */
}

.marquee-content .grp-pic {
  filter: sepia(100%);
  /* border:2px solid rgb(0, 191, 255); */
}

/* Keyframes for the marquee effect */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100% - 1rem)); }
}

 .marquee-content img:hover{
  filter: sepia(0%);
}

.shows-text{
  /* position: fixed; */
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  /* height: ; */
  /* display: flex; */
  /* align-items: center; */
  background-color: var(--text);
  color: var(--background);
  font-size: 40px;
  margin-top: 40px;
  /* overflow: hidden;
  white-space: nowrap; */
  /* padding: 0; */
  /* width: 120%; */
}

.shows-text div div{
    display: inline-block;

    width: 25px; /* Rectangle width */
    height: 25px; /* Rectangle height, adjust as needed */
    background-color: var(--background);
    margin: 0px 10px;
    /* margin-top: 10px; */
    background-image: url(imgs/paw.png);
    /* background-size: contain; */
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    
}

.shows-text:hover div{
  background-size: 90%;
}

.social-media-box{
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.social-media-box img{
  width: 30px;
  height: 30px;
  margin: 10px;
}

.reviews-container{
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin: 50px 0px;
  /* border: 1px solid green; */
}

.review-box{
  margin-top: 30px;
  width:40%;
  /* height: 100px; */
  height: auto;
  /* border: 1px solid pink; */
}

.review-box:hover .review-title{
  filter: opacity(80%);
}

.review-title{
  width: 100%;
  /* height: 70%; */
  /* border: 1px solid orange; */
  font-size: 2vw;

  /* font-family: "Playfair Display", serif; */
  font-family: "Namdhinggo", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: var(--text);
  align-items: bottom;
  /* text-align: left; */
  line-height: 1.1;
}

.review-from{
  width: 100%;
  height: 30%;
  padding: 5px;
  /* border: 1px solid red; */

  color: var(--title);
  /* text-align: right; */

  /* left: 0; */
  font-size: 1.5vw;

  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
}

.tiktok-embed{
  width: min-content;
  /* border-radius: 4%; */
  /* border: 2px solid var(--text); */
  display: inline;
  /* background-color: var(--background); */
  /* max-width: 325px; */
  /* min-width: 20%; */
  height: auto;
  scale: 0.9;
}

.tiktok-container{
  /* display: flex; */
  display: none;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 700px) {
  .title{
    padding: 5px 0;
    font-size: 5vh;
    top: 100;
    /* bottom: 0; */
  }

  @keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100%)); }
  }

  .sndchild{
    display: none;
  }

  .bio-container{
    flex-direction: column-reverse;
    margin-top: 9vh;
    /* justify-content: space-around; */

  }

  .bio-photo{
    width: 80%;
    margin-bottom: 2vh;
  }

  .bio-photo:hover{
    filter: none;
  }

  .bio-photo:active{
    filter: invert(0%) !important;
  }

  .bio{
    width: 81%;
    font-size: 4.7vw;
  }
  
  .reviews-container{
    /* padding: 30px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-evenly; */
    margin: 50px 0px;
    align-items: center;
    flex-direction: column;
    
    width: 100%;
    padding: 0px;
    /* border: 1px solid green; */
  }
  
  .review-box{
    font-size: 2vh;
    margin-top: 20px;
    width:80%;
    height: auto;
    /* border: 1px solid pink; */
  }

  .review-title{
    font-size: 2.2vh;
  }

  .review-box:nth-child(2n){
    text-align: right;
  }


  .review-from{
    font-size: 1.5vh;
  }

  .marquee-content{
    animation: marquee 70s linear infinite;
  }

  .marquee-content img{
    height: 20vh;
    margin: 0 20px; /* Adjust spacing between images */
  }

  .social-media-box{
    margin-top: 3vh;
    justify-content: center;
  }

  .social-media-box img{
    margin-left: 40px;
  }



}
