.footer {
    line-height: 1.2;
    color: #c0baaf;
    text-indent: 0;
    padding: 0 0.5rem;
}

.email-img {
    display: block;
    width: 10rem;
    margin: 2.5rem auto 1.65rem auto;
    text-align: center;
}

#mg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
}

#mg-icon {
    width: 7rem;
    margin: 0 0.5rem 0 0.5rem;
}

.footer a {
    text-decoration: none;
    color: var(--textFooter);
}

.footer small {
    font-family: 'OldStandardTT', 'Garamond', "Times New Roman", Times, serif;
    font-size: 0.685rem;
    line-height: 1;
}


/* --------- P C    &     T A B L E T S --------- */
@media only screen and (min-width: 480px) {
    .footer {
        padding: 0 2rem;       
    }   
}