.carousel-content {
	position: absolute;
	bottom: 50%;
	left: 5%;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	z-index: 3;
	color: white;
	text-shadow: 0 10px 5px rgba(0,0,0,.9); /*text-shadow: 0 1px 2px rgba(0,0,0,.9);*/
	font-size:48px;
	/*background:rgba(0,0,0,0.7); darkens text background ONLY*/
   
}
.carousel-caption{
  width:100%;
  height:100%;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0,0,0,0.4); /* DARKENS CAR IMAGES */
	z-index: 3;
}
.txtcar1 {
	font-family:"Times New Roman", Times, serif;
	position:relative;
	top:40%;
	font-size:5vw;
}
.txtcar2 {
	font-family:"Times New Roman", Times, serif;
	position:relative;
	top:40%;
	font-size:5vw;
}
.txtcar3 {
	font-family:"Times New Roman", Times, serif;
	position:relative;
	top:35%;
	font-size:5vw;
	line-height:4vw;
}