

@media (min-width: 1200px) {

	/* strutture > 1200px */
	



	
}		
@media (min-width: 768px) and (max-width: 980px) {

	/* strutture 768 to 1000 */
	


}	
@media (min-width: 481px) and (max-width: 767px) {

	/* strutture  < 767 */

}	
@media (max-width: 480px) {
	
	/* strutture < 480px */
	body {
	background: url("../images/vanformobile.jpg") no-repeat fixed center!important;
	background-size:cover!important;
	width: 100%;
	margin:0px;
	padding:0px;
   
   
}
	.logo {
		margin-top:20px!important;
		margin-right:10px!important;
		margin-left:10px!important;
	
}	
	.h1{
		
		margin-right:10px!important;
		margin-left:10px!important;
		color: white;
	margin: 0 auto;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	font-variant:small-caps;
	 line-height: 25px;
    font-weight:700;
     -webkit-animation-delay: .5s;
    margin-top:40px;
		
		}
	
	.textinfo{
		
		
		margin-right:20px!important;
		margin-left:20px!important;
		}
#sfondo{
		
		
		margin-right:20px!important;
		margin-left:20px!important;
		}
	}	
