﻿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: 45px;
}

.construction {
	font-size: 2em;
	margin: 20px 0 35px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3em;
}

h1 {
	color: #7B251F;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.job {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	margin-top: 10px;
}

.indirizzo {
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #7B251F;
	font-weight: normal;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: underline;
}

#box { max-width: 1280px; margin: 0 auto; }


@media screen and (max-width: 1280px) {
	.logo { margin: 10px 0; }
}

@media screen and (max-width: 480px) {
	.construction { font-size: 1.8em; }
	h1 { font-size: 1.6em; }
	.indirizzo, a { font-size: 1em; }
	body { padding: 20px; }
}






