.text-burgundy {
    color: #810c0b !important;
}

.bg-burgundy {
    background-color: #810c0b !important;
}

.article-title {
    background: linear-gradient(90deg,#f5f5f5,#eeeeee);
}

.footer {
    background-color: #810c0b;
}

.footer img {
    /*filter: brightness(20);*/
}

#navbarNav .nav-link {
    transition: border-bottom 0.4s;
    border-bottom: 4px solid white;
}

#navbarNav .nav-link.active, #navbarNav .nav-link:hover {
    border-bottom: 4px solid #810c0b;
}

.article img {
    width: 100% !important;
    height: auto !important;
}
