/* Show it is fixed to the top */
body {
  width:100%;
  overflow-x:hidden;
}

html {
  position: relative;
  min-height: 100%;
  overflow-x:hidden;

}


@font-face {
  font-family: Montserrat;
  src: url(Montserrat.ttf);
}
@font-face {
  font-family: TiltNeon;
  src: url(TiltNeon.ttf);
}

html *{
font-family: Montserrat;}

.image{ display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
width: 50%;
height:auto;
min-height: 500px;
min-width: 500px;
padding-top:10%;}


a{color:#7bc7c5;
font-weight:bold;
text-decoration:none;}

a:hover{color:#e4a997;
transition: all 0.5s ease;}

.btn{
	background-color:#7bc7c5;
color:#fff;
transition: all 0.5s ease;
border:none;}

.btn:hover{background-color:#e4a997;
transition: all 0.5s ease;}

.logo{
	height:50px;
	width:50px;
	transition: all 0.5s ease;}
	
.logo:hover{
filter: grayscale(100%);
transition: all 0.5s ease;}

.cover{
background-image: url('img/cover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center top;
	background-color:#1f2427;
	min-height:10%;
	max-height:400px;
	width:100%;}
	
.app{width: 100px;
height: auto;
transition: all 0.5s ease;
}

.app:hover{
opacity: 0.3;}	

.text-body-secondary{
color:#888;}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #7bc7c5; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #f69679; /* Add a dark-grey background on hover */
	transition: all 0.5s ease;
}



h1 {
text-align: center;
    font-size:24px; font-weight:300; color:#222; letter-spacing:1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
	padding-top:10%;
}

h1:after,h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #79c5c3;
    border-top: 1px solid #79c5c3;
    height: 5px;
  background-color:#f8f8f8;
}

.player{
margin-top:25px;
margin-bottom:25px;
border:2px solid #5ec7c4;
overflow: hidden;
background-color:#1f2427;
color: #fff;
}

.card-body{
border-top: 2px solid black;
overflow:hidden;}


.blur{
filter: blur(3px);
overflow: hidden;
      z-index: 1;}
	  
.album  {
      position:absolute;
 left: 0;
  right: 0;
  top: 25%;
  bottom: 50%;
  margin: auto;
      z-index: 2;
	  width:auto;
	  height:100px;
	  border: 1px solid #f69679; 
    }

.marquee-inner{
animation: marquee 20s linear infinite;}

  .cc_player{
	  color:#5ec7c4;
  transition: all 0.5s ease;
  font-size:26px;
  padding:5px;}
  
    .cc_player a:hover{
color:#f69679;
  transition: all 0.5s ease;}


.nav-link {
color: #888;
transition: all 0.5s ease;  
}

.nav-link:hover {
color: #7bc7c5;
}

.footer{
margin-top: auto;}

	.btns{
	background-color: #5ec7c4;
color: white;
outline:0px !important;
    -webkit-appearance:none;
	border:0px;
	font-size: 3.5vw;}
	
	.btnl{
	background-color: #5ec7c4;
color: white;
outline:0px !important;
    -webkit-appearance:none;
	border:0px;}

.btn:hover{
	background-color: #f69679; 
transition: all 0.5s ease;}
.btns:hover{
	background-color: #f69679; 
transition: all 0.5s ease;}

.btnl:hover{
	background-color: #f69679; 
transition: all 0.5s ease;}

h2{
	text-align: center;
text-transform:uppercase;}


    .item{
            width:100%;
			height:800px;
            overflow-y:hidden;
            margin:0px;
            padding:0px;
            border:none;
        }
		
@media (max-width: 640px) { 
  .item {
 width:100%;
            height:115vh;
            overflow-y:hidden;
            margin:0px;
            padding:0px;
            border:none;
  }
}		
		
		#shows{
text-align:center;
background-color:#1f2427;
padding-top:10px;
padding-bottom:10px;
}

.shows{
border: 1px solid #5ec7c4;
transition: all 0.5s ease;
max-width:100%;
height:auto;
margin:0;
padding:0;}

.shows:hover{
border: 1px solid #f69679;
filter: hue-rotate(180deg);}

.neon {
  animation: flicker 1.5s infinite alternate;
  color: #fff;
  background-color:#1f2427;
  text-align: center;
  font-family: TiltNeon;
}

.hl {background-color: #5ec7c4;
color: #fff;
text-transform: uppercase;}

.artist{padding:5px;}

.artist img{border: 5px solid #f69679;
max-height: 300px;
max-width:300px;
object-fit: cover;}

.gallery img{border: 5px solid #f69679;
height: 200px;
width:200px;
object-fit: cover;
transition: all 0.5s ease;
margin:10px;}

.gallery img:hover{
border: 5px solid #5ec7c4;
transition: all 0.5s ease;}


.modal-open[style] {
padding-right: 0px !important;
}

b{color:#5ec7c4;}

  .bi{
	  color:#5ec7c4;
  transition: all 0.5s ease;
  font-size:26px;
  padding:5px;}
  
    .bi:hover{
color:#f69679;
  transition: all 0.5s ease;}

 #countdown-wrap {
  width: 100%;
  height: 300px;
  //border: 1px solid black;
  max-width: 650px;
  margin: 0px auto 0px;
}

#goal {
  font-size: 48px;
  text-align: right;
  color: #000;
  @media only screen and (max-width : 640px) {
    text-align: center;  
  }
  
}

#glass {
  width: 100%;
  height: 20px;
  background: #c7c7c7;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

#progress {
  float: left;
  width: 0%;
  height: 20px;
  background-image: url("img/camo.jpg");
  z-index: 333;
  //border-radius: 5px;
}

.goal-stat {
  width: 25%;
  //height: 30px;
  padding: 10px;
  float: left;
  margin: 0;
  color: #000;
  
  @media only screen and (max-width : 640px) {
    width: 50%;
    text-align: center;
  }
}

.goal-number, .goal-label {
  display: block;
}

.goal-number {
  font-weight: bold;
}


hr{margin-bottom:100px;
border: none;
  height: 5px;
  /* Set the hr color */
  color: #f69679;  /* old IE */
  background-color: #f69679;  /* Modern Browsers */
  width:100%;}
  
  .video{
	  margin-top:50px;
	  border: 5px solid #f69679;}
	  
	  
  


/* Flickering animation */
@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #76cfcd,
      0 0 11px #76cfcd,
      0 0 19px #76cfcd,
      0 0 40px #aae2e0,
      0 0 80px #aae2e0,
      0 0 90px #aae2e0,
      0 0 100px #aae2e0,
      0 0 150px #aae2e0;
  
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}
	 
	 a{
		 font-weight: bold;
	 color: #f7a086;
	 transition: all 0.5s ease;}
	 
	 .image{ display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
width: 50%;
height:auto;
min-height: 500px;
min-width: 500px;
padding-top:10%;}

svg{
width: 10%;
transition: all 0.5s ease;
margin: auto;
}

svg:hover {
  fill: #f69679;
}

.list li::before {
  content: '★';
  padding-right: 5px;
  color:#5ec7c4;
}

.list li {
  list-style-type: none;
font-size:12px;
width: max-content;
padding-top:5px;
padding-bottom:5px;

}

main{
padding-bottom:100px;}



br.responsive {
  display: inline;
}

@media (min-width: 320px) { // or whatever you are after
  br.responsive {
    display: none;
  }
}






	
	


