/*--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.    *
************************************************************
--*/
body{
  margin: 0;
  padding: 0;
  background-color: black;
  background-size: cover;
  color: white;
}
.gallery h2{
	font-family: 'Jockey One', sans-serif;
	font-weight: 100;
	color: #fd0505;
	font-size: 3em;
	text-transform: capitalize;
	margin: 0px 0px 20px 0px;
}
.gallery h4{
	font-family: 'Jockey One', sans-serif;
	font-weight: 100;
	color: #fd0505;
	font-size: 3em;
	text-transform: capitalize;
	margin: 0px 0px 20px 0px;
}
.gallery a:hover{
	text-decoration: none;
}