h5 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

#historyContainer {
	position: relative;
	width: 100%;
	z-index: 1;
	background-image: url("../img/about.jpg");
	background-position: 50% 40%;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;
	opacity: 1;
	padding-top: 255px;
	padding-bottom: 255px;
}

#history {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display: block;
	margin-bottom: 50px;
	z-index: 20;
}

#about {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	display: block;
	z-index: 20;
	padding-bottom: 0px;
}

#bannerContainer {
	background-image: url("../img/reelv5-trueSepia.jpg");
	background-size: cover;
}

#aboutBox {
	width: 100%;
	height: 300px;
	padding: 0px 0px 70px 0px;
	background-color: #FFF;
}

#aboutPicBox {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	max-width: 1000px;
	height: 400px;
	display: block;
	z-index: 20;
}

.aboutPics {
	float: left;	
	height: 360px;
	position: relative;
	margin: 16.2px;
}

.picBox {
	height: 300px;
	width: 300px;
}

.aboutPicText {
	padding: 20px 0px 20px 0px;
	font-family: "Artifika";
	text-align: center;
	font-style: italic;
	color: #00AAFF;
}

#about p, #history p {
	color: #000;
	line-height: 30px;
}

h4 {
	width: 100%;
	text-align: center;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.title, h4 {
	color: #FFF;
}

#bodyContainer {
	position: relative;
	width: 100%;
	background-color: #FFF;
	padding: 70px 0px 70px 0px;
}