/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-footer {
    background: rgba(0, 47, 77, .95);
    color: #fff;
    text-align: center;
    padding: 1.2em 0;
    font-size: 1.1em;
    letter-spacing: 0.03em;
}

.main-footer a {
    color: #fff;
    text-decoration: underline;
    margin-right: 1em;
    transition: color 0.2s;
}

.main-footer a:last-child {
    margin-right: 0;
}

.main-footer a:hover,
.main-footer a:focus {
    color: #ffd700;
    text-decoration: underline;
}