hr.small {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.social-icon-container {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.instagram {
    background-image: url(/image/footer-icons/is-insta-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.facebook {
    background-image: url(/image/footer-icons/is-fb-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.twitter {
    background-image: url(/image/footer-icons/is-twitter-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.linkedin {
    background-image: url(/image/footer-icons/is-linkedin-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

footer .col {
    padding: 0px;
    margin: 0px;
}

footer .row {
    margin: 0px;
}

footer .container {
    margin-left: auto;
    margin-right: auto;
}

footer hr {
    border-top-color: #808080;
}

footer {
    font-size: 12px;
}
