@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');

h1,h2,h3,h4,h5,h6{
	font-family:"Poppins";
	font-weight:600;
}

h1.big{
	letter-spacing:-1px;
}

h2{
	font-size:32px;
}

#mainmenu.style-2{
	font-family:"Poppins";
	font-weight:600;
}

.loghi-istituzionali > div{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top: 20px;
}
.loghi-istituzionali img{
	width: auto;
	height: auto;
	max-height: 100px;
	max-width: 100%;
}
.loghi-istituzionali img:first-of-type{
	max-height: 120px;
}

@media only screen and (max-width: 768px) {
    .loghi-istituzionali > div{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-content: center;
	}
	.loghi-istituzionali img{
		margin: auto;
	}
	.loghi-istituzionali img:first-of-type{
		margin-bottom: 25px;
	}
}