/***************************************/
/***************************************/
/* Copyright LP-Studio.it di Luca Poli */
/***************************************/
/***************************************/
body {
	background-color: #ffffff;
	margin:0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

img {
	border: 0px;
}

#logo {
	margin-top: 5%;
}

/****************************/
/*********** LINK ***********/
/****************************/
a:link {
	color: #DD416B;
	text-decoration: none;
}

a:active {
	color: #DD416B;
	text-decoration: none;
}

a:visited {
	color: #DD416B;
	text-decoration: none;
}

a:hover {
	color: #0B1689;
	text-decoration: none;
}

/***************************/
/*********** DIV ***********/
/***************************/
#container {
	margin-top: 5%;
}

h1 {
	font-size: 40px;
	font-weight: lighter;
	color: #DD416B;
	margin-bottom: 50px;
}

h2 {
	font-size: 30px;
	font-weight: lighter;
	color: #DD416B;
}

.lightbox {
	display: none;
}

#footer {
	margin-top: 6%;
}

.pin {
	margin-bottom: -2px;
}

/***************************/
/* ADATTAMENTO DISPOSITIVI */
/***************************/
@media (max-width: 767px) {
	.img_custom {
		width: 450px;
		height: 198px;
	}
	
	h1 {
		font-size: 35px;
		margin-bottom: 35px;
	}
	
	#container {
		margin-top: 8%;
	}
	
	#footer {
		margin-top: 10%;
	}
}

@media (max-width: 480px) {
	.img_custom {
		width: 350px;
		height: 154px;
	}
	
	h1 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	#container {
		margin-top: 15%;
	}
	
	#footer {
		margin-top: 15%;
	}
}

@media (max-width: 360px) {
	.img_custom {
		width: 280px;
		height: 123px;
	}
	
	h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	#container {
		margin-top: 15%;
	}
	
	#footer {
		margin-top: 20%;
	}
}