/* == lading screen == */
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1600px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#homepage{
	position: relative;
	width: 100%;
	height: 101%;
}
#homebanner{
	position: relative;
	height: 50%;
	width: 100%;
}
#homebanner div{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#homebanner img{
	padding-bottom: 50px;
}
#whitescreen{
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0px;
	background-color: #fff;
	text-align: center;
}
#homepage #logo{
	padding-top: 50px;
}
#learnmore{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}

/* == content area == */
#aboutpage{
	position: relative;
}
#aboutpage .headerwrapper+.banner{
	padding-top:95px;
}
@media (max-width:679.89px){
#aboutpage .headerwrapper+.banner{
	padding-top:130px;
	position:relative;
}
#aboutpage .headerwrapper+.banner img{
	margin:0 !important;
}
#aboutpage .headerwrapper+.banner .heading{
	position: absolute;
  	left: 50%;
    top: calc(50% + 65px);
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
	width:100%
}
}
#content{
	background-color: #fff;
	padding-bottom: 60px;
}
.banner{
	background-image: url(../images/banner_about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}
#people{
	background-color: #F2F2F2;
	padding-bottom: 60px;
}
#people .linemarker{
	margin-top: -38px;
}
#people .boxes p{
	margin-bottom: 10px;
}
#people .boxes .spacer{
	padding-top: 10px;
}
#people a{
	text-decoration: none;
	color: #B05F1F;
}