.body-comingsoon{
    background: #000EE1;
    background: url('/img/measuring_tape-bluebg.jpg');
    background-size: cover;
    background-repeat: repeat-x;
    font-family: 'Open Sans Condensed', sans-serif;
}

body{
    font-family: 'Open Sans Condensed', sans-serif;
}

.bigtext{
    color: #666666;
    color: navy;
    font-size: 2.1em;
    line-height: 1.4em;
    padding: 20px;
}

.base_background{
    background-color: white;
}

.whatwedo{
    font-size: 1.6em;
    font-weight: bold;
}

.whatwedo div{
   border: 0.5px solid #cbcbcb;
    padding-top: 600px;
    color: #fff;
    text-shadow: 1px 1px #0a0a0a;
}
.whatwedo div a{
    color: #fff;
    text-shadow: 1px 1px #0a0a0a;
}
.whatwedo .bathrooms {
    padding-top: 600px;
    background: url('/img/bathroom-main.jpg');
}
.whatwedo .kitchen{
    padding-top: 600px;
    background: url('/img/kitchen-1.jpg');
}
.whatwedo .lawncare{
    padding-top: 600px;
    background: url('/img/lawnmower-1.jpg');
}
.whatwedo .solarpanels{
    padding-top: 600px;
    background: url('/img/solar-1.jpg');

}
.whatwedo .handyman{
    padding-top: 600px;
    background: url('/img/hammer_wrench_nail.jpg');

}
.whatwedo .fencing{
    padding-top: 600px;
    background: url('/img/woodfence-1.jpg');
}
.whatwedo .interior{
    padding-top: 600px;
    background: url('/img/interior-1.jpg');
}
.whatwedo .renovations{
    padding-top: 600px;
    background: url('/img/renovations-1.jpg');
}

.go-solar{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    color: rgba(0, 0, 0, .6);
    text-shadow: 1px 1px #0a0a0a;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.8);
}


.go-solar .section_title{
    font-size: 1.9em;
    font-weight: bold;
}
.go-solar .button{
    text-shadow: 0px 0px #0a0a0a;
    font-weight: bold;
    font-size: 18px;

}
.noshadow{
    text-shadow: 0px 0px #0a0a0a;
}
.section_title{
    font-weight: bold;
    color: navy;
    font-family: 'Oswald', sans-serif;
    font-size: 2.1em;
}

.pdt50{
    padding-top: 50px;
}
.pdb50{
    padding-bottom: 50px;
}
.mt50{
    margin-top: 50px;
}
.mt100{
    margin-top: 100px;
}

i.bigicon{
    color: navy;
    font-size: 2.3em;
}
