*{
margin:0;
padding:0;
font-family:sans-serif;
}
.banner{
	width:100%;
	height:120vh;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url("");
	background-size: cover;
	background-position:center;
	min-width: 1400px;
}
.navbar{
	width: 85%;
	margin: auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	width: 75px;
	cursor: pointer;
}
.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}

.navbar ul li a{
	text-decoration: none;
	color: #30c3e2;
	text-transform:none;
}
.navbar ul li::after{
	content: '';
	height: 120px;
	width: 0;
	background: #30c3e2;
	position: absolute;
	left: -20px;
	bottom: -50px;
	transition: 0.35s;
	z-index: -1;
}
.navbar ul li:hover::after{
	width: 160%;
}

.navbar ul li a:hover{
	color: #FFFFFF;
}
.content{
	transform: translateY(-50%);
	color: #FFFFFF;
	white-space: nowrap;
}
.content h1{
	font-size: 20px;
	margin-top: -508px;
	margin-left: 200px;
}
.content p{
	margin-top: 0px;
	margin-left: 200px;
	margin-right: 190px;
	font-weight: 100;
	line-height: 25px;
	font-size: 10px;
}

.secondary{
	position: relative;
	margin-top: -700px;
	z-index: 1;
	margin-left: 250px;
}
.secondary li{
	list-style: none;
}
.secondary a{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
}
hr{
	position: relative;
	margin-top: 23.5px;
	margin-left: 200px;
	margin-right: 200px;
	white-space: nowrap;
}
div img{
	white-space: nowrap;
}
button{
	width: 200px;
	padding: 15px 0;
	text-align: center;
	margin: 20px 10px;
	border-radius: 25px;
	font-weight: bold;
	border: 2px solid #30c3e2;
	background: transparent;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

span{
	background: #30c3e2;
	height: 100%;
	width: 0%;
	border-radius: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: 0.35s;
}
button:hover span{
	width: 100%;
}
button:hover{
	border: none;
}
.footer{
	position: relative;
	left: 0px;
	bottom: 10px;
	right: 0px;
	height: 100px;
	width: 100%;
	background-color: cornflowerblue;
	background-position:center;
	color: white;
	text-align:center;
	padding: center;
	z-index: 2;
	white-space: nowrap;
}
.footer a{
	text-decoration: none;
	color: #FFFFFF;
	position:relative;
	top: 20px;
}
div{
	white-space: nowrap;
}

@media (max-width: 1200px){
}
