/* Add here all your CSS customizations 

PER VERSIONE DARK

p {color: #AAA !important;}
body {color: #AAA !important;}
.form-control {color: #FFF !important;}

 */

 section.section {background: #FFF; border-bottom: 5px solid #f1f1f1; border-top: 0px;}
 section.section:last-child {border-bottom: 0px;}

 #footer {margin-top:0px;}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.active {
	    background: #843f00;
	}
	#header .header-nav-main nav > ul > li > a {
		color: #843f00;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #843f00 transparent transparent transparent;
	}
}