*{
	margin: 0;
	padding: 0;
	font-family: Kristen ITC;
}

header{
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../nature.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;
}

ul{
	float: right;
	list-style: none;
	margin-top: 25px;
	margin-right: 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: 400px;
	height: auto;
}
.main{
	max-width: 1800px;
	margin: auto;
}

.title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}

.title{
	color: #fff;
	font-size: 20px;
}

.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;
}

.container{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
	background-color: transparent;
	padding: 20px;
}

input[type="text"], textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #fff;
	border-radius: 4px solid #fff;
	margin-top: 2px;
	margin-bottom: 8px;
	background-color: transparent;
	box-sizing: border-box;
	color: #fff;
}

label{
	color: #fff;
}

input[type="text"]:focus{
	background-color: #09c;
	box-shadow: 0 0 0 2px;
	transition: 0.6s all;
}

textarea:focus{
	background-color: #09c;
	box-shadow: 0 0 0 2px;
	transition: 0.6s all;
}

input[type="submit"]{
	background-color: #09c
	color: #fff;
	padding: 12px 48px;
	border-radius: 4px solid #fff;
	border: 2px solid #fff;
	cursor: pointer;
}

input[type="submit"]:hover{
	background-color: #09c;
	box-shadow: 0 0 0 2px;
	transition: 0.6s all;
}

	
.title2{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);	
}

.title2{
	color: #fff;
	font-size: 20px;
