footer {
    margin-top: 60px;
    background-color: #009de0;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.footer-content {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    width: 60%;
}

.footer-content > div {
    width: 340px;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.footer-content h3 {
    margin-top: 0;
}

.footer-content p {
    margin: 2px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}

.footer-content .footer-image {
    background-color: #fff;
    height: 65px;
    width: 90px;
}

.footer-content .footer-image a {
    line-height: 65px;
    width: 90px;
}

.footer-content .footer-image img {
    position: relative;
    height: 50px;
    left: 1px;
    top: 10%;
    max-width: 88px;
}

.footer-content .logo-umvd img {
    left: 4px;
}

.footer-content .logo-ccvc img {
    left: 18px;
}



/* RESPONSIVE */
@media (max-width: 1500px) {
    .footer-content {
        width: 75%;
    }
}

@media (max-width: 835px) {
    .footer-content {
        width: 85%;
    }
}

@media (max-width: 734px) {
    .footer-content {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-content > div {
        width: auto;
        margin: 3px 10px;
    }
}
