﻿/*WCAG Updates*/

a.underline-link, btn.underline-link {
    text-decoration: underline !important;
}

    a.underline-link:focus {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }

.sidebar-link, a.sidebar-link {
    color: #2B3035 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2B3035 !important;
}

body {
    color: #2B3035 !important;
}

.text-muted {
    color: #2B3035!important;
}

.btn {
    --bs-btn-font-weight: 500;
    --bs-btn-border-width: 2px;
}

.btn-link {
    text-decoration: underline !important;
    color: #2B3035 !important;
}

 /*better hightlighting the card on hoover*/
.highlightOnTabFocus:focus {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

button.sidebar-link {
    background: none;
    border: none;
    padding: .625rem 1.625rem;
    margin: 0;
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: underline !important;
}

    button.sidebar-link:focus {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }