body {
    padding-bottom: 0px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
}


h2 {
    text-align: center;
	letter-spacing: 0.3em;
    color: black;
    text-transform: uppercase;
}

hr{
    border-color: #3b5998;
    width: 50%;
}
.navbar {
	background-color: rgba(59,89,152,0.4);
    border-bottom-color: transparent;
}

.navbar .nav > li > a {
	color: white;
	font-size: 2em;
}
.hero-div {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/boiler.jpg) center center no-repeat fixed;
    background-size: cover;
}
.break-full-div {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/fittings.jpg) center center no-repeat fixed;
    background-size: cover;
}

.blue-div {
    background: linear-gradient(#3b5998, #5077cc);
}
.white-div {
    background-color: white;
}
.cream-div {
    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgba(127,127,127,0.4);
    background-color: #eeeeee;
}
.grey-div {
    background-color: #222;
}
.tools-div {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(../images/tools.jpg) center center no-repeat fixed;
    background-size: cover;
}
.blue-container, .about-container, .customer-container, .mfr-container, .service-container, .install-container, .repair-container, .contact-container {
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.hero-container {
    height: 100vh;
}
.hero-container h1 {
    font-size: 10vw;
    position: absolute;
    top: 35vh;
    left: 15vw;
}
.hero-title, .brand, .contrast-blue, .navbar .nav > li > a:hover{
    background-color: rgba(59,89,152,0.4);
    color: white;
}

.hero-title, .brand{
border-style: solid;
border-width: 1px;
 border-radius: 10px;
}
.blue-container h2, .blue-container h3 {
    font-weight: 300;
    letter-spacing: 0.3em;
    color: white;
    font-size: 3vh;
}
.blue-container h2 {
    text-transform: uppercase;
    font-size: 5vh;
    color: #E48D48}
}
.about-container, .customer-container {
    color: #777;
    line-height: 1.7;
    text-align: center;
}
.about-container img {
	margin-top: 10vh;
    margin-bottom: 10vh;
    width: 40vw;
}
.row-about {
    text-align: left;
}
.quote {
    font-size: 2em;
}

.customer-boxes {
    margin: 40px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgba(127,127,127,0.4);
    transition: background-color 0.5s, border-color 0.5s, color 0.5s;
}
.customer-boxes:hover {
    background-color: #3b5998;
    border-color: white;
    color: white;
}
.mfr-container {
    text-align: center;
}
.mfr-container h2 {
    color: white;
    margin-bottom: 10vh;
}
.mfr-container img {
    width: 250px;
}
.yellowcaps {
    text-transform: uppercase;
    color: #FFEE9D
}

.service-container p, .install-container p{
margin: 40px;
}

.install-container, .install-container h2, .repair-container, .repair-container h2 {
    color: white;
}
.contact-container a{
	font-size: 75px;
}

.contact-container p{
	font-size: 50px;
}

.contact-container a:hover {
    text-decoration: none;
}
.contact-row{
    padding-top: 10vh;
    padding-bottom: 10vh;
}
footer {
    background: #3b5998;
    padding-top: 150px;
    padding-bottom: 30px;
    color: white;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}
