html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


nav{

	width: 700px;
	height: 60px;
	z-index: 50;
	margin-top: 15px;
	margin-left: 30px;
	position: absolute;
}
li{
	list-style: none;
	display: inline-block;
	padding: 9px;
}

a{
	width: 90px;
	height: 60px;
	text-decoration: none;
	padding: 4px;
	color: white;
	background-color: rgba(255,255,255,0);
		font-family: 'aller_lightregular';

		-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

nav a:hover{
	background-color: rgba(255,255,255,0.5);


}

video.fillWidth {
	width: 99%;

}
video.height {
	width: 100%;

}