@charset "utf-8";
/* CSS Document */

/* .cover {
	background-image: url(sfondo.jpg);
} */

.cover {
	background-color: #fff;
}

@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
}