footer a {
    transition: .1s ease-in-out;
}

footer a:hover {
    opacity: .7;
}

.copyright {
    color: #C1C1C1;
    font-size: 13px;
}

.copyright a {
    color: #C1C1C1 !important;
    transition: .1s ease-in-out;
    font-size: 13px;
}

.copyright a:hover {
    color: #C1C1C1;
    opacity: .7;
}