/* Helpers */
.rosso{
	background-color:#ff0000
}

.verde{
	background-color:#00ff00
}

.blu{
	background-color:#0000ff
}
.text-red{
	color: #ff0000;
	font-style: italic;
}
/* Fine helpers */

/* Framework */
.h20{
	height:20px;
}
.space{
	margin-bottom: 10px;
}
.titoloLocal{
	font-family: 'Nothing You Could Do', cursive;
	font-size: 24px;
}
/* Fine framework */

/* Generici */
body{
	font-family: 'Exo', sans-serif;
	font-size:1.5em;
}

.center{
	line-height: 40px
}

.navbar-nav>li>a{
	font-size:1.5em;
	font-weight: 100;
}

.navbar{
	margin-bottom:0px;
}

.giustificato{
	text-align:justify;
	text-justify:inter-word;
}

.footer{
	background-color:#171d0b;
	color:#ffffff;
	min-height:40px;
}

.testi-footer{
	font-weight: 200;
	font-style:italic;
}

footer a{
	color:#ffffff;
	text-decoration:none;
}