@charset "iso-8859-1";
/* CSS Document */

	
	html, body{ height: 100%; overflow: hidden; }
	
	body{
		margin: 0 ; padding: 0 ;
		border: 14px solid #155a60;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background-color: #fff;
		color: #000;
		background-repeat: no-repeat; 
		background-position: center top; 
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;}
		
		
	a{ color: #000; text-decoration: none;}
		


	
	h1{ 
		background: url(cafe-lignac.jpg) no-repeat center; height: 100%;
		background-size: auto 80%; margin: 0;
	}
	h1 a{ 
		display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 100;
	}
	
	h1 a span{ display: none;}
	
	

	.lt-1024  h1{ 
		background: url(cafe-lignac-mob.jpg) no-repeat center; height: 100%;
		background-size: auto 100%; }
	

	/*h1{ text-align: center; padding: 30px 20%; height: 80%;  margin: 0; }
	.lt-1650 h1{ padding: 20px 12%; }
	
	
	h1 img{ width: 100%; }
	
	#Mobzim{ display: none;}
	
	.lt-1024 #Mobzim{ display: inline;}
	.lt-1024 #Desktopzim{ display: none;}
	
	.lt-1024  h1{ padding: 20px 7% }
	
	html.lt-1024, .lt-1024 body{ height: auto;  overflow: visible; }
	*/