@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Story+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');


.home-intro-txt {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
 font-size: 28px;
	color: #1daae2;
	line-height: 50px;
	margin-top: 50px;
}


.home-intro-firma {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
	color: #1daae2;
	font-size: 35px;
	margin-top: 55px;
}




.header.headr-style-1 {
  height: 105px !important;

}



.categoria-paginazione-active {
	background-color: #1daae2;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  width: 35px;
}

