@charset "utf-8";
body {
	background-size: auto 100%;
	background-attachment: fixed;
	background-repeat:no-repeat;
	
}

section {
	top: 240px;
	width: 85%;
	background-color: rgba(0,0,0,.8);
	float: none;
	right: 5%;
	left: 5%
	
}

header {
	left: 2%;
	width: 480px;
	
}
nav {
	position: relative;
	left: 0;
	top: 105px;
	width:100%;
	height: 31px;
	z-index: 201;
	background-color: #000000;
	text-align: center;

}
h1 {
	font-size: 36px;
	color: #FFF;
	text-shadow: 5px 5px 8px rgba(0,0,0,.5);
	position:absolute;
	top:30px;
	left:5%;
	width:90%;
	
}

.item 
	{
		max-width: 29px;
	}

#share  {
	position: absolute;
	top: 80%;
	left: 70%;
}