body{
	background-image: url(img/sfondo.jpg);
	background-color: #999999;
	background-blend-mode: multiply;
}
h1 {
	font-family: roboto;
	text-align: center;
}
p {
	text-align: center;
	font-family: roboto;
}
#header {
	width: 90%;
	margin: 0 auto;
}
#container {
	max-width: 95%;
	margin: 15px auto;
	padding: 15px;
	border: 1px solid #282828;
	background-color: #ffffff;
	overflow: hidden;
}
#sezione-download {
	padding: 50px;
	min-height: 50px;
}
/* pulsante di download */

.pulsante-download {
	text-decoration: none;
	font-family: roboto;
	font-size: 1.3em;
	padding: 1.2em 1.6em;
	color: #ffffff;
	background-color: #2E8716;
	border-radius: 20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.pulsante-download:hover {
	border-radius: 50px;
	font-size: 1.4em;
	padding: 1.1em 1.5em;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5)
}

/* cellulare*/
	#magazine{
		width:300px;
		height:200px;
		margin: 0 auto;
		/**background-color: #ededed;**/
		box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	}
/*tablet*/
@media screen and (min-width:481px)and (max-width:768px){
	#magazine{
		width:600px;
		height:400px;
		margin: 0 auto;
		/**background-color: #ededed;**/
		box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	}
}
/*tablet orizzontale*/
@media screen and (min-width:769px){
	#magazine{
		width:768px;
		height:512px;
		margin: 0 auto;
		/**background-color: #ededed;**/
		box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	}	
}
/*desktop*/
@media screen and (min-width:1025px){
	#magazine{
		width:1152px;
		height:752px;
		margin: 0 auto;
		/**background-color: #ededed;**/
		box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
	}
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}
.clearer {
	float: none;
	clear: both;
}