/*!
 * ClimACT VDM bt Fran
 */

 @import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');


 body {
	font-family: 'Questrial', sans-serif;
	font-size: 1.5rem;
}
 
h1, h2 {
	text-align: center;
}

h1 {
	font-size: 2.7rem;
	color: #f82066;
}

a {
	font-weight: bold;
	color: #f82066;
}

#main-content-1 {
	background-color: #e58eaa;
	background: url("/festival2024/img/www-bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 4rem;
}

#main-content-2 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.flyer {
	box-shadow: 1px 10px 20px 20px rgba(255,255,255,0.4);
}

.al-lavoro  {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #f82066;
}