@charset "utf-8";
/* CSS Document */

/* SCHOOLS STYLING - - - - - - - - - - - - - - */
.schoolsWrap {
	background:#dddddd;
	border-top:20px solid #3a2141;
	padding:10px;
	padding-bottom:30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
h2.schoolsTitle {
	font-weight:bold;
	font-size:2em;
	color:#343434;
}
div.schoolsImage img {
	border-bottom:7px solid #121212;
	width:100%;
	height:auto;
}
h3.schoolsSubTitle {
	font-weight:bold;
	font-size:1.2em;
	color:#343434;
	margin:0 auto;
}
div.schoolsInfo {
	font-size:.85em;
}
/* // END SCHOOLS STYLING - - - - - - - - - - - - - - */