*{
	margin: 0px;
	padding: 0px;
	font-family: Century;
}

header{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(assets/Seaweed.png);
	height: 100vh;
	background-size: cover;
	background-position: center;
	min-height: 100px;
}
ul{
	float: right;
	list-style-type: none;
	margin-top: 30px;
	min-height: 400px;
	margin-right: 60px;
	font-size: 16px;
}
ul li{
	display: inline-block;
}

ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.5 ease;
}

ul li a:hover{
	background-color: #fff;
	color: #000;
}

ul li.active a{
	background-color: #fff;
	color: #000;
}

.logo img{
	float: left;
	width: 200px;
	height: 150px;
	margin: 20px;
}

.main{
	max-width: 1200px;
	margin: none;
}

.title{
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.title h1{
	color: #fff;
	font-size: 70px;
}

.button{
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.btn{
	border: 1px solid #fff;
	padding: 5px 20px;
	color: #fff;
	transition: 0.5 ease;
	font-size: 18px;
	text-decoration: none;
}

.btn:hover{
	background-color: #fff;
	color: #000;
}

.Aim{
	display: none;
	top: 6%;
	position: relative;
}

.Aim ul{
	position: absolute;
}

.main ul li:hover .Aim{
	display: block;
	position: absolute;
	background-color: rgb(0, 45, 117);
	margin-top: 12px;
	margin-left: -8px;
}

.main ul li:hover .Aim ul{
	display: block;
	margin: 6px;
}

.main ul li:hover .Aim ul li{
	width: 75px;
	padding: 5px;
	border-bottom: 1px #fff;
	background: transparent;
	transition: 0.4 ease;
	text-align: left;
	border-radius: 0px;
}
