


/*h1TITOLO*/
h1{font-size: 2em;font-family:raleway-v28-latin-regular;text-align:center;font-weight: normal;color:#580d9e/* primary color*/;}




h2{font-size:1.6em; font-family:raleway-v28-latin-regular; text-align:center; font-weight:normal; font-style:normal; color:#580d98;}


h3{font-size:1.4em;font-family:Roboto Slab;font-style:italic;text-align:center;font-weight: normal;color:#2c2c2c/* primary color*/;}



h4{font-family: 'Roboto Slab';font-size: 0.9em;text-align:center;font-weight: normal;color:#ffffff/* primary color*/;}

h5{font-family: 'Roboto Slab';font-size: 1em;text-align:left;font-weight: normal;color:#580d98/* primary color*/;}

h6{font-family:'Roboto Slab';font-size: 1em;text-align:left;font-weight: normal;color:#ffffff/* primary color*/;}

div.sinistra {
  border-left: 2px solid #580d9e;
  padding-left: 20px;
padding-bottom: 5px;
}


/*LINK A PAGINA INDICE UCCELLI STORIE */
a.indice:link{font-size:1.1em; font-family:Roboto Slab; text-align:center; font-weight:normal; color:#8A3D3F; text-decoration:none;}
a.indice:visited {font-size:1.1em; font-family:Roboto Slab; text-align:center; font-weight:normal; color:#8A3D3F; text-decoration:none;}
a.indice:hover{text-align:center;color:#ffffff;}
a.indice:active{font-size:1.1em; font-family:Roboto Slab;text-align:center;font-weight:normal; color:#8A3D3F; text-decoration:none;}

.esplorazione {font-size: 1em; font-style:italic;text-align:center;font-weight: italic;color:#2c2c2c/* primary color*/;} 


/*TESTO */
p{font-size: 1.2em;font-family:Roboto Slab;text-align:justify;font-weight:normal;color:#2c2c2c/* primary color*/;} 

/*CENTRARE IMMAGINE*/
.img-container {
       display: flex;
      justify-content: center;
      }

/*CENTRARE LINK*/
.link-container {
       text-align: center;
      }


/* -----------------TITOLO E STATEMENT------------------ */

.contenitoreTESTOSTORIE .contenutoTESTOSTORIE{
	max-width:1000px;
	margin:auto;
	padding:30px 10px;
}

.contenitoreTESTOSTORIE .contenutoTESTOSTORIE a{
	color:#8A3D3F/* primary color*/;
	text-decoration: none;
	font-weight: normal;
}

.contenitoreTESTOSTORIE .contenutoTESTOSTORIE a:hover{
	color:#FFFFFF/* primary lightcolor*/;
}

/* -----------------CONTENITORE MIG------------------ */

.contenitoreMIG .contenutoMIG{
	max-width:1400px;
	margin:auto;
	padding: 10px 10px;
}


/* -------------CASELLE MIG----------------*/
.struttura-AUTO {
	text-align: center;

}

.struttura-AUTO ul li{
	display: inline-block;
	vertical-align: top;
	width:auto;
  height:auto;
	margin:10px;
	text-align:center;
	background-color:#cccccc;
}


/* -------------CASELLE LINK COMMENTO E LINK INDICE NON USATE----------------*/
.struttura-COMMENTO {
	text-align: center;

}

.struttura-COMMENTO ul li{
	display: inline-block;
	vertical-align: top;
	width:auto;
  
height:auto;
	margin:10px;
	text-align:center;
	background-color:#cccccc;
}








