
#skip-link {

    position: fixed;  background:rgba(0, 0, 0,0.25); height: 100%; width: 100%;
    z-index: 999; top: 0; text-align: center; padding: var(--wrapper-margin);
}
#skip-link span.link {
    background-color: white; color: var(--amarenco_blue); border-radius: 300px;
    display: inline-block;
    padding: 0.75em 1em; font-size: 16px; font-weight: 700;  line-height: 1; color:black;
}
#skip-link .wrapper { height: auto !important; }
#skip-link:not(:active):not(:focus) {

    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:black;
}

#skip-link:focus {
    display: block;
}