.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: #eeeeee;
    background-color: rgb(255, 0, 204);
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 0, 204);
}

.underline-title {
    border-bottom: 6px solid var(--bs-primary);
}


body {
    background-color: rgba(249, 249, 254, 1.00);
}



.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

.article-text {
    color: #6f6f6f;
    font-size: 14;
    font-weight: 400;
}

.nav-link {

    font-size: 14;
    font-weight: 500;
}


.article-title-card:hover {
    color: rgb(255, 0, 204);

}

.article-title {

    color: #000000;
}

.value-prop-images {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 40%;
}


.alert_nl_text {
    color: #6f6f6f;
    font-size: 14;
    font-weight: 400;

}

.article-image-preview {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.badge {
    margin-top: 0.5em;

}

body {
    background: url('/static/images/bg4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}