body {
background-image: url("../img/panorama-scuro.jpeg");
background-repeat: no-repeat;
background-position: center center;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
min-height: 120vh; 
position: relative;
text-align: center;
}

#container {
width: 100%;

}

.sinistra {
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		font-size: 1.4em;
		line-height: 1.5em;
		text-align: left;
		color: white;
		margin-left: 5%;
		vertical-align: bottom;
		float: left;
		padding-top: 5%;

	}

.destra {
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		font-size: 1.4em;
		line-height: 1.5em;
		text-align: right;
		color: white;
		margin-right: 5%;
		vertical-align: bottom;
		float: right;
		padding-top: 5%;

	}


.logo-container {
max-width:500px;
  padding-top:5%;
 margin: 0 auto;
  }

.content {

  }

.clearfix {
  clear: both;
}

.img-adattata {
width: 100%;
  height:100%;
  object-fit: contain;
}

.dati {
 color: #858585;
  margin-top:2%;
}

.sinistra a:link{
 color: #FFFFFF;
 text-decoration: none;

}

.sinistra a:hover{
 color: #FFFFFF;
 text-decoration: none;

}

.sinistra a:visited{
 color: #FFFFFF;
 text-decoration: none;

}

.sinistra a:active{
 color: #FFFFFF;
 text-decoration: none;

}

.dati a:link{
text-decoration: none;
  color: #858585;
}

.dati a:hover{
text-decoration: none;
  color: #858585;
}

.dati a:visited{
text-decoration: none;
  color: #858585;
}

.dati a:active{
text-decoration: none;
  color: #858585;
}
