﻿#site-footer {
    padding: 0 0;
    background-color: #262626;
    color: #fff;
}

#site-footer-content {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 940px;
}

#site-footer-content > section {
    margin-left: 20px;
    text-align: left;
}

@media only screen and (min-width: 450px) {
    #site-footer-content > section {
        float: left;
        margin-left: 0;
        width: 33%;
        text-align: left;
    }

    #site-footer-content > section:last-of-type {
        float: right;
        text-align: left;
    }
}

@media only screen and (min-width: 750px) {
    #site-footer-content > section {
        width: 40%;
    }

    #site-footer-content > section:last-of-type {
        width: 19%;
    }
}

#site-footer-content > section > ul > li {
    padding-bottom: 5px;
}

    #site-footer-content a {
        color: #fff;
    }

    #site-footer-content a:hover {
        color: #aaa;
        transition: all 0.2s linear;
    }
