@charset "UTF-8"; /*! normalize.css v1.0.2 | MIT License | git.io/normalize */


@media screen and (min-width: 801px) {
body {
}



#header {
	
	background-color: white;
	height: 437px;
	background-image: url(../imgb/sob.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
}

@media screen and (max-width: 800px) {


#header {
	
	background-color: white;
	height: 353px;
	background-image: url(../imgb/med.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
}


@media screen and (max-width: 480px) {



#header {
	
	background-color: white;
	height: 328px; 
	background-image: url(../imgb/moto.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
}









