﻿.site-footer {
    background-color: #f3f3f3;
    border-top: 1px solid #dcdcdc;
    font-size: 0.8em;
    padding: 1em 0;
    margin-top: 2em;
    font-family: Arial, sans-serif;
}

    .site-footer .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        min-width: 760px;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 1em;
    }

    .site-footer .primary {
        color: #333;
    }

    .site-footer .secondary a {
        color: #333;
        text-decoration: none;
        margin-left: 1em;
    }

        .site-footer .secondary a:hover {
            text-decoration: underline;
        }
