﻿.text-muted {
    color: #595959;
}

::-webkit-input-placeholder {
    color: #767676;
}

::placeholder {
    color: #767676;
}

/* ===== TOUCH TARGETS ===== */
@media (max-width: 991.98px) {
    .navbar-toggler {
        min-width: 44px;
        min-height: 44px;
    }

    nav a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

/* ===== SR-ONLY ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
