@media only screen and (min-width: 900px) {
	#headerContain{
		height: 500px;
	}
	
	#headerTitle{
		margin-top: 200px;
	}
	#extraContainer1{
		margin-top: 20px;
		height: 185px;
	}

}

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

	#headerTitle{
		margin-top: 50px;
	}
	#extraContainer1{
		display: none;
	}
	#headerLogo{
		display: none;
	}
	#headerSlogan h2{
		margin-top: 5px;
	}
}