h1, h2 {
	text-transform: uppercase;
	font-family: 'Questrial', sans-serif;
}

h3 {
	margin-top: 1em;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

h5 {
	font-size: 1.0em;
	margin-top: 1em;
	margin-left: 0px;
	padding-left: 0px;
}

#footer{
font-family: 'Questrial', sans-serif !important;
}

#socialicons {
    display: none;
}

/* Varianti Titolo e Sottotitolo */

@media only screen and (max-width: 799px) {
	
	#titlelogo h2 {
	margin-bottom: 2px !important;
	}		
}

@media only screen and (max-width: 599px) {
	
	#titlelogo h1 {
	font-size: 2em !important;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	
	#titlelogo h1 {
	font-size: 3em !important;
	}		
}

#breadcrumb {
	font-family: 'Questrial', sans-serif !important;
	display: block !important;
	}
	
#footer { 
	margin-bottom: 15px;
}
 
 #myExtraContent6, #myExtraContent6 a:link, #myExtraContent6 a:visited  {
	font-size: 14px;
	line-height: 1em;
	text-align: right;
	padding: 10px 0 10px 0;
	margin-bottom: 5px;
	color: #324350;
	}