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

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(../imm/sfondo.jpg) center no-repeat;
	background-size:cover;
	font-family:'Muli', sans-serif;
	color:#29265B;
}

a:link, a:visited {
	color:#29265B;
	text-decoration:none;
}

a img {
	border:none;
}

h1 {
	font-size:1.9em;
	color:#C00;
}

p {
	font-size:0.9em;
}

#column {
	position:absolute;
	left:5%;
	padding:0 2%;
	width:16%;
	height:100%;
	background:rgba(255,255,255,0.9);
}

#column img {
	margin-top:10%;
	max-width:100%;
}

#form {
	margin:0;
	padding:20px;
	background-color:#FFF;
}

.address {
	margin:8% 0 10% 0;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}

.more {
	position:absolute;
	z-index:1;
	right:5%;
	bottom:10%;
}

.more img {
	margin-left:35px;
}

@media screen
and (max-height:768px) {
  h1 {
	  font-size:1.2em;
  }
  
  p {
	  font-size:0.7em;
  }
  
  #column {
	  width:20%;
  }
  
  .address {
	  margin:12% 0 18% 0;
	  font-size:0.6em;
  }
  
  .more {
	  right:0;
	  bottom:5%;
  }
  
  .more img {
	  width:25%;
  }
}