footer {
    background: #444444;
    color: white;
}

.footer-column:nth-child(2).col-md-4 {
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.footer-column #facebook {
    background-image: url("../img/social/Facebook.svg");
}

.footer-column #instagram {
    background-image: url("../img/social/Instagram.svg");
}

.footer-column #twitter {
    background-image: url("../img/social/Twitter.svg");
}

