@charset "utf-8";
/* CSS Document */
body, html{
	background: #000000;
	margin: 0;
	font-family: 'quicksand', sans-serif;
}

#header {
	background:rgba(0,0,0,0.6);
	padding: 3px 0;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
}

.logo{
	font-family: 'quicksand', sans-serif;
	font-size:50px;
	text-decoration: none;
	color:#FFFFFF;
	text-shadow: 2px 2px 4px #000000;
	display: inline;
	letter-spacing: 4px;
	cursor:pointer;
	position: flex;
	left: 7%;
	width: auto;
	background:rgba(0,0,0,0.6);
	backface-visibility: hidden;
	padding: 20px 12px;
}
#header .container{
	display: block;
	justify-content : space-between;
	align-items: center;	
	background-color: transparent;
}
a:link {
	text-decoration:none;
}
.topnav {
	background-color: transparent;
	overflow: hidden;
	}
.topnav a{
	float: right;
	display:block;
	color:#f2f2f2;
	text-align:center;
	padding:14px 16px;
	text-decoration:none;
	font-size:14px;
	font-family: 'quicksand', sans-serif;
}
	.topnav a:hover {
		background-color: #9ECF85;
		color: black;
	}
	.topnav a.active {
		background-color: #04AA6D;
  		color: white;
	}
	
.topnav .icon{
	display:none;
}
.dropdown {
	float:right;
	overflow:hidden;
}
.dropdown .dropbtn{
	font-size:14px;
	border:none;
	color:#FFFFFF;
	outline: none;
	padding: 14px 16px;
	background-color:inherit;
	font-family: 'quicksand', sans-serif;
	margin: 0
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color:#000000;
	color:#FFFFFF;
}

@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .logo {
	font-size:30px;
}	
  .footer{
	padding-left:50%;
}
  .press-box1{
	font-size: 11px;

}
.press-box2{
	font-size: 11px;

}
.press-box2:hover {
	font-size: 17px;
}
}

.social-media{
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	bottom: 0;
	width:100%;
	background-color:transparent;
}
.banner img{
	padding-top: 57px;
	width: 100%;
}
.press1 {
	padding: 2%;
}
.press-box1{
	margin:10px 20% auto; 
	background-color:#375E45;
	opacity:0.3;
	font-size: 15px;
	cursor:pointer;
	width: 40%;
}
.press-box1:hover {
	opacity:1;
	color:#FFFFFF;
	font-size: 18px;
	width: 60%;
	height: auto;
	transition-duration: 1s;
}
.press-box2{
	margin-left:20%; 
	margin-right:20%;
	padding: 2%;
	font-size: 15px;
	background-color:#375E45;
	color: #ffffff;
	opacity:0.6;
	cursor:pointer;
}
.press-box2:hover {
	opacity:1;
	color:#FFFFFF;
	margin-left: 20%;
	margin-right: 20%;
	padding: 2%;
	font-size: 17px;
	width: auto;
	height: auto;
	transition-duration: 1s;
}
.press-box3{
	margin:10px 25% auto; 
	background-color:#375E45;
	opacity:0.3;
	font-size: 15px;
	cursor:pointer;
	width: 40%;
}
.press-box3:hover {
	opacity:1;
	color:#FFFFFF;
	font-size: 18px;
	width: 60%;
	height: auto;
	transition-duration: 1s;
}
.press-box4{
	margin:10px 20% auto; 
	background-color:#375E45;
	opacity:0.3;
	font-size: 15px;
	cursor:pointer;
	width: 40%;
}
.press-box4:hover {
	opacity:1;
	color:#FFFFFF;
	font-size: 18px;
	width: 60%;
	height: auto;
	transition-duration: 1s;
}
.press-box5{
	margin:10px 20% auto; 
	background-color:#375E45;
	opacity:0.3;
	font-size: 15px;
	cursor:pointer;
	width: 40%;
}
.press-box5:hover {
	opacity:1;
	color:#FFFFFF;
	font-size: 18px;
	width: 60%;
	height: auto;
	transition-duration: 1s;
}
.concerts-section,
.bio-section{
	height: 100%;
	align-items: center;
	display: flex;
}
.concerts-section{
	align-content:center;
	margin-top: 80px;
	padding: 0 10%;
}
.media-section{
	column-width: 700px;
	display:block;
	padding: 0 10%;
	column-count: 2;
}
.section-title {
	padding: 15px 10%;
	padding-top: 100px;
}
.w3-button{
	margin: 10px;
	background-color: #C89138;
	opacity: 0.7;
    padding: 50px;
}
.border-box {
	padding-right:0;
	padding-top:30px;
	margin:10px; 
	background-color:#FF5454;
	opacity:0.6;
	cursor:pointer;
	width: 100px;
	height: 100px;

}
.border-box:hover {
	opacity:1;
	color:#FFFFFF;
	font-size: 9.5px;
	width: auto;
	height: auto;
	transition-duration: 1s;
}
.bio-section {
	text-align:left;
	display: block;
	padding: 0 10%;
	margin-top: 80px;
	color:#FFFFFF;
}
.contact-section {
	text-align: left;
	display: block;
	padding: 0 10%;
	margin-top: 80px;
	color: #FFFFFF;
}
.discography-section{
	text-align:left;
	display: block;
	padding: 0 10%;
	column-count: 2;
	column-width: 600px;
}
.gallery-section {
	padding: 90px 10%;
	text-align:left;
	display: block;
}
.table-gallery {
	padding-left:0 10%;
}
.aside{
	float: right;
	position:fixed;
	top: 80%;
	width: auto;
	background-color:transparent;
	backface-visibility:hidden;
	padding:20px 12px;
	display: inline-grid;
	left:0;
}
.footer{
	position:fixed;
	left: 12%;
	top: 0;
	width:auto;
	padding:20px 12px;
}
.text {color:#FFFFFF;
	text-align:center;
	font-family: 'quicksand', sans-serif;
}

table {
	font-family: 'quicksand', sans-serif;
	border-collapse:collapse;
	padding:20px;
	margin-right: auto;
	margin-bottom:50px;
	height:100%;
	display:block;
}
td, th {	
	border: transparent;
	text-align:left;
	padding: 20px;
	cursor:pointer;
	text-decoration:none;
	width:100%;
	height:100%;
	font-family: 'quicksand', sans-serif;
	}
tr:nth-child(even) {
	background-color:#dddddd;
}
#bio-nav{
	color: #ffffff;
	font-size: 20px;
}

#media {
	color: #FFFFFF;
	font-size: 18px;
}
.iframe #media {
	padding-left:10px;
	font-family: 'quicksand', sans-serif;
	color:#FFFFFF;
	font-size:15px;
}
.table-container{
	position:relative;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}  
	.video-container{
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container-wrapper {
max-width: 100%;
width: 600px;
left: 0;
right:0;
margin:auto;
}
.gallery-section-wrapper {
max-width: 100%;
width: 600px;
left: 0;
right:0;
margin:auto;
}

.img {
	margin-left:auto;
	margin-right:auto;
}
.myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	width:300px;
	height:200px;
}
.myImg:hover {opacity: 0.7;}

.modal {
	display:none;
	position:fixed;
	z-index: 1;
	padding-top:100px;;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow:auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9)
}
.modal-content {
	margin:auto;
	display:block;
	width: 80%;
	max-width: 700px;
}
#caption {
	margin:auto;
	display: block;
	width: 80%;
	max-width:700px;
	text-align:center;
	font-family: 'quicksand', sans-serif;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}
.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {transform: scale(0)}
	to {transform: scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

.close{
	position:absolute;
	top:15px;
	right:35px;
	color: #f1f1f1;
	font-size:40px;
	font-weight:bold;
	transition: 0.3s;
}
.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
.myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	width:150px;
	height:100px;
}
}
#bio{
	color: #ffffff;
	font-size: 20px;
}
* {
	box-sizing:border-box;
}
.column-bio {
	float:left;
	width:25%;
	font-family: 'quicksand', sans-serif;
}
.row:after, #bio{
	content: "";
	display:table;
	clear:both;
	height:100px;
}
#overlay, #overlay1, #overlay2, #overlay3, #overlay4, #bio {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index:2;
	cursor:pointer;
}
#text1, #text2, #text3, #text4, #bio {
    	position: relative;
	font-family: 'quicksand', sans-serif;
    	top: 50%;
    	left: 50%;
		margin-left: 2%;
		margin-right: 2%;
    	font-size: 16px;
    	color: white;
    	-ms-transform: translate(-50%,-50%);
     	transform: translate(-50%,-50%);
}

#p, #bio{
	float:right;
	background-color:#CCCCCC;
	padding: 20px; 
	display:none;
	margin:20px;
	font-family: 'quicksand', sans-serif;
}
img #bio{
	opacity:0.8;
	cursor:pointer;
}
img:hover #bio{
	opacity:1;
}

span:hover, #p{
    display:block;
	opacity:1;
}
@media screen and (max-width: 1100px) {
	.column 
    #bio {
		width:50%;
		float:left;
		margin-bottom:100px;
	}
	.column-bio{
		width:50%;
		float:left;
		margin-bottom:100px;
	}
.myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	width:200px;
	height:130px;
}
}
		

@media screen and (max-width : 600px ){
	.column 
    #bio{
		float:left;
		width: 100%;
	}
.column-bio{
		width:100%;
		float:left;
	}
.myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	width:150px;
	height:100px;
}
}

h2 {
	font-family: 'quicksand', sans-serif;
	color:#000000;
}

.text {color:#FFFFFF;
	text-align:center;
	font-family: 'quicksand', sans-serif;
}
@media screen and (max-width : 600px ){
	.text {color:#FFFFFF;
	text-align:center;
	font-family: 'quicksand', sans-serif;
	font-size:10px;
	}
}
 #footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
      display: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 60px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 60px;
      background: #303030;
      color: #fff;
    }
    
    #footer-cookie a {
      color: #fff;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
    }
