footer {
    background: #487add;
    color: white;
    padding: 60px 40px 20px;
}
footer h4 {
    font-family: 'Exo 2 Extra Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 12.6px;
    line-height: 26px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #FCFCFC;
}
.social-icons {
    width: 50%;
}
.footer-nav-item {
    line-height: 30px;
}
.footer-header-divider {
    border-top: 1px solid #FCFCFC;
    width: 22%;
    margin-top: 5px;
}
.contact-item {
    line-height: 30px;
}
.social-icons a {
    font-size: 26px;
}
footer a:hover {
    color: #FCFCFC;
}
.copyright {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(252, 252, 252, 0.7);
}
