/*
Theme Name: Migration
Description: Used to style the TinyMCE editor.
*/



@media only screen and (min-width: 0px) and (max-width: 599px) {
	header#mainHeader {
		height: 15vw;
		background-image: none;
	}
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
	header#mainHeader {
		background-image: none;
		height: 3.5rem;
	}
}