/*-- Use For Custom Styling --*/
.icon-twitter {
    background: url('../images/icons/twitter.png');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}
.icon-insta {
    background: url('../images/icons/instagram.png');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}
.icon-location {
    background: url('../images/icons/location.png');
    height: 20px;
    width: 20px;
    display: block;
    /* Other styles here */
}