.carousel-inner img {
	/*-webkit-filter: grayscale(40%); */
	/*filter: grayscale(40%);   make all photos black and white */ 
	width: 100%; /* Set width to 100% */
	margin: auto;
}

@media only screen and (max-width: 600px) {
	#videoBox {
		padding:2vh;
	}
	#videoBox .col-sm-4 {
		padding-top:1vh;
	}
	#vid1 {
		max-width:95% !important;
		margin-left:0px;
	}

	#videoBox h1 {
		font-size:2.0em;
	}

	#videoBox h2 {
		font-size:1.3em;
	}

	#testimonialBox {
		padding:20px;
	}

	#testimonialBox h1 {
		text-align:center;
	}

	#testimonialBox h3 {
		font-size:1.3em;
		max-width:95vw;
	}

	#myCarousel2 {
		height:500px;
	}

	#videoBox {
		text-align:center;
	}

	.carousel-caption h1 {
		font-size:2em;
		text-align:center;
		white-space: nowrap;
	}
	
	.carousel-caption h2 {
		font-size:1.5em;
		text-align:center;
		white-space: nowrap;
	}
}

@media only screen and (min-width: 601px) {
	#videoBox {
		padding:5vh;
	}
	#videoBox .col-sm-4 {
		padding-top:7vh;
	}
	#testimonialBox {
		padding:50px;
	}
	#btnVidJoin {
		margin-right:30px;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 601px) {
	.carousel-caption h1 {
		font-size:2.5em;
		text-align:center;
		white-space: nowrap;
	}
	

}


/*
@media only screen and (max-width: 1400px) {
	.carousel-caption h1 {
		font-size:3em;
		text-align:center;
		white-space: nowrap;
	}
	
	.carousel-caption h2 {
		font-size:2.75em;
		text-align:center;
		white-space: nowrap;
	}


}
*/

@media only screen and (min-width: 1401px) {
	.carousel-caption h1 {
		font-size:6em;
		text-align:left;
		white-space: nowrap;
	}

	.carousel-caption h2 {
		font-size:5.5em;
		text-align:left;
		white-space: nowrap;
	}


	#caption1  {
		margin-bottom:20%;
		margin-left:32%;
	}

	#caption2  {
		margin-bottom:24%;
		margin-left:-10%;
	}

	#caption3  {
		margin-bottom:28%;
		margin-left:30%;
		/* filter: drop-shadow(0px 0px 1px black); */
	}

	#caption4  {
		margin-bottom:24%;
		margin-left:30%;
	}

	#caption5 {
		margin-bottom:37%;
		margin-left:-12%;
	}
}






#videoBox {
	background-color: #d6d6d6;
}

#videoBox h1 {
	font-size:2.3em;
}

#videoBox h2 {
	font-size:1.7em;
}



#vid1 {
	/* width:500px !important; */
	border:1px solid black;
	margin-left:2vw;
}





#testimonialBox h1 {
	margin-left:5%;
}
#testimonialBox h3 {
	text-align:center;
	line-height:1.3em;
	margin-bottom:10px !important;
}

#testimonialBox h3,p {
	max-width:500px;
	margin:auto;
	text-align:center;
}

#testimonialBox {
	color:gray;
}

#testimonialBox p {
	color:#00457C;
	font-weight:bold;
	line-height:1.1em;
}

.testWho {
	font-size:1.2em;
	}



#vidBtns {
	margin-top:15px;
	text-align:center;
	max-width:720px;
	margin-left:1vh;
}

#vidBtns button {
	margin-bottom:10px;
}


.btn-xl {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
	background-color:#00457C;
	color:white;
}






#videoBox {
	background-image: url('img/vintage-concrete.png');
}
	#testimonialBox {
		padding:0px;
	}
	
	#myCarousel2 {
	height:475px;
	}

.lowerc {
  background-image: none !important;
}

#testimonialBox h3,p {
	max-width:850px;
	margin:auto;
	text-align:center;
}





.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 5px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

