a,
.btn-link,
.page-title {
    color: #c0392b;
}

.text-primary {
    color: #c0392b !important;
}

.text-primary-hover:hover {
    color: #962d22 !important;
}

h1,
footer .social a:hover,
footer .links a:hover,
a:hover,
.text-primary,
.btn-link:hover {
    color: #962d22;
}

.btn-primary,
.bg-primary,
.progress-bar,
.list-group-item.active,
.dropdown-item.active,
.dropdown-item:active,
.form-check-input:checked {
    background-color: #c0392b !important;
}

.bg-primary-darker {
    background-color: #962d22 !important;
}

.btn-primary,
.list-group-item.active,
.form-check-input:checked {
    border-color: #c0392b;
}

.form-control:focus,
.custom-select:focus {
    border-color: #c0392b !important;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #c0392b !important;
    border-color: #c0392b !important;
}

.btn-primary:hover,
.btn-primary.active {
    background-color: #c0392b !important;
    border-color: #c0392b !important;
}

.accordion-button:not(.collapsed) {
    color: #c0392b;
    border: 1px solid #c0392b;
}
