/* ******************** */
/* Banners and Stripes  */
/* ******************** */

#banner1 .banner {
	background-image: url('../img/experience.jpg')
}

#banner2 .banner {
	background-image: url('../img/group.jpg')
}

/* ******************** */
/*       Find Us        */
/* ******************** */

#findus #map {
	height: 500px;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ******************** */
/*		Responsive		*/
/* ******************** */

@media (max-width: 991.98px) {

	.banner {
		background-position: unset !important;
		height: unset;
		width: unset
	}

	#findus #map {
		height: 350px;
	}

}

@media (min-width: 1400px) {

	#home {
		min-height: 1000px;
		height: 110vh
	}

}

@media (min-width: 1820px) {

	#home {
		min-height: 900px
	}

}
