body { 

}

h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: white;
}

h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: black;
}

#specialQ{
    color:red;
}

.overlay{
    background: rgba(0,0,0,0.3);
    width:100%;
    left: 0;
}


#showcase {
    background: url(../images/banner.jpg);
    background-position: top;
    background-repeat: no-repeat;
    min-height: 500px;   
    color:white;
}

section:before {
    display: block;
    height: 88px;   /* equal to the header height */
    margin-top: -88px;  /* negative margin equal to the header height */
    visibility: hidden;
    content: "";
}

#vehicles{
    background: url(../images/vehicles.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;   
}

#vehicles h2{
    color:white;
}

#vehicles h4{
    color:white;
}

#solutions h2{
    color: black;
}

#contact {
    background-color: #919191;
    min-height: 150px; 
}

#contact h2 {
    color: white;
}

#contact p{
    color:white;
}

