.site-footer {
    padding: 40px 0 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111;
    /* border-top: 1px solid #eee; */
}

.site-footer--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 12px 0;
    z-index: 1;
}

.site-footer a {
    text-decoration: underline;
}
