html {
    color: grey;
}

.navbar-brand {
    color:  rgb(20, 35, 48);
    font-size: 1.5rem;
    font-weight: 400;

}

.navbar {
    background: white;
}



.button {
    color:  rgb(20, 35, 48);
}

.btn-lg {
    font-size: 1.2rem;
} 

#pills-doc-tab.active {
    color: lightgrey;
}

#pills-prep-tab.active {
    color: lightgrey;
}

.navbar {
    font-size: 1.25rem;
    font-weight: 400;
}

.nav-item:active {
    font-weight: 700;
    color: rgb(110, 11, 141)
}

.nav-item:hover {
    color: rgba(59, 100, 137, 1);
}


.jumbotron {
    background: url(imgs/Caregiver4.jpg) center / cover no-repeat;
    color: white;
    text-shadow: 0px 4px 3px rgba(0,0,0, 0.3),
            0px 5px 8px rgba(0, 0 ,0, 0.2),
                0px 11px 11px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
}

#jumbotronbtn {
    background: rgba(59, 100, 137, 1);
}

#resources-style {
    font-size: 1.25rem;
}

#resources-style span {
    color: rgba(59, 100, 137, 1);
    font: italic;
}

.card-header {
    padding: .3rem;
}

.img-fluid {
    display: inline-block;
}

#about {
    color: rgb(20, 35, 48);
}

.carousel-caption {
    color: #464a4d;
}
