/* Add here all your CSS customizations */
.span12 {text-align: center}

.blackBodyText {
	color: #000;
}

div.slider-container div.top-label {
	color: #000;
	font-size: 24px;
	font-weight: 300;
}

div.slider-container div.main-label {
	color: #0077B0;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

div.slider-container div.bottom-label {
	color: #000;
	font-size: 20px;
	font-weight: 300;
}

div.home-intro {
	margin-bottom: -35px;
}

.whiteText {
	color: #FFF;
	font-size: 10px;
}

div.slider-container {
	background: #666;
	max-height: 420px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 0;
}

div.slider {
	max-height: 420px;
	position: relative;
	z-index: 1;
}