footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #006699;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	height: 10vh;

}

footer nav {
  margin: auto;
	display: flex;
	width: 300px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

footer li {
	margin-right: 20px;
	font-size: 18px;
}

footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	color: #CCCCCC;
}
