#wall-parallax{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/7365727669636573.jpg");
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	height: 650px;
	background-color:gray;
}
#wall-content{
	position: relative;
    top: 20%;
    margin: 0 auto;
    width: 72%;
	text-align: center;
	color: #fff;
}
#people-msg{
	position: relative;
    top: 30%;
    margin: 0 auto;
    width: 40%;
	text-align: center;
	color: #fff;
}
#wall-content>h1,#people-msg>h1 {
	margin-top:0px;
	padding-bottom:15px;
    font-size: 3.475em;
    font-weight: 700;
	text-shadow: 0 0 40px rgba(0,0,0,0.75);
}
#wall-content>h3 ,#people-msg>h3{
    font-size: 1.85em;
    font-weight: 100;
	text-shadow: 0 0 40px rgba(0,0,0,0.95);
	letter-spacing: .025em;
	line-height: 1.5em;
}
#arrow-down{
	margin-top: 80px;
}
#plax-content{
	background: none repeat scroll 0 0 #FFF;
	padding:0px;
}
#plax-content>div{
	/*min-height:300px;  value change depends on device*/
	height:350px;
	background-color: #00B7BE;
}
#ib1{
	background-image: url("../../images/e656572696e672073657276696365.jpg");
}
#ib2{
	background-image: url("../../images/ec4c141eca98de5259032bbd17b85.jpg");
}
#ib3{
	background-image: url("../../images/776562206170706c69636174696f6e.jpg");
}
#ib4{
	background-image: url("../../images/7465616d207363616c696e67.jpg");
}
#ib5{
	background-image: url("../../images/e74656c6c6967656e6365.jpg");
}
#ib6{
	background-image: url("../../images/df9a3a8bbf59c3f16c2fbd901.jpg");
}
#ib7{
	background-image: url("../../images/a5ba46268c41a9ab4090b.jpg");
}
#ib8{
	background-image: url("../../images/ae7a02fcf8b63df763e6c271e.jpg");
}
.boxInner{
	position: relative;
    padding: 8%;
    margin: 0 auto;
}
.blue-box h3, .blue-box p{
	line-height: 1.625em;
}
.blue-box h3{
	color: rgba(0,0,0,0.5);
	font-size: 1.1em;
	text-transform: uppercase;
    letter-spacing: 3px;
	font-family: 'Gotham-Bold',Helvetica,Arial,sans-serif;
}
.blue-box p{
	color: #fff;font-size: 1.2em;
}
.blue-box .icon{
	font-size: 2.2em;
	bottom: -0.25em;
    display: inline-block;
    position: relative;
    margin-right: .4em;
}
.boxInner  sup{
	font-size: 55%;
	top: -.9em;
}
#people-parallox{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/people.jpg");
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	height: 300px;
	background-color:gray;
}
#people-content {
    background: none repeat scroll 0 0 #FFF;
	text-align: center;
	padding-top:25px;padding-left:20%;padding-right:20%;
}
#people-content>h1{
	font-family: lato;
    font-size: 35px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    letter-spacing: .015em;
    text-decoration: none;
    line-height: 1.4em;
}
#people-content>p{
	color: gray;
	text-align:center;
	font-family: lato;
    font-size: 21px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    letter-spacing: .015em;
    text-decoration: none;
    line-height: 1.8em;
}
#people-content>img{
	margin: 0 auto;
    padding-top: 25px;
}
@media (max-width: 767px) {
	#wall-content {top: 15%;}
	#wall-content>h1, #people-msg>h1 {font-size: 3.175em;}
	#wall-content>h3, #people-msg>h3 {font-size: 1.05em;}
	#plax-content>div.blue-box {height: auto;}
}