/* Enter Your Custom CSS Here */
header{
	/*CAMBIARE PX COME DA PX SELEZIONATI SU TEMPLATE*/
	max-width: 1100px !important; 
	width: 100%
}
.menu-item > a{
	font-family: "Ubuntu";
	color: black
}

.img-come-lavoriamo img{
	height: 50px !important;
	width: 50px !important;
}

#blog-list-container a {
	color: #f7a434;
}

#blog-list-container a:hover {
	color: black;
}

 @media only screen and (max-width: 600px) {

		.site-navigation {
			justify-content: flex-start;
		}
  
}