.site-branding {
    float: left;
    max-width: 600px;
    width: auto;
}
.site-title {
    line-height: 4rem;
    font-weight: bold;
    font-size: 40px
}
/* Double Menu button workaround */
@media screen and (max-width: 560px) {
     h1.site-title { font-size: 20px !important; }
     .site-branding {
       float: left;
       max-width: 200px;
       width: auto;
     }
}

#home-hero {
	width: 100%;
	min-height: 900px;
	position: relative;
}

.bldr-hero-content h1 {
	font-size: 50px;
	line-height: 54px;
	margin-bottom: 10px;
	color: #000;
}

.bldr-hero-content h2 {
	font-size: 30px;
	line-height: 35px;
	color: #000;
}

.site-header-home .main-navigation a {
	color: #000;
}