*{
	margin: 0;
	padding: 0;
	background-color:#0a0a0a;
	color: white;
	font-family: Gugi;
}

header{

	height: 108px;
	line-height: 108px;
	position: fixed;
	z-index: 10;
	width: 100%;
}
.secondary{
	background-color:#0a0a0a;
	box-shadow: 0px 5px 15px 0px;
	transition: 0.5s all ease

}
header img{
	padding: 0px 40px 0 40px;
	width: 500px;
	height: 100px;
}
 nav ul{
	list-style-type: none;
	float: right;

}
nav ul li{
display: inline-block;
}
nav ul li a{
	margin-right: 20px;
	padding: 10px;
	text-decoration: none;
	color: white;
	font-family:Gugi;
	font-weight: bold;
	font-size:20px;
	transition: .5s all ease;
}
nav ul li a:hover{
	color:#DC143C;
	text-decoration: none;
	border-top: 2px solid #DC143C;
	border-bottom:2px solid #DC143C;

}
.form{
padding: 150px;
text-align: center;
}
form{
	padding: 50px;
}