
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-light.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-light.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-light.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-light.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 50px;
    height: 50px;
}

footer .col-xs-3 {
    padding: 0px;
    margin: 0px;
}

footer .row {
    margin: 0px;

}

footer .container {
    margin-left: auto;
    margin-right: auto;
}

footer hr {
    border-top-color: #808080;
}

a {
    color: #071D49;
}