@media only screen and (min-width : 1180px) {
	.container {
		padding-left: 120px !important;
		padding-right: 120px !important;
	}
	.slider .row .col-md-6:first-child p.lead,
	#chi-siamo .row .col-md-6:first-child p.lead {
		padding-right: 20px;
	}
	.slider .row .col-md-6:last-child p.lead,
	#chi-siamo .row .col-md-6:last-child p.lead {
		padding-left: 20px;
	}
}
#footer * {
	font-family: "Figtree",sans-serif !important;
	font-size: 16px !important;
}
#footer a {
	color: inherit !important;
}
.h-inherit {
	height: inherit;
}
#slider-wrapper figure {
	display: block;	
	height: 76%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 !important;
}
#slider-wrapper .d-flex {
	height: 12%;
}

@media only screen and (max-width : 767px) {
	/**nav.menu {
		display: none !important;
	}**/
	.container {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
}

@media only screen and (max-width: 768px) {
        .nav-item {
            display: none;
        }

        .nav-item[href="https://www.napolillo.it/contatti/"] {
            display: block;
        }
    }