#wall-parallax{
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/productivity.png");
	background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	height: 400px;
	opacity:0.8;
	background-color:gray;
}
#wall-content{
	position: relative;
    top: 45%;
    margin: 0 auto;
    width: 60%;
	text-align: center;
	color: #fff;
	opacity:1.0 !important;
}
#wall-content>h1 {
    font-size: 65px;
    font-weight: 700;
	margin:0px;
}
#wall-content>p {
    color: #fff;
    font-size: 25px;
}
#plax-content {
    background: none repeat scroll 0 0 #FFF;
	text-align: center;
	padding-left:10%;padding-right:10%;
}
#plax-content>div{
	padding: 25px 8%;
	line-height:2.5em;
}
#plax-content>div>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;
}
#plax-content>div>h2{
	font-family: lato;
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    letter-spacing: .015em;
    text-decoration: none;
    line-height: 1.6em;
}
#plax-content>div>h3{
	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;
	color:gray;
}
#plax-content>div>p{
	text-align:left;color:gray;font-size: 16px;
}
#plax-content>div>img{
	margin:0 auto;
	padding-top:25px;
	padding-bottom:25px;
}
#plax-content>div>a{
	color: #02a8f3;
    text-decoration: none;
	font-style: italic;
	text-align: center;
	font-family: lato;
    font-size: 35px;
    font-weight: 300;
	letter-spacing: .015em;
	line-height: 1.2em;
}
@media (max-width: 767px) {
	#wall-content>h1 {font-size: 35px;}
	#wall-content>p {font-size: 20px;}
	#plax-content>div>h1 {font-size: 25px;line-height: 1.2em;}
	#plax-content>div>h3 {font-size: 19px;line-height: 1.6em;}
}