
 body{
 	background: #f5f5f5;
 }
 
 
.title {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;

  display: table;
  height: auto;

  color: #fcfcfc;
  text-align: center;

  font-size: 8em;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: normal;

  letter-spacing: -0.05em;
  line-height: 1.2em;
}


#second p , #contatti p {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 50%;

  display: table;
  height: auto;

  color: #444141;
  text-align: justify;

  font-size: 0.9em;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: normal;

  letter-spacing: -0.05em;
  line-height: 1.2em;
}


.titles{
  color: #444141;
  font-size: 6em;
  letter-spacing: -0.07em;
  font-weight: normal;
}

h2{
	 margin: auto;
	  position: absolute;
	  top: 190px; left: 0; bottom: 0; right: 0;
	  width: 100%;
	
	  display: table;
	  height: auto;
	
	  color: #cfcdcd;
	  text-align: center;
	
	  font-size: 2.5em;
	  font-family: 'Helvetica Neue', sans-serif;
	  font-weight: normal;
	
	  letter-spacing: -0.05em;
	  line-height: 1.2em;
	  
}

a{
	color: #868686;
	text-decoration: none;
}