Body{
     background-repeat: repeat-x;
     background-repeat: repeat-y;
     background-position: center;
     margin-top: 0px;
	 background-image: url(../images/sfondo.png);
     /*border-color: #16c2f4;*/
}
.testata{
	border-radius: 20px;
	border: 5px solid #16c2f4;
	background-image: url(../images/insegna.png);
	background-size: cover;
	background-position: left;
	width: auto;
    padding-top: 7rem;
	padding-bottom: 7rem;
	/* box-shadow: 0px 0px 0px 2px #2E3092; */
}
.image{
	border-radius: 20px; 
	border: 1px solid #000; 
	box-shadow: 5px 3px 0 0 #555;
	width: 100px;
}
.blk{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: xs-large;
	color: #2E3092;
	border-radius: 20px;
	border: 5px solid #16c2f4;
	width: 830;
  	margin-left: auto;
 	margin-right: auto;
	text-align: justify;
}
h1,
h2,
h3{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #16c2f4;
}
p{
	font-family: arial;
}
.menu {
	font-family: helvetica,tahoma,arial,times,sans-serif,courier,verdana;
	color: #fff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	padding-left:20px;
	display: block;
	/* background: linear-gradient( #16c2f4, #00008c); */
	background-color:#51BFF4;
	border:2px solid #2E3092;
	padding:10px;
	border-radius: 5px;
	/* text-shadow: 0px 5px 5px #000; */
}
.menu:hover {
	font-family: helvetica,tahoma,arial,times,sans-serif,courier,verdana;
	color: #000;
	font-size:11px;
	text-decoration: none;
	padding-left: 20px;
	display:block;
	background-color: #F3C826;
	border:2px solid #000099;
	padding:10px;
}
.menu-left {
	font-family: helvetica,tahoma,arial,times,sans-serif,courier,verdana;
	color: #000099;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	display:block;
	background-color: #E7F1FF;
	/* border:1px solid #A41E5B; */
	border: 1px solid #000099;
	padding: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0 3px 0 0 #888;
}
.menu-left:hover{
	font-family: helvetica,tahoma,arial,times,sans-serif,courier,verdana;
	color: #fff;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	display: block;
	background-color:#16c2f4;
	border:1px solid #000099;
	padding: 5px;
}
.footer{
	font-family: 'Century Gothic',Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:10pt;
	color: #0008b0;
	background-color: #16c2f4;
	/* background: linear-gradient( #00008c, #039be5, #00008b); */
	padding:10px;
	border-radius: 0;
	box-shadow: 0px 0px 0px 0px #A41E5B;
	font-weight: normal;
	/* text-shadow: 1px 1px 2px #000; */
	text-align: center;
}
.clock {
	font-family: arial;
	color: #fff;
	font-weight:bolder;
	font-size: 25px;
	text-align: center;
	display: block;
	background-color: #16c2f4;
	padding: 2px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: 0 3px 0 0 #888;
	border:1px solid #000;
}
.text{
	font-family: Arial;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}
//-----zoom---------
.container-zoom {
  overflow: hidden; /* Mantiene l'immagine dentro il contenitore */
}

.zoom-img {
  transition: transform 0.3s ease; /* Anima lo zoom */
  	border-radius: 20px;
	border: 5px solid #16c2f4;
	width: 830;
  	margin-left: auto;
 	margin-right: auto;

}

.zoom-img:hover {
  transform: scale(1.5); /* Ingrandisce l'immagine del 50% */
  cursor: zoom-in;
  }

/*--------------------------- Tablet ----------------------------*/
@media(max-width: 998px) {}

/*--------------------------- Smartphone ----------------------------*/
@media (max-width: 767px) {
	body {
		background-image: none;
		background-repeat: no-repeat;
	}

	head-banner {
		padding-top: 7rem;
		padding-bottom: 7rem;
		z-index: 1;
		position: relative;
	}

	footer {
		display: block;
	}

}