nav {
	display: block;
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: navajowhite;
	
}

nav a {
	color: navajowhite;
	display: block;
	margin: 20px;
	padding: 0px;
	text-align: center;
	font-size: 120%;
	line-height: .2em;
	
	border: none;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover { color: midnightblue; background-color: rnavajowhite; }

.videoWrapper {
	position: relative;
	margin-left: 25px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	background-color: navajowhite;