/*
      .overlay  {
    background-color: rgba(0, 0, 0, 0.2);
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 200px 0;
}
*/



#home {
    /* background: url(images/home.jpg) 50% 0 fixed; */
    background: url(../images/home-parallax.png) 50% 0 fixed repeat-y;
    background-position: top center !important;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
    padding: 100px 0;
}		


#residential {
    /* background: url(images/home.jpg) 50% 0 fixed; */
    background: url(../images/residential-parallax.png) 50% 0 fixed repeat-y;
    background-position: top center !important;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    /* box-shadow: 0 0 50px rgba(0,0,0,0.8); */
    padding: 100px 0;
}

		

	


		/* Non-essential demo stuff */
		.hero-unit {
			background-color: #fff;
		    box-shadow: 0 0 20px rgba(0,0,0,0.1);
		}
		.media-object { width: 64px; height: 64px; padding-bottom: 30px }
