/* CSS Document */
body{margin: 0;
background-color: #6698DD;
}
.home-header{
background-size: cover;
background-position: center;
padding-top: 10px;
}
.home-header h1{
text-align: center;
font-size: 3em;
margin-top: 0;
color: aliceblue;
}
nav ul li a{
text-decoration: none;
color: aliceblue;
background-color:#434343;
display: block;
text-align: center;
font-size: 130%;
}
nav ul li a:hover{
background-color: #4F5C85;
}
nav ul li{
flex: 1;
margin: 8px;
}
nav ul{
display: flex;
list-style: none;
padding-left: 0
}
.link ul li{
	font-size: 130%;
	margin-bottom: 1em;
}