.archive-section h1 {
    color: black;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 35px;
    margin-bottom: 24px;
}



.archive-section h2 {
    color: black;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    margin-bottom: 16px;
}

.archive-section h3 {
    color: #296fab;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 4px;
}

.archive-section h4 {
    letter-spacing: 1px;
    font-weight: 800;
}

.archive-section h5 {
    letter-spacing: 1px;
    font-weight: 800;
}

.archive-section h6 {
    letter-spacing: 1px;
    font-weight: 800;
}


a.black {
    color: #333333;
}

a:hover {
    text-decoration: none;

}


.zoom-link {
    position: relative;
    display: inline-block;
}

.zoom-badge {
    position: absolute;
    left: 47%;
    top: 85%;

    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;

    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,.55);
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,.4);

    pointer-events: none; /* keeps Fancybox trigger on the link */
    transition: transform .15s ease, background .15s ease;
}

.zoom-link:hover .zoom-badge,
.zoom-link:focus .zoom-badge {
    background: rgba(0,0,0,.75);
    transform: scale(1.05);
}

