body, html{height: 100%;margin:0; padding:0;}

body {color: #666;font: 16px/28px;font-family: 'Source Sans Pro', sans-serif;background: #e2e2e0;}


#logo{position: absolute; z-index: 100;left:0%; top:0%;  color: #fff; text-align: left; width:300px;;  height:300px; margin:20px 0 0 20px}

	h1{font-size: 50px; font-weight: 300;margin: 0px;padding:0}
	
	h2{font-size: 30px; font-weight: 300; margin: 0px;padding:0}  
	
	h3{font-size: 30px; font-weight: 300;margin:0 0 20px 0;padding:0; text-align: center;}
	
	p{margin-bottom:30px;font-weight: 300; }

	#link-scroll{border: 3px solid #fff; color:#fff; text-transform: uppercase;padding: 10px 15px;text-decoration: none;}

#fold{position: relative; height:100%;}

#panel{background: #fff; z-index: 100; position:relative; height: 50px; opacity:0.9;padding:20px}


video#bgvid { 

	position: fixed; right: 0; bottom: 0;
	
	min-width: 100%; min-height: 100%;
	
	width: auto; height: auto; z-index: -100; 
	
	background: url(loop-hd.jpg) no-repeat;
	
	background-size: cover; 
	
	z-index: 0;

}

video { display: block; } 


@media only screen and (max-width: 768px) {

		video#bgvid {display:none;}	
		
		body {background: url(loop-hd.jpg) no-repeat center top;background-size: cover; }
		
}

	

a:link {color: rgb(255,0,0);/* rosso se non visitato*/}

a:visited {color: rgb(0,255,0);/*verde se visitato*/}

a:hover {color: blue;/* blu al passaggio del mouse*/}

a:active {color: rgb(0,0,255);/*nero se attivo*/}
	
	