.footer {
    background: #464646;
    padding: 30px 0;
}
.copyright {
    position: relative;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0;
}
.copyright p span { text-transform: uppercase;}
.copyright p a {
    color: #fff;
    text-decoration: underline;
}
