@import url("/css/fonts-muli.css");

/* Header / Footer */
#mainNavbar {
    font-family: 'Muli', sans-serif;
}

.bg-black {
    background-color: #171719 !important;
}

.text-orange-bc {
    color: #f39801 !important;
}

footer {
    font-family: 'Muli', sans-serif;
}

footer h5 {
    color: #f39801 !important;
    font-weight: 800;
    margin-bottom: 1rem;
}

.footer-nav a {
    color: white !important;
    font-size: 14px;
}

.footer-nav li {
    margin-bottom: 20px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    padding: 0.25rem;
}

.navbar-nav .nav-link:hover {
    background-color: #f39801;
    border-radius: 5px;
}
.navbar-nav.social .nav-link {
    background-color: transparent;
}


/* Content */
h2 {
    color: #2e2e31;
    text-transform: uppercase;
    font-family: "Akrobat", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 2.4rem;
}

h2::after {
    content: '';
    display: block;
    width: 5rem;
    border-bottom: 0.4rem solid #4e4e4e;
}

a {
    color: #f39801 !important;
}

.btn-outline-primary {
    color: #f39801 !important;
    border-color: #f39801 !important;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #f39801 !important;
    border-color: #f39801 !important;
}

.badge-link {
    background-color: #2e2e31;
    color: #f39801 !important;
    font-weight: normal;
    padding: 0.4rem 0.8rem;
    margin: 0.2rem;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
}

.badge-link:hover {
    background-color: #f39801 !important;
    color: white !important;
}

.badge-link.active {
    color: white !important;
}

.page-item.active .page-link {
    color: white !important;
    background-color: #f39801 !important;
    border-color: #f39801 !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
}

/* Tables */
table {
    border-collapse: collapse !important;
}

.table th {
    background-color: #2e2d32 !important;
    color: white !important;
}

.table thead th {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    border: none !important;
}

table.table-hover tbody tr:nth-child(odd) {
    background-color: #3a393f;
}

table.table-hover tbody tr:nth-child(even) {
    background-color: #171719;
}

table.table-hover tbody tr:hover {
    background-color: #f39801 !important;
}

table.table-hover tbody tr:hover td {
    color: white;
}

table td {
    vertical-align: middle;
    font-size: 0.95rem;
    color: white;
    border: none !important;
}

tr[onclick] {
    cursor: pointer;
}

.table-bordered {
    border-radius: 0.5rem;
    border: none !important;
}
