body {
    background-color: #fff;
}

section.cleaning-done-right {
    background-image: url(../img/bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: #fff;
}

.navbar-section {
    background-color: #fff;
}

    .navbar-section .logo {
        height: 80px;
        width: auto;
    }

    .navbar-section .info {
        padding-top: 24px;
        color: #3679b7;
    }

        .navbar-section .info a, .navbar-section .info a:hover, .navbar-section .info a:visited {
            color: #3679b7;
        }

h1.card-title {
    font-size: 2.0rem;
}

.card a {
    text-decoration: none;
}
.card a .card-title {
    color: #333;
    text-decoration: none;
}

.bordered {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.service-links li a {
    color: #000;
    text-decoration: none;
}
.service-links li a:hover {
    color: #333;
    text-decoration: underline;
}

.bg-white {
    background-color: #fff;
}

.bg-offwhite {
    background-color: #fff6e8;
}

.bg-purple {
    background-color: #6254a3;
    color: #fff;
}

    .bg-purple h3 {
        font-size: 16pt;
    }

.text-white {
    color: #fff;
}

@media (max-width:991px) {
    #left-container {
        height: auto;
        position: relative;
        width: inherit;
    }

    #right-container {
        position: relative;
        height: auto;
        padding-right: 0px;
    }

    .left-tagline {
        position: relative;
        top: 0;
        transform: none;
        padding-left: 10%;
        padding-right: 10%;
        color: #fff;
    }
}
