.contatti {
	background-color:rgba(255,255,255,0.6);
	margin-top:5%;
	margin-left:auto;
	margin-right:auto; 
	box-shadow:0em 0.3em 0.4em rgba(0,0,0,0.8);
	padding: 20px;
}

@media screen and (min-width: 800px) {
    .contatti {
    	width:90%; 
    }
}
@media screen and (min-width: 1000px) {
	.contatti {
		width:70%; 
	}
}
#logo {
	margin-top:2.5%;
	margin-bottom:2.5%;
}

body {
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Bitter', serif;
	
}
h4 {
    font-size: 1em;
	font-weight: normal;
	color: #51020299;
}
h1 {
	color: white;
	background-color: #51020299;
}
