/*

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */

#features {
	text-align: center;
}

#features img {
	margin: 0 0 20px;
}

#inputMessage {
	margin-bottom: 15px;
}

footer {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}


/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */

.navbar-brand {
	padding: 13px 15px;
}
   
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
	margin-top: 60px;
}

.carousel-caption {
	font-size: 24px;
}

.carousel-caption h4 {
	font-size: 32px;
}

#myCarousel .item { height: 400px; }

#slide_home01 {
	background: url('../../images/home_large_01.jpg') top center no-repeat;
}

#slide_home02 {
	background: url('../../images/home_large_06.jpg') top center no-repeat;
}

#slide_home03 {
	background: url('../../images/home_large_02.jpg') top center no-repeat;
}

#slide_home04 {
	background: url('../../images/home_large_03.jpg') top center no-repeat;
}

#slide_home05 {
	background: url('../../images/home_large_04.jpg') top center no-repeat;
}

#subCarousel .item { height: 400px; }

#slide_studio01 {
	background: url('../../images/studio_medium_01.jpg') top center no-repeat;
}

#slide_studio02 {
	background: url('../../images/studio_medium_02.jpg') top center no-repeat;
}

#slide_studio03 {
	background: url('../../images/studio_medium_03.jpg') top center no-repeat;
	
}
#slide_studio04 {
	background: url('../../images/studio_medium_04.jpg') top center no-repeat;
	
}
#slide_events01 {
	background: url('../../images/events_medium_01.jpg') top center no-repeat;
}

#slide_events02 {
	background: url('../../images/events_medium_02.jpg') top center no-repeat;
}

#slide_events03 {
	background: url('../../images/events_medium_03.jpg') top center no-repeat;
	
}

#slide_sales01 {
	background: url('../../images/sales_medium_01.jpg') top center no-repeat;
}

#slide_sales02 {
	background: url('../../images/sales_medium_02.jpg') top center no-repeat;
}

#slide_sales03 {
	background: url('../../images/sales_medium_03.jpg') top center no-repeat;
	
/* --------------------------------------
   Global Styles
   -------------------------------------- */

.alert {
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
}

.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-size: 12px;
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	
	#myCarousel .item { height: 310px; }
	
	#slide_home01 {
		background: url('../../images/home_small_01.jpg') top center no-repeat;
	}

	#slide_home02 {
		background: url('../../images/home_small_06.jpg') top center no-repeat;
}
	
	#slide_home03 {
		background: url('../../images/home_small_02.jpg') top center no-repeat;
	}
	
	#slide_home04 {
		background: url('../../images/home_small_03.jpg') top center no-repeat;
	}
	#slide_home05 {
		background: url('../../images/home_small_04.jpg') top center no-repeat;
	}
	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
	
	#subCarousel .item { height: 210px; }
	
	#slide_studio01 {
		background: url('../../images/studio_small_01.jpg') top center no-repeat;
	}
	
	#slide_studio02 {
		background: url('../../images/studio_small_02.jpg') top center no-repeat;
	}
	
	#slide_studio03 {
		background: url('../../images/studio_small_03.jpg') top center no-repeat;
	}

	#slide_events01 {
		background: url('../../images/events_small_01.jpg') top center no-repeat;
	}

	#slide_events02 {
		background: url('../../images/events_small_02.jpg') top center no-repeat;
	}

	#slide_events03 {
		background: url('../../images/events_small_03.jpg') top center no-repeat;
	
	}

	#slide_sales01 {
		background: url('../../images/sales_small_01.jpg') top center no-repeat;
	}

	#slide_sales02 {
		background: url('../../images/sales_small_02.jpg') top center no-repeat;
	}

	#slide_sales03 {
		background: url('../../images/sales_small_03.jpg') top center no-repeat;
	
	}
}
/* Large desktop */
@media (min-width: 1200px) {

	#myCarousel .item { height: 400px; }
	
	#slide_home01 {
		background: url('../../images/home_large_01.jpg') top center no-repeat;
	}
	
	#slide_home02 {
		background: url('../../images/home_large_06.jpg') top center no-repeat;
	}
	
	#slide_home03 {
		background: url('../../images/home_large_02.jpg') top center no-repeat;
	}
	
	#slide_home04 {
		background: url('../../images/home_large_03.jpg') top center no-repeat;
	}
	
	#slide_home05 {
		background: url('../../images/home_large_04.jpg') top center no-repeat;
	}

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

	#subCarousel .item { height: 300px; }
	
	#slide_studio01 {
		background: url('../../images/studio_large_01.jpg') top center no-repeat;
	}
	
	#slide_studio02 {
		background: url('../../images/studio_large_02.jpg') top center no-repeat;
	}
	
	#slide_studio03 {
		background: url('../../images/studio_large_03.jpg') top center no-repeat;
	}
	
	#slide_studio04 {
		background: url('../../images/studio_large_04.jpg') top center no-repeat;
	}
	
	#slide_events01 {
		background: url('../../images/events_large_01.jpg') top center no-repeat;
	}

	#slide_events02 {
		background: url('../../images/events_large_02.jpg') top center no-repeat;
	}

	#slide_events03 {
		background: url('../../images/events_large_03.jpg') top center no-repeat;
	
	}
	
	#slide_sales01 {
		background: url('../../images/sales_large_01.jpg') top center no-repeat;
	}

	#slide_sales02 {
		background: url('../../images/sales_large_02.jpg') top center no-repeat;
	}

	#slide_sales03 {
		background: url('../../images/sales_large_03.jpg') top center no-repeat;
	}

}

.topnav {
	font-size: 0.8em;
	color: #000;
	background-color: #CCC;
	border: 1px #00009C solid;
	padding: 0.5em;
}
