@charset "utf-8";

.jumbotron {
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	background-image: url(../img/home_banner.jpg);
	background-color: #F4F4F4;
}

.services_banner {
	background-image: url(../img/services_banner2.jpg);
	height: 400px;
	background-position: center top;
	background-size: cover;
}

.faq_banner {
	background-image: url(../img/faq_banner2.jpg);
	height: 400px;
	background-position: right top;
	background-size: cover;
}

.testimonials_banner {
	background-image: url(../img/testimonials_banner2.jpg);
	height: 400px;
	background-position: left top;
	background-size: cover;
}

.careers_banner {
	background-image: url(../img/careers_banner.jpg);
	height: 400px;
	background-position: center top;
	background-size: cover;
}

.contact_banner {
	background-image: url(../img/contact_banner.jpg);
	height: 400px;
	background-position: center top;
	background-size: cover;
}

.testimonials_background {
	background-color: #f2f2f2;
}
