/* =====  QUICK LINKS  ==================================================== */

body {
    background-color: var(--color-teal);
}

.holder-tess img {
    opacity: 0.2;
}
.holder-tess img {
    filter: brightness(2) saturate(0);
}

.sticky {
    /*width: 30%;*/
    position: sticky; 
    top: calc(var(--pad)/0.7);
    
    
}
.sub-pagination a {
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
}
.sub-pagination a span {
    color: var(--color-mustard);
    font-weight: 500;
}
.sub-pagination a span:hover {
    color: var(--color-text);
}