
:root {
    --brand-color: #622650;
}

h2,h3,h4,h5,h6{
    color: #622650;
}

/* !important is required here because !important is also specified in bootstrap. */
.bg-dark{
    background-color: #622650 !important;
}

.btn-primary{
    background-color: #3babad !important;
    border-color: #3babad !important;
}

/* Style page links to match btn-primary*/
.page-link, .page-link:hover{
    color: #3babad;
}

/* Style page links to match btn-primary*/
.page-item.active .page-link {
    background-color: #3babad;
    border-color: #3babad;
}

/* Style drop downs to match btn-primary */
.dropdown-item:active{
    background-color: #3babad;
}

.btn-outline-dark:not(:disabled):hover {
    background-color: #2b354f;
    border-color: #2b354f;
}

.table th {
    color: #622650;;
}