<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.contatti {
	font-family: Caviar;
}
#footer {
	position: relative;
	bottom:0px;
	margin-top:220px;
	display:block;
	width:100%;
	height: 100vh;
	padding-bottom:60px;
	padding-top: 150px;
	overflow:hidden;
	background-color: #545454;
	color: #fff;
}
#footer ul {
	padding-bottom:40px;
}
#footer ul li {
	list-style: none;
	padding-bottom:1.7em;
}
#footer a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color: crimson;
	text-decoration:none;
}
.h-car-contact {
		font-size: 28px;
	}
.h-car-address {
	font-size: 16px;
}
.wid-logo {
	width: 14%;
}
/***********************************************************/
/*                        iPhone                           */
/***********************************************************/
@media only screen and (max-width:780px) {
.wid-logo {
	width: 31.5%;
}
.h-car-contact {
		font-size: 20px;
	}
.h-car-address {
	font-size: 16px;
}
</pre></body></html>