body {
	margin: 0;
	background-color: #811520;
	}

#top {
	background-color: #ee7f00;
	height: 70px;
	width: 100%;
	text-align: center;
	padding-top:10px;
	box-shadow: 3px 3px 18px 3px black;
	-webkit-box-shadow: 3px 3px 18px 3px black;
	}

#top img {height: 50px;}

#logo {
	text-align: center;
	
}

#indirizzo {
	text-align: center;
	color: #ee7f00;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

#testo {
	text-align: justify;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.1;
	padding-left: 25%;
	padding-right: 25%;
	margin-bottom: 50px;
}


@media screen and (min-width: 320px) and (max-width: 480px) {


#top {
	height: 50px;
	}

#top img {height: 40px;}

#logo {
	text-align: center;
	
}

#logo img {width: 80%;}

#indirizzo {
	text-align: center;
	color: #ee7f00;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

#testo {
	text-align: left;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}


}