/* ________________ Cameron Chamberlain ________________  */

body{

	overflow: hidden;
}


header {
	padding-top: 2.5%;

	height: 3em;

	width: 100%;
	
	z-index: 2;
	
	position: absolute;
	
	min-width: 800px;
}

header a{

	text-decoration: none;
	
	text-shadow: 0px 0px 4px #e7f3eb;

	font-family: Helvetica, Verdana, Arial, sans-serif;

	letter-spacing: .75em;

	font-size: 2em;
		
	color: #a5c6c6;
	
	z-index: 2;
}

header h1{

	text-align: center;
	
	z-index: 2;
}

nav {

	opacity: 0;
	
	background-color: rgb(255, 255, 255);
	background-color: rgba(255,255,255,0.42);

	padding-top: 1.5em;

	bottom: 0px;

	position: absolute;

	width: 100%;
	
	min-width: 800px;
	
	height: 10%;
	
	text-align: center;
	
	vertical-align: middle;
	
	list-style: none;
	
	z-index: 2;
}

nav li{

	font-family: Helvetica, Verdana, Arial, sans-serif;

	font-size: 1.7em;

	display: inline;

	list-style-type: none;
	
	color: #a5c6c6;
}

nav a{

	color: #a5c6c6;

	text-decoration: none;
}

nav a:hover{

	color: white;

	text-decoration: none;
}


#background_div {
	
	opacity: 0;
	
	min-height: 420px;
	
	min-width: 800px;
	
	height: 100%;

	width: 100%;

	position: absolute;

	z-index: 1;
}



#background_div img{

	height: 100%;

	width: 100%;

	position: absolute;
	
	z-index: 1;	
}


section{

/* 	background-color: rgba(255,255,255,0.5); */

	background-color: #e2efea;

	opacity: 0;

	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;

	position: absolute;
	
	left: 15%;
	
	right: 15%;
	
	top: 12%;

	min-width: 560px;
	
	min-height: 300px; 

	width: 70%;
	
	height: 70%;
	
	z-index: 3;
	
	color: white;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;

	text-align: right;
}

section a{
	text-decoration: none;
	
	text-shadow: 0px 0px 4px #e7f3eb;

	font-family: Helvetica, Verdana, Arial, sans-serif;
		
	color: white;
}

section a:hover{

	color: blue;

	text-decoration: none;
}

.video_player{

	width: 90%; height: 90%;
	
	left: 5%; right: 5%; top: 5%; bottom: 5%;
	
	position: absolute;
}

#biography{

	padding: 2em;

	line-height: 3em;

	letter-spacing: 0.1em;

	font-family: Helvetica, Verdana, Arial, sans-serif;

	font-size: 1.5em;
	
	color: #a5c6c6;
	
	text-align: center;
}

.allSlides {
/*

	padding-left: 7%; padding-right: 7%;
	
	max-width: 90%; max-height: 90%;
	
	left: 5%; right: 5%; top: 5%; bottom: 5%;
	
	position: absolute;
*/

	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
	
	z-index: 4;
}

.allSlides img{
	
	max-width: 100%;
	max-height: 100%;

	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

video{

	height:100%;

	width:100%;
	
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}