*{
	/*margin: 0px;
	padding: 0px;
	font-family: Avenir, sans-serif;*/
}

nav
{
	width: 100%;
	margin: 0 auto 40px auto;;
	position: sticky;
	top: 30px;
	background-color: white;
}

nav ul
{
	list-style-type: none;
	margin-left: 50px;
}

nav li
{
	float: left;
	width: 14%;
	text-align: center;
}

nav a
{
	display: block;
	text-decoration: none;
	color: #03334D;
	padding: 10px 0px;
	border-bottom: 2px solid transparent;
}

nav ul:after
{
	content: "";
	display: table;
	clear: both;
}

nav a:hover
{
	color: #680068;
	border-bottom: 2px solid #680068;
}
