/* ----------------------------------------
   Carousel
   ---------------------------------------- */

/* ------------------------------------------------------------------------------------------------------
/* 2nd SET OF IMAGES for "Exam Nerves?", "Tired of Revising?" & "Your Feedback Matters" 
/* ------------------------------------------------------------------------------------------------------
*/

/* general styles (for medium screens) */
#myCarousel .item { height: 350px; }
#slide1 {
	background: url('images/bg_examNerves02_980.jpg') top left no-repeat;}
#slide2{
	background: url('images/bg_tiredRevising02_980.jpg') top left no-repeat;}
#slide3{
	background: url('images/bg_feedback02_980.jpg') top left no-repeat;}	


/* got to increase the size of the carousel images, at this point */
@media (min-width: 992px) {
	#myCarousel { margin-top: -73px;}
	#myCarousel .item { height: 418px; }
	#slide1 {
		background: url('images/bg_examNerves02_1170.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_tiredRevising02_1170.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_feedback02_1170.jpg') top left no-repeat;}
}

/* & again at this point */
@media (min-width: 1170px) {
	#myCarousel .item { height: 500px; }
	#slide1 {
		background: url('images/bg_examNerves02_1400.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_tiredRevising02_1400.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_feedback02_1400.jpg') top left no-repeat;}
}

/* & again... */
@media (min-width: 1410px) {
	#myCarousel .item { height: 571px; }
	#slide1 {
		background: url('images/bg_examNerves02_1600.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_tiredRevising02_1600.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_feedback02_1600.jpg') top left no-repeat;}	
}
