@charset "utf-8";
/* CSS Document */

.slide {
	position: relative;
	width: 100%;
	font-family: Roboto;
	font-size: 18px;
}


/**** Nelle pari metti i testi - 
Non mettere il Box Shadow perchè nelle slide fa abbastanza cagare, sembrano meglio senza.****/
#slide2 { width:100%;
	height: 750px;
	padding: 150px 0px;
	z-index: +8; background-color:#d6d9bb;
	background-image:;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 95%; 
}
#slide4 {
	height: 750px;
	padding: 150px 0px;
	 background-color:#d6d9bb;
	z-index: +8;
	background-image: ;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat; opacity: 95%;
}

#slide6 {
	height: 750px;
	padding: 150px 0px;
	 background-color: rgba(255,153,102,1);
	z-index: +8;
	background-image: ;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;opacity: 95%;
}


#slide8 {
	height: 750px;
	padding: 150px 0px;

	 background-color:#d6d9bb;
	z-index: +8;
	background-image: ;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat; 
	opacity: 95%;
}



/**** nelle Dispari metti le Immagini di sfondo -
Non mettere il Box Shadow perchè nelle slide fa abbastanza cagare, sembrano meglio senza. ****/

#slide1 {
	height: 1200px;
	background-image: url(../img/home.jpg); 
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 90%; padding: 150px 0px;
	
	z-index:+8 ;
}
	
	
#slide3 { height: 1200px;
	background-image: url(../img/Sfondo_3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; opacity: 95%; padding: 150px 0px;
	z-index:+8 ;
}

	
	
#slide5 {
	height: 1200px;
	background-image: url(../img/Sfondo_5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;opacity: 95%;padding: 150px 0px;
	z-index:+8 ;
}


#slide7 {
	height: 1200px;
	background-image: url(../img/contatti.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;opacity: 95%;padding: 150px 0px;
	z-index:+8 ;
}






#footer { width:100%;
	height: 400px;
	background-color:#8e9295;
	z-index: +8; 
	 margin-bottom:70px;
	 background-image: url(../img/contatti.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;opacity: 95%
}
