/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Rigenera
 *
 */

/* CHI SIAMO */


header {
	height:50vh;
	background-image:url("../img/contatti/bg-header.webp");
	background-size:cover;
	background-position:center;
	padding-top:17vh;
}

header h1 {
	font-family: 'open_sans';
 	font-size: clamp(40px, 4vw, 70px);
 	font-weight: bold;
  	line-height: clamp(40px, 4vw, 70px);
  	color:#FFF;
  	margin-top:40px;
}

/* chi siamo */

#contatti {
	background-color:#FFF;
	padding:100px 0px;
}

#contatti h2 {
	font-size: clamp(60px, 6vw, 100px);
 	font-weight: normal;
  	line-height: clamp(50px, 6vw, 90px);
  	color:#bc1544;
  	margin-bottom:20px;
  	text-align: center;
}

#contatti p {
 	font-size: 22px;
 	font-weight: normal;
  	line-height:30px;
  	color:#000;
  	margin-bottom:30px;
  	text-align:center;
}