body {
    -webkit-font-smoothing: antialiased;
    font-family: lato,sans-serif!important
}

p {
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: -.5px;
    color: #2f2d2d;
    padding: 0 1rem;
    width: 100%
}

.container-fluid.specialBackground {
    min-height: 300px;
    margin: auto;
    border-bottom: 3px solid #000;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    text-shadow: 0 0 5px snow;
    margin-bottom: 0;
    background-color: #ffffff96
}

.container-fluid.footerBG {
    font-size: 8px;
    padding: 0;
    margin: auto;
    background: #0096889c
}

.container-fluid.footerBG p {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    color: #fff
}

footer.container {
    margin-top: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem
}

h3.headlineText {
    margin-top: 4rem;
    font-size: 3rem;
    text-align: center
}

.overLay {
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-image: url(./images/doctors-new.jpg);
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

h5.headlineTextLower {
    letter-spacing: 2px;
    text-align: center;
    color: #39397f;
    margin-bottom: 4rem;
    font-size: 1.5rem
}

ul {
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: -.5px;
    color: #2f2d2d;
    padding: 2rem 3rem 1rem;
}

li {
    padding-bottom: 1rem
}

ul.helpStyle {
    list-style: none
}

ul.helpStyle img {
    padding: 1rem
}

.lowerList {
    margin-top: 2rem;
    clear: both
}

h3 {
    font-weight: bolder;
    padding: 1rem 1rem 0
}

.joshHelp {
    margin: auto;
    background-color: #346c7a;
    width: 100%;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

.addCartArea h5 {
    text-align: center;
    margin: auto;
    font-weight: bolder;
    font-size: 3rem;
    padding: 1rem
}

.bioArea p {
    line-height: 1.2rem;
    margin: 0;
    padding: 3px
}

p.lowerPass {
    margin-top: 2rem;
    padding: 10px;
    line-height: 35px
}

.bioArea {
    margin-top: 4rem;
    padding: 1rem
}

.sciRef {
    font-size: 11px;
    margin: 0;
    padding: 3rem;
    margin-top: 1rem
}

.sciRef ul {
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 430px) {
    h3.headlineText {
        margin-top:1rem;
        font-size: 3rem;
        text-align: center
    }

    img {
        width: 100% !important;
        padding: 1rem;
        float: none!important;
        margin: auto;
        text-align: center;
    }
}

img {
    max-width: 100%
}

@media only and screen (max-width: 450px) {
    .container-fluid.specialBackground {
        min-height:494px
    }

    .overLay {
        min-height: 494px
    }

    h5.headlineTextLower {
        margin-bottom: 0
    }
    ul {
    padding: 2rem 3rem 1rem !important;
}
}

.row.firstRow {
    margin-top: 3rem
}

.container.contentContainer {
    max-width: 900px
}
a {text-decoration: underline !important;}

.joshHelp p {
    color: white;
}