body.site {
  background: rgba(0, 0, 0, 0) url("https://www.isoladelbaapp.com/images/isoladelba-cover.jpg") no-repeat fixed top center / cover ;
}

.img-rounded{
  border-radius: var(--border-radius-xl) !important;
}

.img-circle {
  border-radius: 50%;
  }

.footer .grid-child {
  justify-content: center;
}

.metismenu.mod-menu {
  flex-wrap: wrap;
  }

.container-component {
  background-color: white;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  }

.posizione-relative {
  position: relative;
  margin-bottom: 10px;
}

.posizione-absolute {
  position: absolute;
    bottom: 10px;
    margin-left: auto;
 	margin-right: auto;
 	left: 0;
 	right: 0;
  	width: 200px;
  	text-align: "center";
  	border-radius: 5px 15px;
   	background-color: rgba(48, 191, 247, 0.8);
  	text-align: center;
  	color: white;
  	padding: 5px;  
}

.bottone-bianco {
	text-decoration: none;
  	color: white;
}

.posizione-absolute > a:hover
{
 	text-decoration: none;
	color: white;
}

.zoomimg:hover {
    opacity: 0.7; 
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}
