@charset "UTF-8";
/*!
*
*
*/


body {
	background-color:#292929;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	color: #ffffff;	
}
#divLogo {
	border: 0px red solid;
}

.divButton {
	border: 0px red solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	width: fit-content;
	background: white;
	color: black;
	font-weight: bold;
	border-radius: 15px;
	
}

.divButton2 {
	border: 1px white solid;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	width: fit-content;
	xbackground: white;
	color: white;
	font-weight: bold;
	xborder-radius: 5px;
	
}


#divMenu {
	border: 0px red solid;
	width: 500px;
	position: absolute;
	top: 120px;
	height: 50px;;
}

#divPageTitle {
	border: 0px red solid;
	width: 500px;
	position: absolute;
	top: 170px;
	height: auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;	
}


#mainLogo {
	xwidth: 500px;
	xheight: 185px;
	height: auto;
	width: 50%;
	min-width: 300px;
	max-width:1000px;
	
}

#divMain {
	border: 0px green solid;
	padding-top: 300px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	position: relative;
	display: flex;
	height: fit-content;
	justify-content:center;
}

#divTitle {
	border: 0px orange solid;
	position: absolute;
	top: 0;
}

#divFooter {
	border: 0px yellow solid;
	position: absolute;
	bottom: 0;
	height: auto;
	min-width:200px;
	width:100%;
	height:50px;
}

#xxxxdivSongLeft {
	border: 0px blue solid;
	width: 300px;
	float: left;
}

#xxxxdivSongRight {
	border: 0px yellow solid;
	width: 300px;	
	float: right;
}
#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   filter: brightness(70%);   
   z-index: -1;
}
li.song {
	list-style-type: none;
	margin-left: -40px;
	padding-left: -40px;

}
.band {
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
}

ul li {
    margin-bottom: 15px;
}

 /* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;  
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
  text-decoration: none;  
} 