
footer {
    background:#000;
}

.footerLogo {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLogo img {
    width: 100%;
}

.footerWrap {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding:20px 0;
}

.footerNav {
    flex: 1 1 auto;
    /*text-align: right;*/
    font-size: 14px;
    padding:0 12px 0 24px;
    display: inline-flex;
}

.footerNav a {
    text-decoration: none;
}

.footerNav br {
    display: none;
}

.subSection {
    padding:16px 32px 16px 0;
}

.subSection h3 {
    border-bottom:1px solid rgba(255,255,255,.2);
    margin:0 0 8px;
    padding:0 0 0 8px;
    min-width:180px;
}

.subSection ul {
    padding:0 0 0 8px;
}

.copy {
    padding:12px 0;
    flex:1 1 100%;
    text-align: center;
    font-size: 12px;
    background:#222;                
}

@media screen and (max-width: 768px) {
    .footerWrap {
        flex-direction: column;
    }

    .footerNav {
        text-align: center;
        flex-direction: column;
    }

    .footerLogo img {
        max-width: 120px;
    }
}

.social a {
    display: inline-block;
    width:25px;
    height:25px;
    margin:0 0 0 8px;
}