body, html {
	height: 100%;
}

/* section heights*/

#bgImage {
	
	background-image:url('../images/background/contactBack.jpg'); 
	background-size: cover; 
	height: 87vh;
	width: 100%;
}


@media only screen and (max-width: 1120px) {
	
	#bgImage {
	background-image:url('../images/background/contactBack.jpg'); 
	background-size: cover; 
	height: 85vh;
	width: 100%;
	}
	
}


