footer {
    width: 100%;
    background: black;
    color: white;
    padding: 5px 10px;
    box-sizing: border-box;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

footer a:hover {
    color: #505050;
}

footer .vdp-logo {
    padding: 0;
    font-size: 42px;
}

footer .vdp-logo a:hover {
    color: #505050;
    border: 0;
}

.footer-columns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.footer-column {
    font-size: 30px;
}

.footer-column h4 {
    color: #c36a2f;
    font-weight: 400;
}

footer .vdp-logo,
.footer-column h4 {
    line-height: 50px;
    margin-bottom: 42px;
}

footer .copyright {
    padding-top: 70px;
    font-size: 20px;
    font-weight: 100;
}

footer .center-content-container {
    padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    footer .vdp-logo {
        font-size: 26px;
        line-height: 26px;
    }
    .footer-columns {
        flex-flow: row wrap;
    }
    .footer-column {
        font-size: 22px;
        line-height: 22px;
    }
    .footer-column img {
        width: 60px;
    }
}
