

#myCarousel .item { height:200px;  }
	
	.carousel-caption span {
		font-size: 18px;
	}
	
	.carousel-caption h3 {
		font-size: 20px;
	}


/* Portrait & landscape phone */
@media (max-width: 480px) {
	
	#myCarousel .item { height: 200px;  }
	
	
	
	.carousel-caption span {
		font-size: 12px;
	}
	
	.carousel-caption h3 {
		font-size: 16px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	#myCarousel .item { height: 200px; }
	
	
	
	.carousel-caption span {
		font-size: 15px;
	}
	
	.carousel-caption h3 {
		font-size: 20px;
	}
	
}

/* Large desktop */
@media (min-width: 1200px) {

	#myCarousel .item { height:200px;  }
	
	.carousel-caption span {
		font-size: 18px;
	}
	
	.carousel-caption h3 {
		font-size: 22px;
	}

}



