body{
	background-color:#fff;
	font-family: 'Khand', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#ccc;
}
.navbar-default{
	background-color:#fff;
}
.spacer{
	height:110px;
}
.img-copertina{
	height:250px;
	background-position:center center;
	background-size:cover;
}
.copertina{
	position:relative;
	margin-bottom:20px;
}
.titolo-copertina{
	position:absolute;
	top:10px;
	left:10px;
	background-color:rgba(255,0,150,0.8);
	padding:5px;
	font-size:20px;
	color:#fff;
}
.titolone{
	font-size: 30px;
	color: #fff;
	background-color: #ca0088;
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
}
.testo{
	font-size:20px;
}
.footer-tot{
	padding:20px 0 20px 0;
}