* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	font: 400 30px/50px "Lato", Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-top: 100px;
	z-index: 2;
	float: left;
}
h2 {
	font: 300 20px/30px "Lato", Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 40px;
	z-index: 2;
	float: left;
}
p {
	font: 400 14px/24px "Lato", Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	width: 620px;
	margin-bottom: 40px;
	margin-left: 50%;
	left: -310px;
	position: relative;
	z-index: 2;
	float: left;
}
ul {
	list-style: none;
	width: 344px;
	height: 24px;
	margin-top: 60px;
	margin-left: 50%;
	left: -172px;
	position: relative;
	float: left;
	z-index: 2;
}
ul li {
	width: 24px;
	height: 24px;
	margin-right: 40px;
	float: left;
}
ul li:last-child {
	margin-right: 0;
}
ul li a {
	background-size: 24px 24px;
	text-indent: -50000px;
	width: 24px;
	height: 24px;
	float: left;
}
ul li#Dribbble a {
	background-image: url(../IMG/social-Dribbble.svg);
}
ul li#Facebook a {
	background-image: url(../IMG/social-Facebook.svg);
}
ul li#Instagram a {
	background-image: url(../IMG/social-Instagram.svg);
}
ul li#LastFM a {
	background-image: url(../IMG/social-LastFM.svg);
}
ul li#Twitter a {
	background-image: url(../IMG/social-Twitter.svg);
}
ul li#Mail a {
	background-image: url(../IMG/social-Mail.svg);
}
#Overlay {
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all ease-in-out 250ms;
}
@media only screen and (max-width: 767px) {
	h1 {
		margin-top: 20px;
	}
	h2 {
		margin-bottom: 20px;
	}
	p {
		font-size: 8px;
		margin-bottom: 10px;
	}	
}
@media only screen and (max-width: 450px) {
	h1 {
		margin-top: 100px;
	}
	h1,h2,p {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		left: auto;
		float: left;
	}
	p {
		font-size: 14px;
		padding: 0;
		float: left;
	}
	ul {
		width: 100%;
		margin: 0;
		left: 0;
		padding-bottom: 20px;
	}
	ul li {
		width: 50%;
		height: 60px;
		margin-right: 0;
	}
	ul li a {
		background-position: center center;
		background-repeat: no-repeat;
		width: 100%;
		height: 60px;
	}
}
