/*--A Design by Kyle Logan 
Author: Kyle Logan
Author URL: http://www.kylejamelogan.co.uk
License: Creative Commons Attribution 3.0 Unported
License URL: http://www.kylejameslogan.co.uk
--*/
/*--
************************************************************
*				Copyright Policy						   *
************************************************************
*	Copyright © 2017 Kyle Logan. All Rights Reserved       *
************************************************************
*	This is the copyright policy for the official website  *
*	official website of DJ Destruction all copyright       *
*	policies within the website is all copyrighted within  *
*	the court of law. The copyright policy is for this 	   *
*	website, Kyle Logan and DJ Destruction. If they are    *
*	any third party links and/or connections to third	   *
*	party websites then the user will have to refer to 	   *
*	their website as we are not held reliable for them.    *
************************************************************
--*/
.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}
.fa:hover {
    opacity: 0.7;
	color: red;
}
.fa-facebook {
    background: #3B5998;
    color: #fff;
}
.fa-twitter {
    background: #55ACEE;
    color: #fff;
}
.fa-instagram {
    background: #df7c17;
    color: #fff;
}
.fa-tumblr-square {
    background: #37d21f;
    color: #fff;
}
.fa-imdb {
    background: #afd423;
    color: #000;
}