@charset "utf-8";
/* CSS Document */
/* General CSS */

body,html {
	
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;	
}

header{
	margin:20px;
}

header a{
	color:#f1f1f1;
}

header h1{
    margin: 0 auto 0 0;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 1.65em;
    line-height: 1;
    display: inline-block;
	color:#fff;
	margin-top:5px;
}
/*DEMO CSS*/

body{

	position:relative;
	background: transparent url("background.jpg") no-repeat scroll center top / cover;
	background-attachment:fixed;
}

.vinyl {
	position:absolute;
	height:300px;
	width:300px;
	z-index: -11;
    display: block;
    -webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	background-image:url(vinyl.png);
	
}

.cover{
	position:absolute;
	height:300px;
	width:300px;
	z-index: 33;
}

.cover1{
	background-image:url(cover1.jpg);	
}

.cover2{
	background-image:url(cover2.jpg);	
}

.cover3{
	background-image:url(cover3.jpg);	
}

.cover4{
	background-image:url(cover4.jpg);	
}

.album {

	height:300px;
	width:300px;
	float:left;
	margin-right:200px;
	margin-top:50px;



	
}

div.album:hover  .vinyl {

	-webkit-transform:  translateX(150px) rotate(195deg);
    -moz-transform:  translateX(150px) rotate(195deg);
    -ms-transform:  translateX(150px) rotate(195deg);
    -o-transform:  translateX(150px) rotate(195deg);
    transform:  translateX(150px) rotate(195deg);
}

#wrapper{

margin: 0 auto;
max-width:1000px;
padding:50px;


}