#footer {
    background-color: #fffefe;
}

#footer img {
    width: 100%;
    height: auto;
    max-width: 175px;
}

#footer .social-icons {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

#footer i.fab.fa-linkedin-in, #footer i.fab.fa-instagram {
    margin-right: 10px;
}

#footer h5 {
    color: #BA2953;
    font-weight: 500;
}

#footer hr {
    background-color: #BA2953;
    transform: skew(-2deg, -2deg);
    width: 150px;
}

#footer p {
    color: #BA2953;
    margin-bottom: 0px;
}

#footer a {
    color: #BA2953;
    display: block;
}

#footer a:hover {
    color: #6F1931;
}

#footer p.mail, #footer p.tel {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#footer i.fas.fa-envelope, #footer i.fas.fa-phone {
    margin-right: 10px;
}

#copyright {
    background-color: #fbedf1;
    padding: 12px 12px;
}

#copyright p {
    color: #BA2953;
    margin-bottom: 0px;
}


/*---------------------------------------- MEDIA QUERIES ----------------------------------------*/

@media (min-width: 320px) and (max-width: 480px) {

}

