@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

.menu-principale  {
	font-size: 22px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.9);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

.small_img .griglia-immagini img {
    max-width: 80px;
    margin-left: calc(50% - 40px);
}

footer a{
	color: var(--primary-over) !important;
}
footer a:hover{
	color: #ffc67a !important;
}

.header{
	position: relative;
}

.header::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 85%;
    z-index: 0;
    /*background: rgb(11,47,35);
    background: linear-gradient(180deg, rgba(11,47,35,0.95) 0%, rgba(11,47,35,0) 90%);*/  
	background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 90%);
}


.owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 13px;
    position: absolute;
    width: 100%;
}

@media (min-width:768px) {
	section {
		padding: 6em 0;
	}
}

@media screen and (min-width: 992px) {
	body{
		font-size: 19px;
	}

	main{
		margin-top: -198px;
	}
	
	body.logo-centrato .menu-principale {
		background: transparent !important;
		box-shadow: none;
		border-bottom: none;
	}
	
	body.logo-centrato .menu-principale {
		background: transparent !important;
		box-shadow: none;
		border-bottom: none;
	}
	
	body.logo-centrato .menu-principale.affix {
		background: var(--primary) !important;
		box-shadow: inherit;
	}
	
	.h2, h2 {font-size: 2.35rem;}
	.h3, h3 {font-size: 2rem;}
	.h4, h4 {font-size: 1.75rem;}
	.h5, h5 {font-size: 1.5rem;}

}