a:hover {
    color: #000000;
}

.nav:hover {
    background-image: url('/images/base/arrow-left-black.svg');
}

.menu-a:hover, .menu-a-shift:hover {
    background-color: #FF5100;
    color: #ffffff;
}

.home-item-project:hover {
    transform: scale(1.05);
}

.project-image:hover {
    transform: scale(1.05);
}

#contact-item-email:hover {
    background-image: url('/images/base/icon-email-black.svg');
}

#contact-item-phone:hover {
    background-image: url('/images/base/icon-phone-black.svg');
}

#contact-item-facebook:hover {
    background-image: url('/images/base/icon-facebook-black.png');
}

#contact-item-instagram:hover {
    background-image: url('/images/base/icon-instagram-black.png');
}

#contact-item-address:hover {
    background-image: url('/images/base/icon-pin-black.svg');
}

.footer .contact-item:hover {
    color: #ffffff;
}

#contact-item-email-footer:hover {
    background-image:url('/images/base/icon-email-white.svg');
}

#contact-item-phone-footer:hover {
    background-image:url('/images/base/icon-phone-white.svg');
}