﻿html, body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Arial', sans-serif;
	color: #000;
	margin: 0;
}

body {
	padding: 10px;
}
	
.logo {
	max-width: 100%;
	margin-top: 40px;
}

.construction {
	font-size: 1.8em;
	margin: 40px 0 30px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3em;
	color: #434242;
}

h1 {
	color: #dc171a;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.job {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
}

.indirizzo {
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

.info {
	font-size: 1em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #dc171a;
}

a {
	font-weight: normal;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #0063b1;
}

#box {
	margin-bottom: 30px;
	margin-top: 15px;
}

*/


/*@media screen and (max-width: 1280px) {
	.logo { margin: 10px 0; }
}

@media screen and (max-width: 700px) {
	.logo { width: 60%; }
}

@media screen and (max-width: 480px) {
	.logo { width: 80%; }
	.construction { font-size: 1.5em; }
	h1 { font-size: 1.8em; }
	.job { font-size: 1.1em; }
	#map { margin: 10px 0; }
	.indirizzo, a { font-size: 1em; }
}*/






