body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	color: #444;
}

h1,
h2,
h3 {
	font-family: "Cinzel", serif;
}

/* SEZIONE HERO */
#hero {
	height: 100vh;
	width: 100%;
	background: grey;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#hero video {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	object-fit: cover;
	font-family: "object-fit: cover";
}

#hero .titoli {
	/* colore del testo */
	color: whitesmoke;

	/* Fascia */
	width: 100vw;
	padding: 20px;
	background: rgba(80, 80, 80, 0.7);
	/* posiziona in basso */
	margin-top: auto;

	/* Flexbox */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	/* Allinemaento testo */
	text-align: center;
	position: relative;

	/* Ordine */
	z-index: 10;
}

#hero .titoli h1 {
	text-transform: uppercase;
	font-family: "Cinzel", serif;
	margin-bottom: 0.5rem;
}

#hero .titoli h2 {
	font-weight: 400;
	font-family: "Cinzel", serif;
	margin: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
	#hero .titoli h1 {
		font-size: 2.5rem;
	}

	#hero .titoli h2 {
		font-size: 2rem;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	#hero .titoli h1 {
		font-size: 3.5rem;
	}

	#hero .titoli h2 {
		font-size: 2.5rem;
	}
}

header span.animated {
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#hero .titoli h1 {
		font-size: 4rem;
	}

	#hero .titoli h2 {
		font-size: 3rem;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1024px) {
	#hero .titoli h1 {
		font-size: 5rem;
	}

	#hero .titoli h2 {
		font-size: 4rem;
	}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 1025px) and (max-width: 1280px) {
	#hero .titoli h1 {
		font-size: 6rem;
	}

	#hero .titoli h2 {
		font-size: 5rem;
	}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1281px) {
	#hero .titoli h1 {
		font-size: 7rem;
	}

	#hero .titoli h2 {
		font-size: 6rem;
	}
}

/* FRECCIA */

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	z-index: 20;
	text-shadow: -1px 0 #444, 0 1px #444, 1px 0 #444, 0 -1px #444;
}

.fa-chevron-down {
	color: #ffffff;
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

/* ---------------------------------- */
/* MAIN*/
/* ---------------------------------- */

main {
	font-size: 1.5em;
	z-index: 10;
}

.div-esterno {
	color: white;
	width: 100vw;
	height: 100%;
	background: #800d0d;
	position: relative;
	padding: 20px;
	z-index: 15;
}

.div-interno {
	align-items: center;
	text-align: center;
	position: relative;
	height: 100%;
	width: 100%;
	border: 6px solid goldenrod;
	border-style: solid none solid none;
	padding: 5px;
}

.div-interno .giust {
	text-align: justify;
}

.sx {
	text-align: left;
}

.div-interno h1 {
	text-transform: uppercase;
	font-family: "Cinzel", serif;
	margin-bottom: 0.5rem;
}

.div-interno h2 {
	font-weight: 400;
	font-family: "Cinzel", serif;
	margin-bottom: 2rem;
}

.div-interno h3 {
	font-size: 1em;
	font-family: "Cinzel", serif;
	margin-bottom: 0.2rem;
}

@media (min-width: 320px) and (max-width: 480px) {
	.div-interno h1 {
		font-size: 2.5rem;
	}

	.div-interno h2 {
		font-size: 2rem;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.div-interno h1 {
		font-size: 3.5rem;
	}

	.div-interno h2 {
		font-size: 2.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.div-interno h1 {
		font-size: 4rem;
	}

	.div-interno h2 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.div-interno h1 {
		font-size: 5rem;
	}

	.div-interno h2 {
		font-size: 4rem;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.div-interno h1 {
		font-size: 6rem;
	}

	.div-interno h2 {
		font-size: 5rem;
	}
}

@media (min-width: 1281px) {
	.div-interno h1 {
		font-size: 7rem;
	}

	.div-interno h2 {
		font-size: 6rem;
	}
}

.space50 {
	height: 50px;
}

.space200 {
	height: 200px;
}

.bottone {
	background-color: antiquewhite;
	border: none;
	border-radius: 5px;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.2em;
	margin: 4px 2px;
	cursor: pointer;
	z-index: 40;
}
/* ------------------------ */
/* LIBRETTO */
/* ------------------------ */

.libr {
	background-color: black;
	color: #f5d67b;
	margin: 30px;
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
	font-size: 2.5rem;
}

.libr ol {
	background: #404040;
	padding: 5px 20px 10px 90px;
	border-radius: 10px;
}

.libr ol li {
	color: orange;
	background: #606060;
	padding: 5px 5px 5px 20px;
	margin-left: 45px;
	margin: 15px;
	border-radius: 15px;
}

.libr a {
	color: orange;
	text-decoration: none;
	outline: none;
}

.libr .bottone {
	background-color: #707070;
	border: none;
	border-radius: 5px;
	color: orange;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.2em;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 15px;
}

.bottone-som {
	background-color: #707070;
	border: none;
	border-radius: 5px;
	color: orange;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	cursor: pointer;
}

.libr p {
	margin-top: 0.2em;
	margin-bottom: 0em;
}

.libr h1,
h2,
h3 {
	font-family: "Cinzel", serif;
	color: #f79161;
	margin-top: 80px;
}

.libr h1 {
	text-transform: uppercase;
	font-size: 2em;
}

.libr h2 {
	border-top: #f79161 2px solid;
	padding-top: 8px;
}

.libr h3 {
	text-decoration: overline underline;
	text-underline-offset: 6px;
}

.libr h4 {
	color: #f79161;
	line-height: 0;
	font-weight: normal;
}

.libr h4::before {
	content: "(";
}
.libr h4::after {
	content: ")";
}

.libr .pers {
	text-transform: uppercase;
	color: #f79161;
	font-weight: bold;
	margin-top: 16px;
}

.pers::before {
	content: "- ";
}
.pers::after {
	content: " -";
}

.comm {
	font-style: italic;
	color: #d8b384;
}
