﻿.site-footer {
    margin-top: auto;
    background: #003775;
    height: auto;
    padding: 15px 0;
    color: #fff;
    width: 100%;
}

    .site-footer p {
        display: block;
        clear: both;
        font-size: .85em
    }

    .site-footer a {
        color: #fff;
        text-decoration: none
    }

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