@font-face {
    font-family: 'missy_btroman';
    src: url('../fonts/missy_bt_roman/missy_bt_roman.eot');
    src: url('../fonts/missy_bt_roman/missy_bt_roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/missy_bt_roman/missy_bt_roman.woff2') format('woff2'),
         url('../fonts/missy_bt_roman/missy_bt_roman.woff') format('woff'),
         url('../fonts/missy_bt_roman/missy_bt_roman.ttf') format('truetype'),
         url('../fonts/missy_bt_roman/missy_bt_roman.svg#missy_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url("../images/sfondo.png") no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	color: white;
	font-family: 'missy_btroman';
	width:100%;
	height:100%;

}

.sfondo-alphato{
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}

#c1.immagine{
	text-align: center;
}
#c1 .logo{
	height: 250px;
	width: 250px;
	margin:20px;
	margin-top:50px;
}

h1{
font-size: 180%;
color: #000000;
margin: 0 auto;

}
h1:hover {
	color:#EECBAD;
}

/*#c2 .fa-regular{
	font-family: FontAwesome !important;
    font-style: normal !important;
}*/

#c2.dati-istituzionali{
    width: 270px;
    text-align: center;
    margin: 0 auto;
}

#c2.dati-istituzionali a{
    color: #000000;
    text-decoration: none;
}

.contatti{
	font-size:24px;
	line-height: 1.5;
	color: #000000;
}
.contatti:hover {
	color: #EECBAD;
}

.contatti:hover a{
	color:#EECBAD !important;
}



