:root {
    --primarycolorcustom: #000;
	--primarycolorcustomlight: white;
}

  
 .footer 
 {
  padding-bottom: 20px;
  color: white !important;
  font-size: small;
  background-color: var(--primarycolorcustom);
  background-image: url('/custom/539/bg_sotto.jpg');
  background-size: cover;       /* Adatta l'immagine */
  background-position: center;  /* Centra l'immagine */
  background-repeat: no-repeat; /* Evita ripetizioni */
  text-align: center;
}
  
  
  .imagelogo {
    height: 11px;
    width: 10px;
}

.backgroundcolorsite{
    min-height: 100vh;
    background: linear-gradient(0deg, white 0%, var(--primarycolorcustomlight));
}