/*header*/
#header{
	position:fixed;
	z-index:200;
	max-width: 960px;
	width:100%;
	background:powderblue;
	height: 10.3rem;
}
#header h1{
	z-index:30;
	position:absolute;
	top:2.2rem;
	left:50%;
	transform: translateX(-50%);
}
@media (max-width: 991.98px) {
	#header{height: 9rem;}
	#header h1{top: 1.9rem;}
	#header h1 img{max-width: 150px !important;}
}
@media (max-width: 767.98px) {
	#header{height: 7.5rem;}
	#header h1{top: 1.4rem;}
	#header h1 img{max-width: 130px !important;}
}
@media (max-width: 575.98px) {
	#header{height: 7rem;}
	#header h1 img{max-width: 110px !important;}
}


