html, body {
  height: auto !important;
}

#page,
#content,
.site-content,
main,
.elementor-location-content {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/*NON DISPLAY TITOLO*/
.page-header {
	display:none; !important;
}

/*TITOLI1*/
h1{
	font-family: 'PlayfairDisplay' ,serif !important;
	color: rgb(51, 51, 51)!important;
	font-size: 150px !important;
	font-weight: 600!important;
/*	margin-top: 10px !important;
	margin-bottom: 10px !important;
margin-left: 5%!important; 
	margin-right: 5%!important; */
	margin:10px 10px!important;
	padding:0 !important;
	line-height: 1;
}

/*TITOLI2*/
h2{
	
font-family: 'PlayfairDisplay' ,serif !important;
	color: rgb(51, 51, 51)!important;
	font-size: 38px !important;
	font-weight: 500!important;
	margin-top: 70px !important; 
	margin-bottom: 10px !important;
	padding:0 !important;
}

/*PARAGRAFI*/
p{font-family: 'Monserrat';
color: rgb(51, 51, 51);
	margin: 0 10px !important;
	size: 18px;
	font-weight: 400;}

/*HTML, BODY*/
html, body {
/*COLORE SFONDO*/
   background-color: rgb(229, 224, 214) !important; 
 margin: 0!important;
  padding: 0 !important;
}



.site-content,
main,
.elementor-location-content {
  min-height: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}



.headerTutto
{  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}

/*SCROLL TO TOP*/
/*C'è IN FOOTER #scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-size: 20px;
  background-color: #00ffff;
  color: #000;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* nascosto di default */
 /* transition: background-color 0.3s;
}*/
/* C'è IN FOOTER#scrollToTopBtn:hover  {
  background-color: #00cccc;
} */


/*PAGINA*/
.pagina{
	    width:100%; /*tolto margine*/
    margin: 0  !important;
	  background-color:  rgb(229, 224, 214) !important ;
     justify-content:  center!important;   

}
.pHome, .pAbout
.pagina {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}





