@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Vast+Shadow); /* titolo */ /* font-family: 'Vast Shadow', cursive;*/
@import url(https://fonts.googleapis.com/css?family=Yantramanav:400,300,100,500,700,900); /*  testo */  /* font-family: 'Yantramanav', sans-serif;*/

html {
	font-size: 100%; 
	height:100%;
}
body {
    width: 100%;
    height: 100%;
	font-size =1em                  /*    16px / 16px  = 1em              */
	line-height:1.125em; 
	padding: 0;
	margin: 0;
	background-color:#FFF;
	color:#000;
	text-align:center;
	font-family: 'Yantramanav', sans-serif;
}

#titolo {
	width:100%;
	font-size:4em;
	font-family: 'Vast Shadow', cursive;
	text-align:left;
}

#progetto {
	width:80%;
	display:inline-block;
	border-left:#000 3px double;
	text-align:left;
	padding-left:2px;
}