
body
{
    font-size: 1.1em;
}

h2 
{
    text-transform: uppercase;
}

.row
{
    margin-bottom: 80px;
    margin-top: 80px;
}

footer .row
{
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

footer a 
{
    color: #fff;
}
footer a:hover 
{
    color: #fff;
}

.bg-dark
{
    background-color: #111 !important;
}

.service
{
    text-align: left;
}