
@media only screen and (min-width: 900px) {
#headerContain{
	height: 300px;
}

#headerTitle{
	margin-top: 100px;
	clear: both;
}
#extraContainer1{
	margin-top: 0px;
	height: 87px;
}

}
@media only screen and (max-width: 899px) {
		#headerContain{
			height: 150px;
		}
	
		#headerTitle{
			margin-top: 10px;
		}
		#extraContainer1{
			display: none;
		}
		#headerLogo{
			display: none;
		}
		#headerSlogan h2{
			margin-top: 5px;
		}
}