.sunset .back_gradient {
	background: linear-gradient(180deg, #1B5482 0%, #135662 39.9%, #FD6A21 100%);
}
.sole-parallax {
  position: absolute;
  top:125px;
  left: 0;
  right: 0;
  margin: auto;
  width: 758px; /* adatta alle dimensioni del sole */
  z-index: -1;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: none; /* non interferisce con altri elementi */
}
#pauseBtn { 
	display:none;
}

body {
  overflow-x: hidden;
}
#site-footer {
	display: none !important;
}