body {
	font-family: adobe-garamond-pro, serif;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 400;
}

a {
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #978F07;
}

a:focus,
button:focus,
input:focus {
    outline: 3px solid #eee !important;
	/*box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);*/
	border-radius: 5px;
}
@media (prefers-reduced-motion: no-preference) {
  :focus {
	transition: outline-offset .25s ease;
	outline-offset: 3px;
	background-color: #eee;
	color: #000;
  }
}



#masthead {
	height: 25vh;
}
#logo {
	max-width: 257px;
	margin: 10px auto 0;
}

h1 {
	font-size: 3.0rem;
	line-height: 3.2rem;
	color: #978F07;
	margin-top: 100px;
	font-weight: 400;
	font-style: italic;
}
p {
	margin: 0;
}
p span {
	font-size: 2.8rem;
}

#mappa {
	max-width: 323px;
	margin: 0 auto;
}

#colophon {
	padding-bottom: 2vh;
}





@media screen and (max-width: 790px) {

	#masthead {
		height: 2vh;
	}

	h1 {
		margin-top: 10px;
	}
	#logo {
		max-width: 180px;
		margin: 0 auto;
	}
	#mappa {
		max-width: 230px;
		margin: 0 auto;
	}

}