/* CSS Document World Sexiest DJ */




body, html { overflow-x:hidden; }



body {

    background-color: #000000;
}

.social-icon-fb {

    background: url('../images/social-icon-fb.png') no-repeat;

    width: 42px;

    height: 42px;

    display: block;

}



a:hover .social-icon-fb {

    background: url('../images/social-icon-fb-over.png') no-repeat;

}



.social-icon-rss {

    background: url('../images/social-icon-rss.png') no-repeat;

    width: 42px;

    height: 42px;

    display: block;

}



a:hover .social-icon-rss {

    background: url('../images/social-icon-rss-over.png') no-repeat;

}



.social-icon-twitter {

    background: url('../images/social-icon-twitter.png') no-repeat;

    width: 42px;

    height: 42px;

    display: block;

}



a:hover .social-icon-twitter {

    background: url('../images/social-icon-twitter-over.png') no-repeat;

}



.social-icon-linkedin {

    background: url('../images/social-icon-linkedin.png') no-repeat;

    width: 42px;

    height: 42px;

    display: block;

}



a:hover .social-icon-linkedin {

    background: url('../images/social-icon-linkedin-over.png') no-repeat;

}



.social-icon-instagram {

    background: url('../images/social-icon-instagram.png') no-repeat;

    width: 42px;

    height: 42px;

    display: block;

}



a:hover .social-icon-instagram {

    background: url('../images/social-icon-instagram-over.png') no-repeat;

}






