.nav-link {
    color: white !important;
}

#primary-menu {
	background-image: url("/img/header_chi_siamo.jpg");
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	max-height: 300px;
}

@media only screen and (max-width: 600px) {
	#primary-menu {
		background-image: url("/frontend/img/header_chi_siamo_mobile.jpg");;
		background-size: unset;
		background-position: unset;
	}
}