@charset "utf-8";


body {margin:0;}

.navbar {
  overflow: hidden;
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  font: 18px Arial, sans-serif;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.navbarOff {
	float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	
  background: #fff;
  color: black;
}
	
.navLeft{
	float: left;	
}
	
.navRight{
	float: right;	
}

.iconbar {
  width: 100%;
  z-index: 120;
  font: 18px Arial, sans-serif;
   margin-bottom: 5px;
	display: block;

}

.smallerText{
		
	font: 10px Arial, sans-serif;	
}

.navLeft{
	float: left;	
}
	
.navRight{
	float: right;	
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: white;
  text-align: center;
}
		
.subhead{
  overflow: hidden;
  background-color: gainsboro;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;

  margin-top: 47px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  font: 16px Arial, sans-serif;
}

.alignRight{

	text-align: right;


}

.tagline{
	margin-left: 10%;
	font: 10px Arial, sans-serif;
}


.titleContainer{
	float: left;

	/* margin-left: 10%;*/
	padding-bottom: 10px;
	
	

}


.titleM{
	
	
	font: 26px Arial, sans-serif;
	text-align: center;
	
	
	/*padding-bottom: 10px;
	width: 35%;
	*/

}

.titleM2{
	width: 48%;
	text-align: center;
	
	/*padding-bottom: 10px;
	
	*/

}

.titleMsm{
	width: auto;
	text-align: center;


}

.titleL{
	float: left;
	margin-left: 10%;
	width: 20%;
	
}

.titleL2{
	float: left;
	margin-left: 10%;
	width: auto;

}
	
.titleR{
	
	text-align: center;
	
	/* padding-bottom: 10px;
	float: right;
	width: auto;
	*/
	


}

.titleRow:after {
  content: "";
  display: table;
  clear: both;
}

.titleText{
	
	font: 20px Arial, sans-serif;
	font-weight: bold;
}


.vertical-center {
  /*
	margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
	*/

}	

.nowPlaying{
	font: 20px Arial, sans-serif;
	text-align: center;
}

.music-center {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 10%;
}
	
.midmenu{
	
	height: auto;
    position: relative;
	
}
	
.biotextbox{
	float: right;
	font: 25px Arial, sans-serif;
}

html, body {
  height: 100%;
}

.full-height {
  height: 100%;
}

	
* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.columnMain {
  float: left;
  padding: 10px;
	

}
	
.leftTitle{
	width: 50%;


}
	
.rightTitle{
	text-align: right;
	width: 50%;
	

}

.leftMain {
  margin: 0;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
	


}

.rightMain {
 float: right;
  width: 20%;
	

}


.leftContent {
  margin: 0;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 65%;
	


}

.rightContent {
 float: right;
  width: 35%;

	

}	
	
	

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
	
.columnMAD {
  float: right;
  width: 20%;
}

/* Clear floats after the columns */
.rowMAD:after {
  content: "";
  display: table;
  clear: both;
}

.top {
  vertical-align: top;
}


img {
  max-width: 100%;
  height: auto;
}	




	
	