@import url('normalize.css');
@font-face{
	font-family:Belligerent;
	src: url("../fonts/belligerent.ttf");
}

html,body{
	width:100%;
	height:100%;
	font-family:Belligerent,Arial,Verdena,Tahoma,sans-serif;
	font-size:14px;
	background: #91c1de url("../img/bg_Aprup.png") no-repeat ; 
	background-size: cover;
																 /* versione precendente sfondocamp.jpg 
																	versione invernale sfondocampinver.jpg
																	versione primavera sfondocampPrimav.jpg
																	versione estiva url("../img/sfondocampEsta.jpg") fixed top;
																	versione autunnale sfondocampAutun.jpg*/
	/* altre versioni background-attachment:fixed; */
}

.corpo{
	margin: 0 auto;
	width:860px;
	height:auto !important;
	background-color: #27221d;             
										/*  versione precedente whitesmoke 
											versione inverno #b6becb
											versione primavera #27221d
											versione estate #fad089
											versione autunnale #8b0000*/
	padding-top:25px;
}

.testa{
	margin: 0 auto;
	width:702px;
	height:150px;
	background: url('../img/AdviceMevet.png') white no-repeat left;
	background-size: 50%;
	background-position: 15px;
	box-shadow: 0px 12px 20px -5px black;
	text-decoration: none;
	color: black;
}

.head{
	font-size:40px;
	text-align:center;
	float:right;
	width:350px;
	margin-top: 30px;
	height:auto !important;
	text-shadow: 0px 0px 1px #000;
}

#oneline{
	margin-top: 55px !important;
}

.back{
	text-decoration:none;
	position: absolute;
	margin-left: 260px;
	margin-top: 125px;
	color:black;
}

.campagne{
	width:100%;
	height:auto !important;
	text-align:center;
	margin:0 auto;
	margin-top: 30px;
	padding-top:10px;
	background:white;
	#box-shadow: 0px 12px 20px -5px black;
}
	.campagne img{
		max-width: 100%;
	}
		.campagne img#shadow{
			box-shadow: 6px 6px 20px -5px black;
			margin-bottom: 20px;
		}
.camptext:first-child{
	
}

.camptext{
	padding:3px;
	font-size:18px;
	background-color: #27221d;             
										/*  versione precedente whitesmoke 
											versione invernale #b6becb
											versione primavera #27221d
											versione estate #fad089
											versione autunnale #8b0000*/
	color: #fff8dc;  
					/*  versione normale black 
						versione primavera,estate,inverno white
						versione autunnale #fff8dc;*/
	text-shadow: 2px 2px 5px #000;
}

.landing{
	margin-top: -10px;
	padding-bottom: 30px;
}

.piedi{
	margin:0 auto;
	margin-top:100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:702px;
	height: auto !important;
	color: #deb887;
				/*  versione normale,pasquale black
					versione primavera,natale  white 
					versione autunnale #deb887;*/
	#text-shadow: 2px 2px 5px #000; /* se color black #ffffff,
										 se white #000
										 se estate none */
	font-size: 16px;
	text-align:center;
}
