.footer {
    background-color: #1C2936 !important;
    margin-top: 3rem;
    padding: 0 0 2rem 0;
}

.footer img {
    display: block;
    margin: 0 auto -1rem auto;
    width: 6rem;
    position: relative;
    top: -3rem;
}

.footer a, .footer a:visited, .footer a:hover {
    color: #FFFFFF  !important;
    display: block;
    margin: 0 2rem 1rem 2rem;
    font-size: 0.8rem;
}

.footer a:hover {
    color: #F5EA14 !important;
}

.footer::after {
    content: "";
    display: table;
    clear: both;
}

.footer-column {
    float: left;
    width: 25%;
}

/*  Tablets  */
@media only screen and (max-width: 768px) {
    .footer-column {
      width: 50%;
    }

    .footer-column:nth-child(even) {
        clear: both;
    }
}

/*  Phones  */
@media only screen and (max-width: 600px) {
    .footer-column {
      width: 100%;
    }
}