@import url(https://fonts.googleapis.com/css?family=Allerta+Stencil);
html {
    background-color: #1f1f1f;
}
body {
    font-family: Allerta Stencil;
    color: #fff;
    overflow-y: scroll;
    max-width: 1024px;
    margin: 0 auto;
    min-height: 800px;
}
a,a:link,a:active,a:visited {color:#fff !important}
header {
    padding: 0 0 30px;
}

h1 {
    font-size: 80px;
    float: left;
    font-weight: lighter;
    margin-bottom: 10px;
}
img#logo {
    float: right;
    position: relative;
    top: 70px;
}
h2 {
    color: #777777;
    font-size: 26px;
    clear: both;
    font-weight: lighter;
}
/*#seguicianche, #seguicianche a {
	color: #777;
	font-size: 18px;
	margin-top: -18px;
	font-style:italic;
	text-decoration:none;
}*/
#dvMap {
    width: 100%;
    height: 520px;
    position: absolute;
    margin-top: 15px;
    color: #000;
	left:0;
}
#bottonechisiamo {
    font-size: 20px;
    margin: 560px auto 0;
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
    cursor:pointer;
    width:65px;
    border-bottom:1px solid #fff;
    margin-bottom:16px;
}
#chisiamo {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0 85px 25px;
    text-align: justify;
}
#chisiamo p {
    color: orange;
    font-style: italic;
    text-align: center;
}

#chisiamo p a, #chisiamo p a:active, #chisiamo p a:visited, #chisiamo p a:link {
	color:orange;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
