@charset "utf-8";
/* CSS Document */

.background{
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background: url(images/SFONDO-APP-MOBILE.jpg) no-repeat center top; 
	position:fixed;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slogan{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:3em;
	margin-left:1em;
	margin-right:1em;
	color:#FFF;
	text-align:center;
}

.logo{
	text-align:center;
	margin-top:2em;
}

.logo img{
	width:25em;
	height:25em;
}

.download{
	text-align:center;
}