/* Add here all your CSS customizations */



.fa-linkedin-square {
    content:    "\f08c";
}

.fa-google {
    content:    "\f0d4";
}



#the-process li{
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
}
#the-process li span img{
	margin-right: 15px;
}

#header-banner-section{
    background: url(../img/residential-header.png);
    float: left;
    width: 100%;
    padding: 15% 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin-bottom: 35px;
}

.header-title-label{
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1.1em;
}

#target-btn{
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
}
#target-btn:hover, #target-btn:focus, #target-btn:visited{ text-decoration: none; }
#target-btn span{
	background: #f89717;
	padding: 10px 25px;
}

#footer .footer-copyright{
    float: left;
    width: 100%;
}