
.ratio h2 {
  font-size: x-small;
}
.row-form {
  text-align: left;
} 

p {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;}
.my-p {
  font-family: "Dosis", sans-serif;
  color: rgb(118, 37, 0);
}  
h2 {
  font-family: "Satisfy", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;}
  
  .titoli-sinistra {text-align: left;}
  .testo-inside-slide {position: relative; top: -4vw; z-index: 10;color: whitesmoke;font-size:3vw;}
  .p-justify {text-align: justify;}
  .p-justify-padding {text-align: justify; max-width: 500px;}
  .h2-style {padding-top: 30px;text-align: center;}

/* CSS TESTO ANIMATO */
.position-relative {
    position: relative;
  }
    .text-overlay {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    color: #fff;
  }
    .animated-text {
    font-size: 4.5vw;
    line-height: 80%;
    opacity: 0; /* Rendiamo il testo inizialmente nascosto */
    animation-duration: 1s;
    animation-fill-mode: forwards; /* Il testo rimane visibile alla fine dell'animazione */
  }
  /* Animazione per la prima riga */
  .line1 {
    animation-name: slideInLine1;
  }
  /* Animazione per la seconda riga */
  .line2 {
    animation-name: slideInLine2;
    animation-delay: 2s; /* Delay per far partire l'animazione dopo quella della prima riga */
  }
    @keyframes slideInLine1 {
    0% {
      opacity: 0;
      transform: translateY(50%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slideInLine2 {
    0% {
      opacity: 0;
      transform: translateY(50%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* Media query per schermi di larghezza inferiore a 576px */
  @media (max-width: 576px) {
    .text-overlay {
      bottom: 5%;
    }
        .animated-text {
      font-size: 9vw;
    }
  }
/* CSS PER TITOLI*/
.my-h2{
  font-family: "Satisfy", cursive;
  padding-top: 4%;
}
.my-h2-video {
  font-size: 2.0vw;
  font-family: "Dosis", sans-serif;  
  padding-top: 1%;
}
.content {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (max-width: 576px) {
    .content {
      padding-left: 10px;
      padding-right: 10px;}
    .my-h2-video {
        font-size:  6vw;
        padding-top: 1%;
      }
    .my-h2{
        font-family: "Satisfy", cursive;
        padding-top: 4%;
    } 
    }
 /* STILI PER RIDIMENSIONARE IL TESTO IN BASE AI BRECK POINT */
h2, .my-h2 
{
  font-size: 2.2rem; /* Default size for small screens */
} 
p {font-size: 1rem;  font-weight: 500;/* Default size for small screens */}
@media (min-width: 576px) {
  h2, .my-h2 {font-size: 1.5rem;} p {font-size: 0.9rem;}
}
@media (min-width: 768px) {
  h2, .my-h2 {font-size: 1.8rem;} p {font-size: 1.0rem;}
}
@media (min-width: 992px) {
  h2, .my-h2 {font-size: 2.2rem;} p {font-size: 1.1rem;}
}
@media (min-width: 1200px) {
  h2, .my-h2 {font-size: 2.2rem;
    font-family: "Satisfy", cursive;
  } p {font-size: 1.1rem;}
}
/* FINE STILI PER RIDIMENSIONARE IL TESTO IN BASE AI BRECK POINT */ 

.full-width {
  width: 100%;
  text-align: center;
}
.song-title {
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: brown;
  font-size: 2vw;
}
.song-artista {
text-align: left;
font-size: 3vw;
}
@media (max-width: 768px) {
.song-title {
font-size: 6vw; /* Imposta una dimensione del font fissa per schermi più piccoli */
text-align: left;
}
.description {
  text-align: left;
  font-size: 4vw;
  }
.song-artista {
  text-align: left;
  font-size: 9vw;
  }  
  .description {
    font-style: italic;
    margin-top: -15px;
  }
}

.description {
  font-style: italic;
  margin-top: -15px;
}
.artist-image {
  max-width: 100%; /* Imposta la larghezza massima dell'immagine al 100% della colonna */
  height: auto; /* Imposta l'altezza automaticamente per mantenere le proporzioni */
  margin-bottom: 10px; /* Aggiunge uno spazio in basso */
}
/*.audio-controls {
  margin-top: 10px; /* Aggiunge uno spazio sopra i controlli audio 
  margin-bottom: 10px;
  background-color: aqua;
}*/
.audio-controls {
  color: #a90505; /* Cambia il colore del testo */
  font-size: 16px; /* Cambia la dimensione del font */
  border: none; /* Rimuovi il bordo */
  border-radius: 5px; /* Aggiungi angoli arrotondati */
  margin-top: 10px; /* Aggiungi spazio superiore */
  padding: 3px;
}