@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

body{
	/*font-family: arial, helvetica;*/
	font-family: 'EB Garamond', serif;
	color: #333;
	
}

/*
 @media screen and (orientation:portrait) { }
 @media screen and (orientation:landscape) { }

 */
 
a{ text-decoration:none; color: #000; }

a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

fieldset,img { border: 0; }

	
#logop {
    max-width:80%;
    height: auto;
    width: auto\9; /* ie8 */
    padding-top: 15%;
    vertical-align: middle;
}

.slide {

   background-size: contain; 
	/*background-position: 50%;*/
	/*background-position: bottom;*/
	/*background-position: 50% -10%;*/		
	/*height: 100%;*/
}

p{	font-size: 2.4em; }

.intro p{
	width: 90%;
	margin: 0 auto;	
	color: #FFF;
  text-shadow: 2px 2px 4px #000000;
}

.section{
	text-align:center;
}

	
#section0{
 /* logo inziale*/
	vertical-align: middle;
	text-align: center;
	background-color: #673017;
}

#section1 { /* slide vallombrosa con testo*/ }	

#section1 p, #section2 p, section4 p{
	padding: 24% 0 0 0; 
}
#section2 { /* slide storia con testo*/       }	
	
#section3 {	/*coltivazione*/
		background-image: url(../images/campo-patate-panorama.jpg);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 20% 0 0 0;
	}
	
#section4{ 	/*foto slide */ }	
	
#section5{
		/*contatti*/
		padding: 6% 0 0 0;
	}	
	
.section5 p{
	color: #000;
}	
	
	
#slide1{	background: url(../slides/slide05.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide2{ background: url(../slides/slide02.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide3{ background: url(../slides/slide12.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide4{ background: url(../images/panorama-valdarno.jpg) no-repeat center center ; padding: 0 0 0 0; }
#slide5{ background: url(../slides/slide11.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide6{ background: url(../slides/slide09.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide7{ background: url(../slides/slide01.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide8{ background: url(../slides/slide14.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide9{ background: url(../slides/slide08.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide10{ background: url(../slides/slide10.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide11{ background: url(../slides/slide04.jpg) no-repeat center center; padding: 0 0 0 0; }
#slide12{ background: url(../slides/slide15.jpg) no-repeat center center; padding: 0 0 0 0; }
	
	.fullPage-slidesNav.bottom{
		bottom: 10px;
	}


#header {
		top:0px;
		position:fixed;
		height: 70px;
		display:block;
		width: 100%;
		background: #FFF;
		z-index:9;
		text-align:center;
		color: #000;
		padding: 10px 0 0 0;
	}

	#footer{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		bottom:0px;
		background: #FFF;
		z-index:9;
		text-align:center;
		color: #000;
	}

nav {
	width: auto;
	/*max-width: 1200px;*/
	margin: 0 auto;
	font-family: "Arial Narrow", Arial, "Helvetica Condensed", Helvetica, sans-serif;
	font-stretch: condensed;
	text-align: center;
}


nav ul{
	display:block;
	margin: 0 auto;
	list-style-type: none;
 
}

nav ul li {
  font-size: 1.6em;	
  display:inline; 
  margin: 0 1px 0 1px;
}

nav ul li a:hover {
 /*background:#dedede; */

}

.corsivo {
	font-style: italic;
	font-size: -1em;
}


