﻿#home_section01 {
	background: url(../img/bridge-brooklyn-bridge-buildings-534757.jpg) no-repeat;
    background-size: cover;
	/*
	border:1px solid green;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	*/

    width: 100%;
    height: 900px;
    position: relative;
    border-top: solid 1px white; /*Removing this ends up messing up the image
				witnessed a white ~100px bar under the nav and the bg image shifting position below
    */
}

#home_section01 div {
    margin-top: 130px;
    text-align: center;
}

#home_section01 div {
    color: #5d5d5d;
    color: #FFFFFF;
}

#home_section01 div h1{
    font-family: "raleway-bold";
    font-size: 50px;
    font-weight: bold; 
    margin-bottom: 30px;
}

#home_section01 div h1{
    color: #5d5d5d;
    color: #FFFFFF;
}

#home_section01 div p{
    font-family: "raleway-regular";
    font-size: 18px;
    margin-bottom: 30px;
}

#home_section01 div p{
    color: #5d5d5d;
    color: #FFFFFF;
}

#home_section01 div hr{
    display: inline-block;
    height: 1px;
    width: 30px;
    border: 0!important;   
    margin: 0;
    padding: 0;
}

#home_section01 div hr{
    background: #5d5d5d;
    color: #FFFFFF;
}
