html {
	scroll-behavior: smooth;
}
canvas{
    top: 0px;
    left: 0px;
    position: absolute;
    display: flex;
    z-index: -1;
	height: 2vh;
  }
body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	background-color: #ffffff32;
	color: #000000;
	margin: 0 0 0 12em; /* 4em left margin */
	padding: 0;
	text-align: left;
	line-height: 1.6;
}
canvas{
    top: 0px;
    left: 0px;
    position: absolute;
    display: flex;
    z-index: -1;
	height: 2vh;
  }
header {
	position: fixed;
	top: 0;
	left: 4em;
	width: calc(100% - 4em);
	background-color: #ffffff;
	z-index: 999;
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #000;
	z-index: 1;
}

header h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	border-right: 2px solid #000;
	padding-right: 20px;
}

a {
	text-decoration: none;
	color: #000000;
	margin-right: 20px;
	font-size: 16px;
	transition: color 0.4s linear;
	padding: 5px;
	border: 2px solid transparent;
}

a:hover {
	color: #808080;
	border-color: #000;
}

h1 {
	font-size: 2.5em;
	margin: 100px 0 20px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2; /* Ridurre l'interlinea */
	/* border-bottom: 2px solid #000; */
	padding-bottom: 10px;
}

h2 {
	font-size: 36px;
	margin-top: 50px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

h3 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	/* border-bottom: 2px solid #000; */
	padding-bottom: 5px;
}

#logo a {
	font-size: 48px;
	margin-top: 50px;
	color: #000000;
	font-weight: bold;
}

#logo a:hover {
	color: #808080;
}

#s,
#cf,
#u,
#ap,
#b
{
	font-size: 24px;
	padding-top: 40px;
	font-weight: bold;
}



.content {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: auto;
	grid-gap: 20px;
	padding-top: 100px;
	/* border-left: 2px solid #000; */
}

.content p {
	margin-top: 20px;
}

#headline {
	grid-column: 1 / span 8;
}

.cap1,
.cap2,
.cap3,
.cap4,
.cap5 {
	grid-column: 1 / span 7;
	margin-top: 20px;
	/* border-bottom: 2px solid #000; */
	padding-bottom: 10px;
}


.caption_schermo,
.caption_simmons {
	font-size: 14px;
	margin-top: 10px;
}



#indice {
	position: fixed;
	top: 150px;
	left: 1em;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #000;
	padding-left: 10px;
}
