*{
	margin: 0;
	padding-top: 0;
	font-family: Century Gothic;
}
header{
height: 100vh;
background-size: cover;
background-position: center;
background-color: transparent;

}
ul {
float: left;
Padding-left:50px;
list-style-type: none;
margin-top: 25px;
}
ul li{
display: inline-block;
}
ul li a{
	text-decoration: none;
	font-size: 13px;
	color: #000;
	padding: 5px 10px;
	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:500px;
	height:auto;
	background:transparent;
	}
.logo-1 img{
	float: left;
	padding-left:70px;
	padding-top:7px;
	width:130px;
	height:auto;
	}
.logo-2 img{
		float: left;
		padding-left:110px;
		width:130px;
		height:auto;
	}
.main{
max-width: 1700px;
}