header{
	background: hsl(230,100%,30%);
	padding: 10px;
	height: 80px;
	box-shadow: 3px 3px 5px hsl(0,0%,95%);
}
header a{
	text-decoration: none;
	color: white;
}
.mail{
	background: hsl(30,100%,55%);
}
.mail a{
	color: white!important;
}
.logo{
	margin-top: 0px;
	}
 .menu{
background: hsl(230,100%,20%);
margin-top: 15px;
border-radius: 2px;
}
@media(min-width: 1000px){
	.logo{
	margin-top: -22px;
	}
	header nav{
		margin-top: 20px;
	}
}