
.nav-link{
    color: white !important;
    font-size: large;
    font-weight: 400;
}

.nav-item.active {
    text-decoration: underline;
    text-decoration-color: white;
    text-underline-offset: 5px;
}

.navbar-nav.nav-justified {
    flex: 1;
    justify-content: space-between;
}

.navbar-custom{
    margin-bottom: 3%;
}

.dropdown-menu{
    background-color: #E0E0E0;
}

.dropdown-divider{
    background-color: #941120;
}


.custom-toggler {
    border-color: white !important;
}

.blog-footer{
    background-color: #941120;
    margin-top: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
}

.blog-footer p,a{
    color: #E0E0E0;
    margin-left: auto;
    margin-right: auto;
}

.blog-footer p {
    font-size: 50%;
}

.blog-footer img{
    padding-bottom: 1%;
}