@import url("/presentation/styles.css");

/* ========================== Footer Styles ========================== */

#footer {
    border-top: 1px solid #232429;
    padding: 20px 0;
}

#footer .wrapper {
    overflow: hidden;
    background: white;
}

.links {
    border-right: 1px solid #2e2e33;
    float: left;
    margin-right: 25px;
    width: 110px;
}

#footer a, #footer p { color: #00e1ff; }

.colophon img { margin-top: 30px; }

#footer .colophon a { color: #fff; }