* {
    /* font-family: 'Chopin Script', sans-serif; */
    font-family: 'Dancing Script', cursive;
    font-size: 25px;           
}
html{
  scroll-behavior: smooth;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  /*   pe verticala */
  /*   pe orizontala */
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
header {
    /* background: url("../cover.jpg") center center fixed;  */
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-size: cover; */
    /* height: 450px; */
    width: 100%;
    /* position: sticky; */
    /* top: 0px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
/*     align-items: stretch; */
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.top-head {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.top-head #logoImg {
  height: 100px;
  max-height: 100px;
  width: auto;
  border-radius: 50%;
  margin-top: 5px;
  /* padding-top: 10px; */
}

.logo-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.top-head p{
  margin-bottom: 5px;
}

.top-head #sloganImg {
  /* height: 150px; */
  max-height: 50px;
  width: auto;
  /* padding-top: 10px; */
}

nav{
  display: flex;
  flex-direction: row;
  background-color: black;
  color: white;
  border-bottom: 3px solid white;
  justify-content: center;
}

nav #small-menu-bar{
  display: none;
  line-height: 55px;
  /* margin-left: 40px; */
  cursor: pointer;
}

nav ul {  
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 1.5px;
}

.nav-menu-container li {
  padding: 10px;
  cursor: pointer;
  min-width: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

nav li a {
  text-decoration: none;
  color: white;
}

nav li:hover {
  background-size: 100% 100%;
  text-shadow: 0 -1px 0 black;
  /* font-weight: bold; */
  background: white;
  color: black; 
  transition: all 0.9s ease;
  /* border-radius: 50%; */
}

nav li:hover b{
  color: orange;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: black; */
  width: 100%;
}

/* div.top-container{
  background-color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
} */

/* div.tik-tok-embed-container, div.qr-code-container{
  margin: 5px;
  margin-top: 0;
  width: 50%;
} */

div.band-image-container{
  height: 100%;
  width: 100%;
}

div.another-wrapper{
  height: 100%;
  width: 100%;
  position: relative;
}

/* .image-title-container{
  positiosolute; 
} */

.image-title-container h1{
  font-size: 75px;
  text-shadow: 0 -3px 0 white;
  color: orange;
  text-align: center;

}

#band span{
  font-size: 75px;
}

/* Position text in the middle of the page/image */
.image-title-container h1 {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  /* color: white; */
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 3%;
  text-align: center;
}

#qrImg {
  height: 300px;
  max-height: 300px;
  width: auto;
  margin: 5px;
  margin-top: 0;
  /* padding-top: 10px; */
}

/* div.middle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
} */

div.mid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

div.presentation-container{
  width: 50%;
  text-align: center;
}

div.tik-tok-embed-container{
  /* margin-top: 40px; */
  width: 100%;
}

div.description-container{
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.description-container ul{
  width: 80%;
}
div.description-container li p:first-child{
  font-size: 35px;
  text-shadow: 0 -1.1px 0;
}

/* .description-container h1{
  font-size: 50px;
  text-shadow: 0 -3px 0 black;
  color: orange;
  text-align: center;

} */

#bandImg {
  height: auto;
  max-width: 100%;
  -webkit-filter: grayscale(100%); /*Safari 6.0 - 9.0*/
  filter: grayscale(100%);
  filter: brightness(45%);
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */
}

/* div.bandImg-container {
  background-image: url("../cover.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 100%;
} */

h1.section-title{
  font-size: 60px;
  text-shadow: 0 -3px 0;
  padding-top: 80px;
}

/* Happy Events */

.events-counter-container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 2%;
}

.events-counter-container img{
  height: 65%;
}

.events-counter-container div{
  margin: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.icon-container{
  background-color: white;
  border-radius: 10%;
}

.events-counter-container i{
  font-size: 40px;
  color: gold;
}

.counter{
  font-size: 50px;
}

.band-images{
  max-width: 1200px;
  /* padding: 0 10px; */
  margin: 0px 23px;
  position: relative;
}
.band-images i{
  top: 50%;
  height: 46px;
  width: 46px;
  cursor: pointer;
  position: absolute;
  font-size: 1rem;
  background: black;
  color: white;
  /* filter: brightness(85%); */
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.band-images i:first-child{
  left: -11px;
  display: none;
}
.band-images i:last-child{
  right: -11px;
}
.band-images-carousel{
  white-space: nowrap;
  font-size: 0px;
  cursor: pointer; 
  overflow: hidden;
  scroll-behavior: smooth;
}
.band-images-carousel.dragging{
  cursor: grab;
  scroll-behavior: auto;
}

.band-images-carousel.dragging img{
  pointer-events: none;
}

.band-images-carousel img{
  height: 340px;
  object-fit: cover;
  width: calc(100% / 3);
  margin-left: 14px;
}

.band-images-carousel img:first-child{
  margin-left: 0px;
}

.band-youtube-videos-container{
  overflow: hidden;
  display: grid;
  place-items: center;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
  background-color: black;
  width: 100%;
}

.band-youtube-videos {
  display: flex;
  align-items: center;
  /* padding: 15px; */
  flex-wrap: wrap;
  justify-content: center;
  /* width: calc(500px * 8); */
  animation: scroll 40% linear infinite;
}

.band-youtube-videos:hover{
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-500px * 4));  
  }
}

.band-youtube-videos iframe{
  width: 500px;
  padding: 12px;
  transition: transform 1s;
}

.band-youtube-videos iframe:hover{
  transform: translateZ(20px);
}

.member-description{
  /* display: flex;
  flex-direction: column;
  width: 80%;
  align-items: center; */
  display: flex;
  flex-direction: row;
  width: 100%;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* align-items: center; */
  margin-bottom: 100px;
}

.member-description .intro{
  font-family: 'Bambino-Light', sans-serif;
  text-align: center;
}

.member-description img{
  object-fit: cover;
  height: 540px;
  margin-top: 30px;
  width: 540px;
}

.member-name{
  font-size: 35px;
  text-shadow: 0 -1.1px 0;
  text-align: center;
}

.member-about{
  font-family: 'Bambino-Light', sans-serif;
  text-align: justify;
  width: 50%;
}

.member-introduction{
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  background-color: black;
  color: white;
  width: 100%;
}

.footer-container {
  margin: 0 auto;
  padding: 0; 
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer-left {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-right {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-right ul{
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-right li{
  display: flex;
  align-items: center;
}

.footer-right li:last-child p{
  font-size: 35px;
}

.footer-title{
  color: orange;
  font-size: xx-large;
  /* text-shadow: 0 -2px 0 white; */
}

.footer-left ul{
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}

.footer-left li{
  padding: 15%;
}

ul {
  list-style: none;
  padding-left: 0;
  }

#copyright {
  font-size: medium;
  text-align: center;
}

iframe{
  border: none;
}
@media screen and (max-width: 1300px){
    .member-description{
      display: flex;
      flex-direction: column;
      width: 80%;
      align-items: center;
      flex-wrap: nowrap;
      justify-content: normal;
      margin-bottom: 0;
    }
    .member-about{
      width: 100%;
    }
  }

  @media screen and (max-width: 1030px) {
    .image-title-container h1{
      font-size: 70px;
    }
    #band span{
      font-size: 70px;
    }
    /* .member-description img{
      width: 90%;
      height: 630px;
    } */
  }

  @media screen and (max-width: 900px) {
    .image-title-container h1{
      font-size: 65px;
    }
    #band span{
      font-size: 65px;
    }
    .band-images-carousel img{
      width: calc(100% / 2);
    }
    .band-youtube-videos iframe {
      width: 400px;
      height: auto;
    }
    /* .member-description {
      width: 80%;
    }
    .member-description img{
      width: 85%;
      height: 550px;
    } */
  }

  @media screen and (max-width: 830px) {
    .image-title-container h1{
      font-size: 55px;
    }
    #band span{
      font-size: 55px;
    }
    .member-description {
      width: 80%;
    }
    .member-description img{
      width: 80%;
      height: 480px
    }
    .footer-left iframe{
      width: 300px;
      height: auto;
    }
  }
  
  @media (max-width: 750px){
    .image-title-container h1{
      font-size: 40px;
      text-shadow: 0 -2.3px 0 white;
      border: 2px solid #f1f1f1;
    }
    #band span{
      font-size: 40px;
    }
    *{
      font-size: 17px;
    }
    h1.section-title {
      font-size: 40px;
      text-shadow: 0 -2.2px 0;
    }
    .top-head #logoImg{
      height: 50px;
      max-height: 50px;
    }
    .top-head p {
      padding-left: 4%;
    }
    div.description-container li p:first-child{
      font-size: 30px;
    }
    .events-counter-container img {
      height: 40%;
    }
    .counter {
      font-size: calc(50px * 0.46);
    }
    .events-counter-container div {
      margin: 0;
    }
    .member-description {
      width: 80%;
    }
    .member-description img {
      width: 85%;
      height: 490px;
    }
    .member-name{
      font-size: 30px;
    }
    .footer-right li{
      font-size: 25px;
    }
    .footer-right li:last-child p{
      font-size: 25px;
    }
  }

  @media (max-width: 690px) {
    .member-description {
      width: 80%;
    }
    .member-description img{
      width: 100%;
      height: 500px;
    }
    .footer-left iframe{
      width: 250px;
      height: auto;
    }
    #copyright {
      font-size: 14px;
    }
  }
  
  @media (max-width: 620px){
    nav{
      flex-direction: column;
      /* background-color: transparent; */
    }
    nav ul{
      position: absolute;
      flex-direction: column;
      background-color: black;
      width: 35%;
      left: -100%;
      transition: all .5s;
    }
    nav ul.show{
      position: sticky;
      left: 0;
    }
    nav #small-menu-bar{
      padding-left: 2%;
      width: 100%;
      display: block;
      background-color: black;
    }
    .member-description {
      width: 80%;
    }
    .member-description img{
      width: 100%;
      height: 440px;
    }
  }

  @media screen and (max-width: 550px) {
    .image-title-container h1{
      font-size: 35px;
      border: 2px solid #f1f1f1;
    }
    div.tik-tok-embed-container{
      width: 80%;
      margin: 2%;
    }
    div.presentation-container{
      width: 70%;
    }
    .band-images-carousel img{
      width: 100%;
      /* width: 70%; */
      /* height: 200px; */
    }
    .band-youtube-videos iframe {
      width: 350px;
      height: auto;
    }
    .member-description {
      width: 80%;
    }
    .member-description img{
      width: 100%;
      height: 410px;
    }
    .footer-right li{
      font-size: 20px;
    }
    .footer-right li:last-child p{
      font-size: 20px;
    }
    .footer-title {
      font-size: 25px;
    }
  }

  @media screen and (max-width: 500px) {
    .member-description {
      width: 80%;
    }
    .member-description img{
      width: 100%;
      height: 350px;
    }
    .footer-left iframe{
      width: 190px;
    }
  }
  
  @media (max-width: 450px){
    .image-title-container h1{
      font-size: 30px;
      border: 2px solid #f1f1f1;
      text-shadow: 0 -1.8px 0 white;
    }
    #band span{
      font-size: 30px;
    }
    div.presentation-container{
      width: 80%;
    }
    h1.section-title {
      font-size: 30px;
      text-shadow: 0 -1.1px 0;
    }
    div.description-container li p:first-child{
      font-size: 25px;
      text-shadow: 0 -0.2px 0;
    }
    .nav-menu-container{
      font-size: 14px;
    }
    .top-head #logoImg{
      height: 40px;
      max-height: 40px;
    }
    .band-youtube-videos iframe {
      width: 300px;
      height: auto;
    }
    .member-description {
      width: 90%;
    }
    .member-description img{
      width: 100%;
      height: 350px;
    }
    .member-name{
      font-size: 25px;
    }
    .footer-right li{
      font-size: 17px;
    }
    .footer-right li:last-child p{
      font-size: 17px;
    }
    .footer-title {
      font-size: 20px;
    }
    .footer-left iframe{
      width: 155px;
    }
    #copyright {
      font-size: 10px;
    }
  }

  @media (max-width: 380px){
    .image-title-container h1{
      font-size: 20px;
      border: 1.4px solid #f1f1f1;
      text-shadow: 0 -1.4px 0 white;
    }
    #band span{
      font-size: 20px;
    }
    .band-images-carousel img{
      width: 100%;
      /* width: 70%; */
      height: 200px;
    }
    .member-description {
      width: 90%;
    }
    .member-description img{
      width: 100%;
      height: 320px;
    }
    .footer-left iframe{
      height: 47%;
    }
    .footer-container{
      margin: 0 auto;
      padding: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: baseline;
      align-content: space-around;
    }
    .footer-right{
      margin: 0;
    }
    .footer-left{
      margin: 0;
    }
  }

  @media (max-width: 350px){
    .events-counter-container div p:last-child{
      font-size: 14px;
    }
    .events-counter-container > div{
      width: 70px;
    }
    .band-youtube-videos iframe {
      width: 250px;
      height: auto;
    }
    .member-description {
      width: 90%;
    }
    .member-description img{
      width: 100%;
      height: 300px;
    }
  }

  @media (max-width: 300px){
    .member-description img {
      width: 80%;
      height: 220px;
    }
    .member-name{
      font-size: 23px;
    }
  }