body.extraspace {
    margin-top: 141px;
    min-height: calc(100vh - 141px);
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 { 
	font-weight: 600;
}

button, .btn {	border-radius: 0;    text-transform: uppercase;    letter-spacing: 1px;    font-size: 0.9em;    padding: .6em 1.2em;}
.btn-sm {	border-radius: 0;    text-transform: uppercase;    letter-spacing: 1px;    font-size: 0.8em;    padding: .45em .85em;}
.over-the-top-bar {	font-size: 0.9em;}
.navbar {    text-transform: uppercase;    font-weight: 600;    font-size: .85em;	letter-spacing: 0.5px}
.articoli-dal-blog .card .btn {    bottom: 0;    right: 0;}

@media (min-width:768px){
	h1, .h1 {
		font-size: 3em;
	}
}

#topMenu a {
	color: rgba(255,255,255,0.9);
	padding: 1em !important;
}

#topMenu a:hover {
	color: rgba(255,255,255,1);
}

#topMenu > ul > li:nth-child(1) {
	background: #ffd419;
}

#topMenu > ul > li:nth-child(2) {
	background: #9bc31e;
}

.over-the-top-bar nav {
	height: inherit;
	min-height: 43px;
}

.over-the-top-bar .navbar{
	padding: 0 !important;
}

.menu-principale.extraspace {
	margin-top: 43px;	
}

.over-the-top-bar .navbar-toggler {
    right: 10px;
    top: 6px;
}

pre {
	padding: 2em;
}

.articolo img {
	width: 100%;
	min-width:100%;
	height: auto;
}

.extra-info a.badge.badge-primary {
	background-color: var(--primary-over) !important;
}

.extra-info a:hover.badge.badge-primary {
	background-color: var(--primary-active) !important;
}