#social-links {
    margin: 75px auto;
    height: 45px;
    width: 100%;
}
span.social-icons {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px 3px 0;
}
span.facebook {
    background: url('../images/icons/facebook-grey.png') no-repeat;
    background-size: 35px;
}
span.soundcloud {
    background: url('../images/icons/soundcloud-grey.png') no-repeat;
    background-size: 35px;
}
span.twitter {
    background: url('../images/icons/twitter-grey.png') no-repeat;
    background-size: 35px;
}
span.instagram {
    background: url('../images/icons/instagram-grey.png') no-repeat;
    background-size: 35px;
}
span.youtube {
    background: url('../images/icons/youtube-grey.png') no-repeat;
    background-size: 35px;
}
span.bandcamp {
    background: url('../images/icons/bc-grey.png') no-repeat;
    background-size: 35px;
}
.footer {
    font-size: 11px;
    margin-bottom: 7px;
    color: #999;
}

