@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,900;1,700&display=swap');

:root {
	--blue: #041321;
	--skyblu: #01D5D9;
	--black: #000000;
	--yellow: #FFD251;
	--white: #ffffff;
	--orange: #eb5136;
	font-family: 'Archivo', sans-serif;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background-color: var(--black)
}

h1 {
	font-size: 120pt;
	letter-spacing: -8px;
	font-weight: 900;
	line-height: 0.9;
	margin: 0px;
}

h2 {
	font-size: 31pt;
	line-height: 1;
	font-weight: 500;
	margin: 0px;
}

h3 {
	font-size: 25pt;
	font-weight: 500;
	line-height: 1;
	margin: 0px;
}

h4 {
	font-size: 20pt;
	line-height: 1;
	font-weight: 400;
	margin: 0px;
}

h5 {
	font-size: 16pt;
	font-weight: 400;
	line-height: 1.2;
	margin: 0px;
}

h6 {
	font-size: 12pt;
	font-weight: 400;
	line-height: 1.2;
	margin: 0px;
}

a {
	text-decoration-color: none;
	text-decoration: none;
	color: var(--blue);
}


.titolo_scuro {
	color: var(--blue);
	padding-bottom: 6px;
}

.titolo_chiaro {
	color: var(--white);
	padding-bottom: 6px;
}

.sottotitolo_chiaro {
	color: var(--skyblu);
	padding-bottom: 20px;
}

.testo_scuro {
	color: var(--blue);
	padding-bottom: 20px;
}

.testo_chiaro {
	color: var(--white);
	padding-bottom: 20px;
}


.background-column {
	position: absolute;
	width: 99vw;
}


.main-column {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

@keyframes mymove {
	50% {
		transform: rotate(360deg) scale(1.2);
	}
}


.img_header {
	position: fixed;
	padding: 0px;
	height: 100%;
	z-index: 0;
	background-size: contain;
}


.img-box{
	width: 30%;
}

.head_loghi {
	padding: 0 5vw;
	max-height: 45px;
}

.efi {
	width: 8%;
}

.container_head_loghi>* {
	vertical-align: middle;
	margin-top: 50px;
	margin-bottom: 40px;
	display: inline-block;
}

.head {
	color: var(--white);
}

.head_text {
	margin-top: 0vh;
	text-align: center;
	color: var(--white);
}

.event_title {
	font-weight: 800;
	font-size: 55pt
		/* color: red; */
}

.sovra_logo {
	mix-blend-mode: screen;
	width: 600px;
	margin: 0px;
	padding: 0px;
}

.mimaki_img {
	width: 30vw;
	min-width: 200px;
	margin: 5vh 0;
}

.date_text {
	margin-top: 0vh;
}

.orange-color{
	color: var(--orange);
}


.text-container{
	margin-bottom: 75px;
	text-align: center
}

.button_link {
	margin-top: 10px;
	background-color: var(--skyblu);
	border-radius: 20px;
	padding: 10px;
	border: none;
	font-size: 20px;
	font-weight: 500;
}

.button_scopri {
	margin-top: 40px;
	background-color: var(--skyblu);
	border-radius: 20px;
	padding: 10px;
	border: none;
	font-size: 20px;
	font-weight: 500;
	mix-blend-mode: screen;
}

.button_scopri:hover,
.button_link:hover {
	background-color: var(--yellow);
}

.button_scopri:onclick {
	color: none;
}

.column_text_medium {

	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 200px;
	width: 100%;
	max-width: 800px;
	color: var(--white);
}

.column_text_small {
	width: 100%;
	max-width: 650px;
	vertical-align: top;
}

.column_text_email {
	width: 100%;
	max-width: 260px;
	padding: 100px;
}

.column_text_foot {
	width: 23%;
	padding-right: 1%;
}


.container {
	mix-blend-mode: screen;
	padding-top: 100px;
	background-color: white;
	padding-bottom: 100px;
}

.container_black {
	margin-top: 100px;
	padding-top: 100px;
	background-color: var(--blue);
}


.partner_img {
	width: 400px;
	padding-bottom: 50px;
}

.inline {
	display: inline-block;
	vertical-align: top;
}

.blocco_sezione {
	font-size: 40px;
	background-color: var(--white);
	padding: 20px 10px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.container_partner_loghi {
	vertical-align: top;
	width: 90%;
	max-width: 300px;
	padding: 150px 100px;
	margin: 0px;
	z-index: 1
}

.footer {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 80px;
	background: var(--white);
}

.img_foot {
	max-width: 90%;
	max-height:60px ;
	margin-bottom: 15px;
}

@media only screen and (max-width: 900px) {


	h1 {
		font-size: 55pt;
		letter-spacing: -8px;
		font-weight: 900;
		line-height: 0.9;
		margin: 0px;
	}

	h2 {
		font-size: 18pt;
		line-height: 1;
		font-weight: 500;
		margin: 0px;
	}

	h3 {
		font-size: 15pt;
		font-weight: 500;
		line-height: 1;
		margin: 0px;
	}

	h4 {
		font-size: 15pt;
		line-height: 1;
		font-weight: 400;
		margin: 0px;
	}

	h5 {
		font-size: 16pt;
		font-weight: 400;
		line-height: 1.2;
		margin: 0px;
	}

	.head_loghi {
		max-height: 25px;
		padding: 10px;
	}

	.efi {
		width: 10%;
	}

	.container_head_loghi>* {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.img_header {
		margin-top: 0%;
		padding: 0px;
		width: 200%;
		margin-left: -50%;
		z-index: 0;
	}

	.sovra_logo {
		width: 300px;
		margin-top: 30px;
	}

	.intro_text {
		margin: 10px;
		width: 60%
	}

	.head_text {
		margin: 10px auto;
		width: 100%;

	}

	.date_text {
		margin-top: 3vh;
	}


	.button_scopri {
		margin-top: 20px;
		font-size: 15px;
	}

	.column_text_medium {
		padding-top: 140px;
		padding-bottom: 140px;
	}

	.column_text_email {
		padding: 0px;
	}

	.column_text_foot {
		text-align: center;
		width: 100%;
		padding-right: 1%;
		margin-bottom: 50px;
	}



	.container {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container_black {
		margin-top: 70px;
		padding-top: 70px;
	}

	.container_partner_loghi {
		vertical-align: top;
		text-align: center;
		width: 90%;
		padding: 0;
		margin: 0px;
		z-index: 1
	}

	.partner_img {
		width: 200px;
	}

	.event_title {
		font-size: 25pt;
	}

}