body {
	font-family: 'Quicksand', sans-serif;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center bottom;
	min-height:100%;
}

div {
	box-sizing:border-box;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	margin:0px;
	font-size:1.5vw;
	padding:0px;
}
.intestazione h1 {
	padding:0px; margin:0px;
	margin-top:20px;
	font-family: 'Indie Flower', cursive;
	font-size:4vw;
	line-height:3vw;
	border-bottom:1px dotted #333;
	margin-bottom:20px;
	padding-top:14px;
}
h3 {
	padding-top:20px;
}