/**
CSS styles specific to front page.
*/

/* Overrides rules for mosaic plugin. */
.hero-unit .mosaic-block {
	height: 300px;
}
.mosaic-block{
	background: none;
}

.row-fluid .mosaic-block{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
}

.row-fluid .mosaic-block.bar2{
	padding: 0px;
}

.row-fluid .mosaic-block.bar2 a{
	padding: 0px 20px 20px 20px;
	bottom: -40px;
	height: 120px;
}

.row-fluid .mosaic-block.bar2 .mosaic-overlay{
	opacity: 1;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}

.row-fluid .mosaic-block.bar2 a, .row-fluid .mosaic-block.bar2 a:hover, .row-fluid .mosaic-block.bar2 a:focus{
	color: white;
	text-decoration: none;
}

.row-fluid .mosaic-block.bar2 .mosaic-overlay > h2{
	color: white;
	font-weight: normal;
	font-size: 31.5px;
	line-height: 40px;
	margin: 10px 0;
}

#divHomeCarousel{
	padding-left: 80px;
	padding-right: 80px;
}

.carousel-inner > .item{
	height: 370px;
	max-height: 370px;
}

.carousel-inner > .item img{
	max-height: 100%;
}

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

/* Style for "Meet Our Faculty" box */
div.meetOurFaculty img{
	display: inline;
	width: auto;
	height: 120px;
	max-height: 120px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}


/* 
Styles for accordion for small screens
*/

/* Endorcement */
#divEndorced img{
	width: 45%; display: inline; padding-top: 20px; padding-right: 20px;
}

/* Faculty */
#divFaculty img{
	width: 150px; padding-right: 20px;
}

@media (max-width: 768px) {
	#divHomeCarousel{
		padding: 0;
	}
}
