@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Palanquin); /* font-family: 'Palanquin', sans-serif;   */
@import url(https://fonts.googleapis.com/css?family=Cuprum); /* font-family: 'Cuprum', sans-serif; */

html{
	 font-size: 100%; 
} 

body{
	font-size =1em                  /*    16px / 16px  = 1em              */
	line-height:1.125em;            /*    18px  / 16px = 1.125em    */
	font-family: georgia, serif;
	text-align: center;
	color: #444;
	background:#FFF;
	padding: 0;
	margin: 0;
}

#sopra {
	width:100%;
	border-bottom:#000 1px solid;
	font-family: 'Palanquin', sans-serif;
	height:35px;
}

#titolosopra {
	color:#FFF;
	background-color:#710000;
	width:150px;
	font-size:20px;
	text-align:center;
	float:left;
}


#lineamenu {
	display:block;
	min-width:200px;
	background-color:#CCC;
}
#menusopra {
	margin-right:15px;
	font-family: 'Cuprum', sans-serif;
	color:#000;
	font-size:1.1em;
	display:inline-block;
	float:right;
}

#immagine {
	width:100%;
	height:auto;
	background: url(../img/sfondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contsopra {
	width:320px;
	margin-left:15px;
	margin-top:100px;
	margin-bottom:30px;
	opacity:0.7;
}
#titolointro {
	width:320px;
	background-color:#800040;
	color:#FFF;
	font-weight:700;
	font-size:1.2em;
	text-align:left;
}
#testointro {
	width:300px;
	background-color:#333;
	color:#FFF;
	text-align:left;
	margin:auto;
}