.heroDiv
{
	text-align: center;
	width: 100%;
	background-image: url(../images/classroom-1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	z-index: -1;
}
.heroTitle
{
	height:auto;
}

.miniBoxes
{
	font-size: initial;
	width:300px;
	height:200px;
	background-color:rgba(255,255,255,.75);
	border-style: solid;
	border-width: 2px;
	border-radius: 15px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 4px;
	transition:width .75s, height .75s;
	position: relative;
}

.shadowBox
{
	background-color:rgba(0,0,0,0);
	text-align: center;
	position: relative;
	z-index: 1;
}

.miniBoxContent
{
	
}



h1
{
	font-size: 25px;
	font-family: essonnes-headline, serif;
	font-style: normal;
	font-weight: 100em;
}
h2
{
	font-family: "stencil-std";
	font-size: 25px;	
	font-style: normal;
	font-weight: 100em;
}

.textbox
{
	padding:8px;
	display:none;
	text-align: justify;
}

.plusContainer
{
	height:60px;
	padding-bottom: 8px;
}

.plusIcon
{
	width:50px;
	height:100%;
	transition: width .1s, height .1s;
}


.plusIcon:hover
{
	width:60px;
	height:60px;
}

.plusIcon:active
{
	filter:invert(75%);
}

.minusIcon
{
	width:50px;
	height:100%;
	display: none;
	transition: width .1s, height .1s;
}


.minusIcon:hover
{
	width:60px;
	height:60px;
}

.minusIcon:active
{
	filter:invert(75%);
}