body {
	background-image: url("../img/sfondi/foto-1-orizzontale.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover; 
}

#pagina{
	background: rgba(84, 119, 150, 0.9);
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#logo{
	margin-top: 200px;
}

#testo{
	background: rgba(84, 119, 150, 0.9);
	border-radius: 10px;
	margin-top: 30px;
}

#contatti{
	color: white;
}

.oswald{
	font-family: 'Oswald';
	font-weight: normal;
	font-style: normal;
}
#tel a:link, #tel a:visited, #pi a:link, #pi a:visited{
	color: white;
	text-decoration: none;
}

.text-medium{
	font-size: 1.3em;
}
