*{
	margin: 0;
	padding: 0;
	font-family: Century Gothic
	color: #fff;
}

header{
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../abcd.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;
} 
ul{
	float: right;
	list-style-type: none;
	margin-top: 25px;
}

ul li{
	display: inline-block;
}

ul li a{
	 text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid transparent;
	transition: 0.6s ease;
}

ul li a:hover{
	background-color: #fff;
	color: #000
}

ul li.active a{
	background-color: #fff;
	color: #000;
}
.logo img{
	float: left;
	width: 110px;
	height: 110px;
	border-color: #fff;
}

.main{
	max-width: 1200px;
	margin: auto;
}

.title{
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.title h1{
	color: #fff;
	font-size: 70px;
}

.button{
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.btn{
	border: 1px solid #fff;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	transition: 0.6s ease;

}

.btn:hover{
	background-color: #fff;
	color: #000
}

.details{
	position: absolute;
	top: 80%;
	left: 88%;
	transform: translate(-50%,-50%);
}

.details h2{
	color: #fff;
}

.details p{
	color: #fff;
}

footer {
	font-size: 80%;
	padding: 7px 0px 0px 20px;
	position: absolute;
	top: 95%;
	right: 70%;
	transform: translate(-50%,-50%);
}

footer {
	color: #fff;
}

.pic img{
	float: left;
	width: 300px;
	height: 190px;
	border: 1px solid #eeeeee;

}

.section{
	 position: absolute;
	top: 81%;
	left: 50%;
	transform: translate(-50%,-50%); 
}