header{
	overflow: visible;
	z-index: 99999;
	transition: all 0.5s ease;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color:rgba(1, 1, 1, 0.8);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e51721;
	text-align:center;

}

@media only screen and (max-width: 905px) {
header{
	padding:20px;
	background-image: url(bl1.png);
	background-repeat: no-repeat;
	background-position: 20px 12px;
	background-size: auto 60%;
}
}