html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    padding-top: 75px;
}
.btn-wsu {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-wsucolor-primary {
    color: #fff;
    background-color: #981e32;
    border-color: #1861ac;
}

    .btn-wsucolor-primary:hover {
        color: #fff;
        background-color: #ab2424;
        border-color: #0a58ca;
    }


.text-wsucolor-primary {
    --bs-text-opacity: 1;
    color: #ab2424 !important;
}
