*{
	margin: 0;
	padding-top: 0;
	font-family: Century Gothic;
}
header{
height: 100vh;
background-size: cover;
background-position: center;
background-color: transparent;

}
ul {
float: right;
list-style-type: none;
margin-top: 25px;
}
ul li{
display: inline-block;
}
ul li a{
	text-decoration: none;
	font-size: 15px;
	color: #000;
	padding: 10px 15px;
	border: 1px solid #fff:
	transition: 0.6s ease;
	}
ul li a:hover{
	background color: #87CEEB;
	color: #ffffff;
	}
ul li:hover > a {
    background:#87CEEB;
}
.logo img{
	float: left;
	width:600px;
	height:auto;
	}
.main{
max-width: 1700px;
}