@charset "UTF-8";
h1,h2,h3,h4,h5,h6,ol,p,li,ul{margin:0;}
body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:100%;
	background: #f2f2f2;
}
.container{
	width: 100%;
}
.spento{
	text-decoration: none;
	display:inline-block;
	padding: 14px 16px;
	margin-left:20px;
	margin-right: 20px;
	background: #d4d4d4;
}
header{
	background: #40b5ff;
	width:100%;
	height: 120px;
	background-image: url("immagini/titolo.jpg");
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	text-align: center;
}
header h1{
	margin-left:-100000px;
}
header p{
	margin-top:35px;
	padding-bottom: 10px;
	font-size:110%;
}
header img{
	margin-top:-110px;
	float: left;
	margin-left:40px;
	width: 9%;
}
nav {
	width:90%;
	font-weight: bold;
	list-style: none;
	margin-right:400px;
	padding:0;
	text-align:center;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
}
nav li {
	display: inline;
}
nav li a {
	text-decoration: none;
	display:inline-block;
	padding: 14px 16px;
	margin-left:20px;
	margin-right: 20px;
	color: #000;
}
nav li a:hover{
	background: #d4d4d4;
}
.centro{
	background: #F2F2F2;
	width: 1145px;
	margin-left:auto;
	margin-right:auto;
	font-size:22px;
	text-align: justify;
	padding-bottom: 1px;
}
.centro h2{
	text-align:center;
	color:#41b5ff;
	padding:10px 30px;
}
footer{
	width: 100%;
	background: #41b5ff;
	text-align: center;
	padding:20px 0;
	margin-top:60px;
}
.centro img{
	width:80%;
	margin-top:10px;
}
.nome p{
	font-size:20px;
	font-weight: bold;
	margin-left:320px;
}
form{
	background-image: url(immagini/pets.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 120%;
	color:#fff;
	padding:30px 0;
	font-size:20px;
	text-align:center;
	font-weight: bold;
}
input, textarea {
	display: block;
	width:400px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 10px;
	margin:10px auto;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
}
input[type=text]{
	font-size:20px;
}
textarea{
	font-size:20px;
}
input[type=submit] {
    display: block;
	width:250px;
	margin:auto;
	margin-top: 30px;
	padding:20px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-size:18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #007bc8;
	transition: all 0.3s linear;
	background-color: #fff;
	text-decoration: none;
}
input[type=submit]:hover {
	background: #007bc8;
	transition: background 0.6s ease;
	color:#fff;
}
.contatti a{
	color:#fff;
	text-decoration: none;
}
.contatti{
	margin:10px 100px;
	font-size:25px;
}
/*---------RESPONSIVE------------*/
@media( max-width : 1871px ){
	.nome p{
		display: none;
	}
	nav{
		width: 100%;
	}
	.logo{
		display: none;
	}
}
@media(max-width : 1155px ){
	header{
		background-size: 80%;
		background-position: top;
		height:90px;
		padding-bottom:10px;
		}
	header p{
		margin-top:20px;
	}
	.centro{
		width: 100%;
	}
	form{
		background-size:150%;;
	}
	footer{
		margin-top:0;
	}
}
@media(max-width:825px){
	header p{margin-top:15px;}
	
}
@media(max-width:480px){
	form{
		background: #666666;
	}
	.centro{
		font-size:20px;
		text-align: left;
	}
	.logo{
		display:none;
	}
	header{
		background-image: url("immagini/logo.png");
		background-size: 120px;
		background-position: center;
		height:120px;
	}
	header p{
		display:none;
	}
	.centro h2{
		font-size:20px;
	}
}
@media(max-width:664px){
	header p{margin-top:0px;}
	form{
		background-size:200%;;
	}
}