﻿#healthcare-hero {
    min-height: 450px;
}

.healthcare-hero-headline {
    background-color: rgba(0,0,0,.6);
    position: relative;
    color: #fff;
    padding: 15px;
    top: 280px;
    width: 80%;
    font-size: 3rem !important;
}

.healthcare-hero-subheadline {
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 15px;
    position: relative;
    top: 320px;
    font-size: 2.5em !important;
}


.benefits {
    padding-bottom: 20px;
}

    .benefits ul li {
        margin-left: 20px;
        font-size: 1.4em;
    }

a.nav-link {
    margin-right: 1.75rem !important;
}

.navbar-brand {
    position: relative;
    top: 0.5rem;
    margin-right: 1.75rem !important;
}

.prod-container-lg {
    height: 400px;
}

@media (max-width: 520px) {

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
    }

    .logo {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}


#healthcare-hero {
    min-height: 450px;
}

.healthcare-hero-headline {
    font-size: 2.4rem !important;
    top: 9rem;
}

.healthcare-hero-subheadline {
    font-size: 1.4rem !important;
    top: 12rem;
}

.benefits {
    padding-bottom: 20px;
}

    .benefits ul li {
        margin-left: 0 !important;
        font-size: 1.1rem !important;
    }

.prod-container-lg {
    height: 390px;
}
}
