/*INSTRUCTIONS FOR ADDING HERO SLIDE (ROTATING BANNER)*/
/*Add 'Hero Slide' Block to 'Banner' in the Block Layout (select domain and '<front>').
Activate this Stylesheet on the Domain Below.
DO NOT MAKE CHANGES TO THIS STYLE SHEET. OVERWRITE ALL CHANGES ON SITE SPECIFIC CSS*/

.wv-banner .carousel-item {
	position: relative;
	padding-bottom: 400px;
	max-height: 400px;
	padding-top: 30px;
	overflow: hidden;
	text-align: center;
}


.wv-banner .carousel-item img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	height: 400px;
	overflow: hidden;
	object-fit: cover;
}


.wv-banner .carousel-item h3 {
	position: absolute;
	left: 0;
	right: 0;
	text-transform: none;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	width: 500px;
	top: 3em;
	color: white;
	text-shadow: black 1px 0 10px;
}

.wv-banner .carousel-item p {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	text-align: center;
	text-shadow: black 1px 0 10px;
	margin-right: auto;
	width: 500px;
	top: 8em;
	color: white;
}

.wv-banner .carousel-item .btn-primary {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	width: 10em;
	top: 16em;
	color: white;
	z-index: 9999;
}

.wv-banner ol.carousel-indicators li {
	list-style-type: none;
}

.wv-banner .carousel-indicators {
	bottom: 20px;
}



@media screen and (max-width: 1200px) {
	.wv-banner .carousel-indicators {
		bottom: 2em;
	}
}

@media screen and (max-width: 992px) {
	.wv-banner .carousel-item h3 {
		width: 80%;
		top: 2em;
	}

	.wv-banner .carousel-item p {
		width: 80%;
		top: 8em;
	}

	.wv-banner .carousel-item .btn-primary {
		top: 17em;
	}

}

@media screen and (max-width: 576px) {
		.wv-banner .carousel-item p {
		width: 78%;
		top: 5em;
	}
.wv-banner .carousel-item h3 {
	top:1em;
	}
}