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

body.menu-centrato .over-the-top-bar .navbar-toggler {
    position: absolute;
    right: 6px;
    top: 6px;
    margin: inherit;
}

.btn {
	border-radius: 5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
}

.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
    color: #000000;
}

.btn-secondary:hover {
    color: #000000;
}

.menu-principale {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.9em;
}

section {
	padding: 4.5em 0;
}

#topMenu > ul > li > a  {
	background: url('../immagini/altro/myclarity.png') center center no-repeat;
	background-size: contain;
	width: 100px;
	height: 30px;
}

.over-the-top-bar nav.navbar {
	border-bottom: 1px solid #d9d8d8;
}

/* Sezioni specifiche */

.homegrid .col-md-4 div {
	padding: 2.5em;
	background: #FFF;
	border-radius: 0.5rem;
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	height: 100%;
}

@media screen and (min-width:992px){
	
	body.menu-centrato {
		margin-top: calc(107px + var(--logo-h-xl));
		min-height: calc(100vh - (107px + var(--logo-h-xl)));
	}
	
	.menu-principale .navbar-brand{
		margin-bottom: 1rem !important;
	}	
	
	.menu-principale.affix .navbar-brand{
		margin-bottom: 0 !important;
	}
	
	section {
		padding: 6em 0;
	}

}