#page-header {
    background-color: #db0713 !important;
}

.bg-main {
    background-color: #db0713 !important;
}

.text-main {
    color: #db0713;
}

.text-justify {
    text-align: justify !important;
}

.nav-tabs-alt .nav-item.show .nav-link, .nav-tabs-alt .nav-link.active {
    box-shadow: inset 0 -3px #db0713;
}

.nav-link {
    color: #212529;
}

.nav-link:hover {
    color: #db0713 !important;
    box-shadow: inset 0 -3px #db0713 !important;
}