@media screen and (max-width:900px){
	p {
		font-size: 5vw;	
	}
	.container{
		width: 1000px;
		position: relative;
	}	
	.nav{ 
		width: 29%;
	}

	.header{ 
		width: 70%;
	}
}

body {
	background-color: #6495ED;
}

video {
	background-color: #000000;
	position: relative;	
	left: 400px;
}

h2 {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}

.center {
	text-align: center;
	color: #FFFFFF;
}

.centerImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container{
	width: 1000px;
	position: relative;
	clear: both;
}

.nav{ 
	width: 29%;
	position: relative;
	float: left;
}

.header{ 
	width: 70%;
	position: relative;
	float: right;
}

#nav {
	float: left;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }

#nav li {
	float: left; }

#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; }

#nav li a:hover {
	color: #c00;
	background-color: #fff; }
