#footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3em;
    min-width: $page-min-width;
    z-index: 2000;
    text-align: center;
    background: #fafafa;

    p {
        margin: 1.25em 0;
        font-size: 0.75em;
        color: #ccc;
    }
}
