header h2 {
  font-family: 'Bebas Neue', cursive;
}

.table>tbody {
    vertical-align: middle;
}

.table>tbody a {
  font-weight: 700;
  text-decoration: none;
}

html.dark .bg-light {
  background-color: rgba(59,59,59,1) !important;
}

html.dark a {
  color: #e1e1e1
}

a {
  color: #212529
}

html.dark .nav-link {
  color: #e1e1e1
}

.nav-link {
  color: #212529
}

a:hover {
    color: #b30000 !important;
}

a:focus {
    color: #b30000 !important;
}

.form-control:focus {
    border-color:O #b30000 !important;
    box-shadow:0 0 0 .25rem rgba(179,0,0,.25) !important;
}

.form-select:focus {
    border-color: #b30000 !important;
    box-shadow:0 0 0 .25rem rgba(179,0,0,.25) !important;
}

.form-check-input:focus {
  border-color: #b30000 !important;
  box-shadow:0 0 0 .25rem rgba(179,0,0,.25) !important;
}

.form-check-input:checked {
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%660000'/%3e%3c/svg%3e") !important;
}

.bi-info-circle {
    color: #b30000 !important;
}

.btn-link {
    color: #b30000 !important;
}

.dropdown-item:active {
    background-color: #660000 !important;
}
