/* ================
GENERALI
===================*/
@font-face {
	font-family: "Rockwell";
	src: url("../fonts/4aa3e37e571255737e5e6d4e9d9770a5.eot"); /* IE9*/
	src: url("../fonts/4aa3e37e571255737e5e6d4e9d9770a5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/4aa3e37e571255737e5e6d4e9d9770a5.woff2") format("woff2"), /* chrome、firefox */
	url("../fonts/4aa3e37e571255737e5e6d4e9d9770a5.woff") format("woff"), /* chrome、firefox */
	url("../fonts/4aa3e37e571255737e5e6d4e9d9770a5.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("../fonts/4aa3e37e571255737e5e6d4e9d9770a5.svg#Rockwell") format("svg"); /* iOS 4.1- */
}

body {
	font-family: "Rockwell";
	background-image: url('../img/bg_desideri.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

h1.desideri {
	font-weight: bold;
	color: #3584c3;
	text-align: center;
	font-size: 2vw;
}
h2.desideri {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	h1.desideri {
		text-align: center;
		font-size: 24px;
	}
	h2.desideri {
		text-align: center;
		font-size: 20px;
		font-weight: 400;
	}
}
/* ================
MENU
===================*/
#menu {
	background-color: #fff;
	position: relative;
	z-index: 2000;
	box-shadow: 0px 0px 8px rgba(0,0,0,.6);
}
#menu_list {
	display: block;
	-webkit-padding-start:0px;
	-moz-padding-start:0px;
	-o-padding-start:0px;
	padding-start:0px;
}
#menu_list li {
	float: left;
	list-style-type: none;
}
#menu_list li a{
	display: block;
	margin-left: 25px;
	color: #ca4c9b;
	text-decoration: none;
	font-size: 28px;
	font-family: "Rockwell";
	padding-top: 20px;
	font-weight: bold;
}
#menu_list li a.active, #menu_list li a:hover{
	display: block;
	margin-left: 25px;
	text-decoration: none;
	font-family: "Rockwell";
	font-size: 28px;
}
@media screen and (max-width: 768px) {
	#menu_list li {
		float: none;
		clear: both;
		margin-bottom: 15px;
		width: 100%;
	}
	#menu_list li a, #menu_list li a.active, #menu_list li a:hover { 
		margin-left: 0px;
		font-size: 20px;
	}
	#logo {
		margin-bottom: 30px;
		margin-right: 0px;
	}
	#menu {
		margin-bottom: 0px;
	}
}
/* ================
HOME+INCLUDE
===================*/
#desideri_include_testo {
	font-family: "Rockwell";
	background-image: url('../img/bg_desideri.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/* ================
FOOTER
===================*/
footer.desideri {
	background-color: transparent!important;
	color: #fff;
	background-attachment: fixed;
}
