#home-carousel h1 {
	font-size: 28px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	text-align: center;
	text-shadow: none;
}
.home-button img {
}

.home-footer-top {
	text-align: center;
	font-size: 24px;
	color: rgba(255,255,255,0.7);
	background-color: #294292;	
	padding: 0 2px 2px 2px;
}

.site-footer {
	background-color: #fff;
}

/* Small devices, Tablets (>767px) */
@media screen and (min-width: 768px) {

	#home-carousel h1 {
		font-size: 62px;
		margin-top: 50px;
	}

	.home-slide {
		min-height: 400px;		
	}

}

/* Medium devices, Desktops (>991px) */
@media screen and (min-width: 992px) {

	#home-carousel h1 {
		font-size: 80px;
	}

	.home-slide {
		min-height: 500px;		
	}

}

/* Large devices, Desktops (>1199px) */
@media screen and (min-width: 1200px) {

	#home-carousel h1 {
		font-size: 100px;
	}

	.home-slide {
		min-height: 600px;		
	}

}
