.homeslideshow {
	padding-bottom: 15px;
}

@media(max-width:767px){
	.slide {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	top: 0;
	}
}

@media(max-width:767px){
	.slide {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 390px;
	top: 0;
	}
}

@media(min-width:768px){
	.slide {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 525px;
	top: 0;
	}
}

@media(min-width:992px){
	.slide {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	top: 0;
	}
}

@media(min-width:1200px){
	.slide {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	top: 0;
	}
}

.slide h1, .slide p {
	color: #fff;
}

.slide h1 {
	color: #fff;
}

@media(max-width:767px){
	.navbar-nav {
		margin: 0px !important;
	}
}


.overlay {
	padding: 15px 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

.slideButton {
	display: inline-block;
	padding: 8px 15px;
	background-color: #00ce7c !important;	
	color: #fff;
	font-family:'Steelfish W05 Regular' !important;
	text-transform: uppercase;
	border-radius: 6px;
	font-size: 60px;
	position: relative;
	top: -30px;
}

.slideButton:hover {
	opacity: .5;
	color:#fff !important;
	text-decoration: none;
}

@media(max-width:767px){
}

@media(min-width:768px){
	.slideButton {
		margin-top: 50px;
	}
}