/* Banner Stuff */
.slick-initialized .slick-slide {
	min-height: 700px;
	background-size: cover;
	background-position: top;
	backgroudnd-repeat: no-repeat;
	position: relative;
}
.slick-initialized .slick-slide:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(16, 20, 38, .6);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
.banner-text {
	margin: 0 auto;
	text-align: center;
	min-height: 700px;
	position: relative;
	color: #FFF;
	padding: 100px 0px;
	z-index: 11000;
}
.large-text {
	color: #FFF;
	z-index: 50;
	position: relative;
	text-transform: none;
	font-weight: bold;
	line-height: 60px !important;
}
.large-text span {
	font-weight: normal;
	font-size: 40px;
}
.banner-text p{
	color: #FFF;
	z-index: 50;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

#home #main-content {
	position: relative;
	top: -200px;
}