



@font-face {
    font-family: akzidenz;
    src: url(fonts/AkzidenzGrotesk-LightCond.otf);
}

body {
	margin: 0;
	padding: 0;
	background: #ccc;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;


}


.project {
	width: 100vw;
	height: 100%;
	min-height: 400px;

	margin: 0 auto;
	text-align: center;	
	padding: 0;
	background-size: cover;
	background-position: center center;

	position: relative;

}

.project video {
		max-height: 90vh;
	  
}

.morte {
	position: relative;
	
	
}




#title {
background-image: url('content/sfondo_particelle_bassa.gif'); 
background-size:cover; 


height: 100vh;

}



a, a:hover {
	color: #fff;
	text-decoration: none;
	
}

.testo {
	position: absolute;
	text-align: left;
	z-index: 999;
	top : 20px;
	font-size: 2em;
	margin-left: 30px;


}

h2 {
	text-transform: uppercase;
	margin: 0;
	font-weight: 300;
}
h3 {
margin: 0;
font-weight: 300;
}

#footer {
	position: relative;
	
	
	height: 800px;
	padding-top: 400px;
	font-size: 3em;
	
	font-weight: 300;

	text-align: center;


	background-image: url('content/sfondo_particelle_bassa.gif'); 
	background-size:cover; 
}


.ui-icon-loading {
	display: none;
}

h1 {
	display: none;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3)
{
	#title {
		background: #000000 url('content/sfondo_particelle_bassa.gif') cover; 
		height: auto;
		min-height: 960px;

		
	}

}


