#navigation{
	float:left;
	height:3vw;
	width:100%;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation ul a:link, a:active, a:visited, a:hover{
	text-decoration:none;
	color:white;
	transition:.3s;
}

#navigation ul li{
	float:left;
	width:10%;
	color:white;
	font-size:1.3vw;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	cursor:pointer;
	margin-left:3vw;
	margin-top:.5vw;
}

#navigation ul a:hover{
	color:#333;
}