/**
 * GLOBAL FOOTER
 **/

footer {
    margin-top: 4em;
    padding-bottom: 2em;
    background-color: #465478;
    font-weight: 300;
    line-height: 200%;
    color: white;
}

footer p{
    color: white;
}

footer h2 {
    color: white;
    font-size: 1.75em;
}

footer a[href] {
    color: white;
    text-decoration: none;
}

footer a[href]:link,
footer a[href]:visited {
    text-decoration: none;
    color: white;
}

/*
footer a[href]:focus {
    background-color: #DBC0AF;
    color: #021140;
}
*/

footer a[href]:hover {
    text-decoration: underline;

}

/*
footer a[href]:active {
    background-color: #DBC0AF;
    color: #021140;
}
*/

.copyright {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid white;
    color: white;
}

.text-left {
    float: left;
}

.list-unstyled li{
line-height: 150%;
}
