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

/* CHI SIAMO */


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

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 */

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

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

#chisiamo img {
	margin-top:100px;
}

#chisiamo p {
 	font-size: 22px;
 	font-weight: normal;
  	line-height:30px;
  	color:#000;
  	margin-bottom:0px;
  	margin-top:40px;
  	text-align:justify;
}

#chisiamo p strong {
 	font-weight: 500;
}