@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Gluten:wght@300&display=swap');port url('https://fonts.googleapis.com/css2?family=Gluten:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk&display=swap');

@font-face {
    font-family: 'Augie';
    src: url('../fonts/augie.ttf') format('truetype');
  }

:root{
    --cor-fundo: rgb(255, 255, 255);
    --cor-hover: rgb(118, 180, 145);
    --cor-primaria: rgb(0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    display:flex; 
    flex-direction:column;
    scroll-behavior: smooth;     
}

hr {
    display: none; 
	border: 0;
	border-top: 3px solid;
}

.cabecalho {
    padding: 12px;
 }

 .cabecalho-logo {
    width: 50%;
    max-width: 1440px;
    margin-left: 125px;
 }

 .cabecalho-gibi {
    height: 78px;
    margin-top: -117px;
    position: absolute;
    right: 48px; 
 }

 .conteudo {
    margin-bottom: 48px;
    border-top: 0.4px solid #FFF2E7;
    height: 100%;
    width: 100%;
}

 

nav {
    margin-top: 30px;
    text-align: center;
}

.menu-item {
    border: 7px solid transparent;
    border-image: url("../images/borda.svg") 13 round; 
    background-color: white;
    color: var(--cor-primaria);
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Augie', 'cursive';
    font-size: 32px;
    padding: 6 40 6 40;
}

.tornare-icon {
    display: none;
}

.menu-item:hover {
    border-image: url("../images/borda.svg") 8 round; 
    
}
 
.chi-sono {
    background-image: url(../images/listras.svg);
    background-size: cover;
    height: 322px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.chi-sono-titulo {
    color: var(--cor-primaria);
    font-family: 'Gluten';
    font-size: 85px;
    padding-left: 95px;
}

.chi-sono-titulo-chi {
    font-size: 125px;
    margin-left: 65px;
}

.chi-sono-titulo-sono {
    font-size: 105px;
}

.chi-sono-img {
    margin-bottom: 34px;
    margin-left: 36px;
    height: 355px;    
}

.chi-sono-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 12px;
}

.chi-sono-column-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 48px;
}

.chi-sono-column-row-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.chi-sono-item-img {
    height: 325px;
    transition: .3s ease;
}

.chi-sono-item-img:hover {
    background-image: linear-gradient(to top,rgba(0,0,0,.8),transparent);
    opacity: 0.6;
    
}

.chi-sono-item-button {
    width: 380px;
    height: 90px;
    border: none;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    cursor: pointer;
    transition: background.3s;
    margin-top: 15px; 
}

#button-presentazione {
    background-color: #DC95C9;
}

#button-presentazione:hover {
    background-color: #cc66b1;
}

#button-come-sono-nati {
    background-color: #C78EFC;
}

#button-come-sono-nati:hover {
    background-color: #a951fb;
}

#button-cosa-combinano {
    background-color: #FBE9A8;
}

#button-cosa-combinano:hover {
    background-color: #f8da6d;
}

#button-walter-disegna {
    background-color: #98DCBB;
}

#button-walter-disegna:hover {
    background-color: #67cb9b;
}


.autore-titulo {
    background-image: url(../images/fundo_autore.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    margin-top: 115px;
}

.autore-titulo-texto {
    text-align: center;
    padding: 210px;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 100px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(0, 0, 0);

}

.autore-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: -125px;
     
}

.autore-column-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 48px;
}

.autore-column-row-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.autore-item-img {
    height: 325px;
    transition: .3s ease;
}

.autore-item-img:hover {
     opacity: 0.6;
    
}

.autore-item-button {
    width: 380px;
    height: 90px;
    border: none;
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    cursor: pointer;
    transition: background.3s;
    margin-top: 12px; 
}

#button-intervista {
    background-color: #C78EFC;
}

#button-intervista:hover {
    background-color: #a951fb;
}

#button-lettere {
    background-color: #FBE9A8;
}

#button-lettere:hover {
    background-color: #f8da6d;
}

#button-scrivi {
    background-color: #98DCBB;
}

#button-scrivi:hover {
    background-color: #67cb9b;
}

#button-curriculum {
    background-color: #46A5CE;
}

#button-curriculum:hover {
    background-color: #2b7ea1;
}

#button-racconti {
    background-color: #DC95C9;
}

#button-racconti:hover {
    background-color: #cc66b1;
}

#button-acquerelli {
    background-color: #C78EFC;
}

#button-acquerelli:hover {
    background-color: #a951fb;
}

.canzoni {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: auto;
    margin-top: -80px;
}

.canzoni-titulo {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 75px;
    text-transform: uppercase;
    color: #98DCBB;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    margin-bottom: 55px;
}

.canzoni-img {
    height: 400px;
}

.copertina {
    background-image: url(../images/fundo_canzoni.svg);
    background-repeat: repeat-x;
    height: 110%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

.canzoni-testo {
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25%;
    margin-top: -25px; 
}

.canzoni-testo a {
    color: #4FA97E;
    opacity: 0.8;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
}

.canzoni-testo a:hover {
    color: #4FA97E;
    opacity: 1;
}

.spazio-disegni {
    margin-top: 55px;
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Fredoka One', cursive;
}

.spazio-testo1 {
    font-size: 55px;
    font-weight: 400;
    color: #DC95C9;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    text-transform: uppercase
}

.spazio-testo2 {
    margin-top: 45px;
    font-family: Arial;
    font-size: 20px;
    color: black;
    text-transform: uppercase;
}

.spazio-email {
    margin-top: 30px;
    width: 60%;
    height: 130px;
    background-color: rgb(70, 165, 206, 0.65);
    font-family: 'Fredoka One', cursive;
    font-weight: 400;
    font-size: 48px;
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

.spazio-testo3 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 53px;
    font-weight: 400;
    color: rgb(79, 169, 126, 0.65);
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    text-transform: uppercase;
    text-align: center;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
     right: 0;
    left: 0; 
}

.footer-gibi-img {
    width: 100%;
}

.footer-logo {
    margin-top: 30px;
    width: 30%; 
}

.footer-diritti {
    font-family: 'Familjen Grotesk', sans-serif;
    margin-top: 30px;
    font-size: 20px;
    padding-bottom: 12px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    width: 80%;
    position: relative;
    margin: auto;
    margin-top: 50px;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: -120;
    border-radius: 3px 0 0 3px;
  }

  .prev {
    left: -120; 
  }
  
  .prev img, .next img {
    height: 65px; 
  }
   
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @media (max-width: 1308px) {
    .menu-item {
        font-size: 18px;
    }

    .spazio-email {
        width: 90%;
        font-size: 60px;
    }
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-contenuto {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    text-align: center;
  }

  .modal-titolo {
    font-family: "Fredoka One", cursive;
    font-size: 65px;
    color: rgb(79, 169, 126, 0.35);
    -webkit-text-stroke: 0.2px rgb(0, 0, 0);
    text-shadow: 0px 3px;
  }

  .modal-testo {
    font-family: "Fredoka One", cursive;
    font-size: 50px;
    color: rgb(0, 111, 57, 0.65);
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    padding-top: 35px;
    hyphens: none;
  }

  .modal-email {
    background-color: rgb(3, 186, 98, 0.65);
    width: 100%;
    margin-top: 30px;
    padding: 70px 0;
    font-family: "Fredoka One", cursive;
    font-size: 55px;
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


@media (max-width: 1600px) {
    .autore-titulo {
        height: 70%;
    }
    
    .autore-titulo-texto {
        padding: 150px;
    }

    .modal-email {
        font-size: 45px;
    }
}

@media (min-width: 1150px) {
    .immagini-section {
        background-image: url(../images/fundo-vignette.svg);
        background-repeat: repeat-x;
        height: 975px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 85px;
        padding: 65px;
    }
    
    .immagini-item {
        padding-bottom: 155px;
        transition: transform .3s linear;
    }
    
    .immagini-item:hover, .immagini-item-responsive:hover {
        opacity: 0.6;
        transform: scale(1.1);
    }
    
    .immagini-titulo {
        font-family: 'Fredoka One', cursive;
        font-weight: 400;
        font-size: 40px;
        text-transform: uppercase;
        color: #FFFFFF;
        -webkit-text-stroke: 1px rgb(0, 0, 0);
        text-align: center;
        margin-top: 32px;
    }

    .immagini-section-responsive,
    .immagini-section-slides,
    .immagini-item-responsive,
    .immagini-titulo-responsive,
    .manual-navigation,
    .manual-btn,
    .manual-btn:not(:last-child),
    .manual-btn:hover,
    #radio-immagini-1:checked ~ .first,
    #radio-immagini-2:checked ~ .first,
    #radio-immagini-3:checked ~ .first {
        display: none; 
    }
}

@media (max-width: 1300px) {
    .autore-titulo-texto {
        padding: 130px;
    }

    .modal-contenuto {
        width: 70%;
    }

    .modal-email {
        font-size: 40px;
    }
}

@media (max-width: 1150px) {
    .autore-titulo-texto {
        padding: 110px;
    }
    
    .next {
        right: -80; 
    }
    
    .prev {
        left: -80; 
    }

    .prev img, .next img {
        height: 55px; 
    }

    .immagini-section-responsive {
        background-image: url(../images/fundo-vignette.svg);
        background-repeat: repeat-x;
        height: 975px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .immagini-section-slides {
        width: 400%; 
        height: 700px; 
        display: flex; 
    }
    
    .immagini-section-slides input {
        display: none; 
    }
    
    .immagini-item-responsive {
        width: 25%;
        margin-top: 75px;
        position: relative;
        text-align: center;
        transition: transform .3s linear;
    }
    
    .immagini-item-responsive a img {
        width: 50%;
        height: 80%;
    }

    .immagini-titulo-responsive {
        font-family: 'Fredoka One', cursive;
        font-weight: 400;
        font-size: 40px;
        text-transform: uppercase;
        color: #FFFFFF;
        -webkit-text-stroke: 1px rgb(0, 0, 0);
        text-align: center;
        margin-top: 32px;
    }
    
    .manual-navigation {
        position: absolute; 
        width: 100%; 
        margin-top: 700px; 
        display: flex; 
        justify-content: center; 
    }
    
    .manual-btn {
        border: 2px solid black; 
        padding: 8px; 
        border-radius: 11px; 
        cursor: pointer; 
        transition: 1s; 
    }
    
    .manual-btn:not(:last-child) {
        margin-right: 20px; 
    }
    
    .manual-btn:hover {
        background-color: black; 
    }
    
    #radio-immagini-1:checked ~ .first {
        margin-left: 0; 
    }

    #radio-immagini-1:checked ~ .manual-navigation #manual-btn1 {
        background-color: black; 
    }
    
    #radio-immagini-2:checked ~ .first {
        margin-left: -25%; 
    }

    #radio-immagini-2:checked ~ .manual-navigation #manual-btn2 {
        background-color: black; 
    }
    
    #radio-immagini-3:checked ~ .first {
        margin-left: -50%; 
    }

    #radio-immagini-3:checked ~ .manual-navigation #manual-btn3 {
        background-color: black; 
    }

    .immagini-section,
    .immagini-item {
        display: none; 
    }
}

@media (max-width: 1000px) {
    
    .autore-titulo {
        height: 50%;
    }
    
    .autore-titulo-texto {
        padding: 90px;
        font-size: 85px;
    }
}

@media (max-width: 990px) {

    .cabecalho {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    nav {
        display: none;
    }

    .menu-section.on {
        position: absolute;
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        background-color: #ffffff;

        z-index: 10;

        display: flex;
        align-items: center;
    }

    
    .one,
    .two,
    .three {
        background-color: #000;
        height: 4px;
        width: 100%;
        margin: 4px auto;
        transition-duration: 0.3s;
    }

    .menu-toggle {
        width: 40px;
        margin-top: 15px;
    }

    .menu-section.on .menu-toggle {
        display: none;
    }


    .menu-section.on nav {
        display: block;
        width: 100%;
        margin-top: 0;
    }
    
    .menu-section.on nav a {
        text-align: center;
        display: block;
    }

    .menu-item {
        font-family: 'Fredoka One', cursive;
        -webkit-text-stroke: 1px rgb(0, 0, 0);
        font-size: 30px;
        color: #FFFFFF;
        border-image: none;
        margin-top: 2px;
        padding: 30px;
    }

    .menu-item:hover {
        border-image: none;
    }

    #chi-siamo-nav {
        background-color: #DC95C9;
    }

    #autore-nav {
        background-color: #C78EFC;
    }

    #vignette-nav {
        background-color: #FBE9A8;
    }

    #canzoni-nav {
        background-color: #95D8B8;
    }

    #video-nav {
        background-color: #80CCED;
    }

    #tornare-nav {
    }
    
    .tornare-icon {
        display: block;
        background-color: #80CCED;
        width: 60px;
        height: 60px;
        padding: 10px;
        margin-top: 2px;
    }

    .cabecalho-gibi {
        display: none;
    }

    hr {
        display: inline;
    }

    .cabecalho {
        text-align: center;
    }

    .cabecalho-logo {
        width: 80%;
        margin-left: 0;
    }

    .chi-sono-item-img, .autore-item-img {
        height: 225px;  
    }
        
    .chi-sono-item-button, .autore-item-button {      
        width: 300px;    
        height: 80px;
        font-size: 26px;   
    }

    .canzoni-img {
        height: 360px;
    }

    .canzoni-testo {
        font-size: 40px;
    }

    .spazio-testo1 {
        font-size: 80px;
    }

    .spazio-testo2 {
        font-size: 50px;
    }

    .spazio-email {
        font-size: 50px;
    }

    .spazio-testo3 {
        font-size: 45px;
    }

    .modal-contenuto {
        width: 80%;
    }

    .modal-email {
        font-size: 38px;
    }

    
}

@media (max-width: 830px) {

    .prev img, .next img {
        height: 45px; 
      }

    .texto-titulo {
        font-size: 40px;
    }

    .texto-paragrafo, .texto-assinatura {
        padding: 5px 40px;
        font-size: 18px;
    }

    .chi-sono { 
        height: 422px;       
        flex-direction: column;  
    }
        
    .chi-sono-img {    
        height: 66%;       
        margin-left: 0;       
        margin-bottom: 106px;   
    }
        
    .chi-sono-titulo {    
        display: flex;       
        flex-direction: row;       
        align-items: center;      
        margin-top: 157px;       
        padding-left: 3%;   
    }
    
    .chi-sono-titulo-chi {    
        margin-left: 0;       
        font-size: 105px;   
    }
    
    .chi-sono-titulo-sono {
        padding-left: 30px;    
        font-size: 95px; 
    }

    .chi-sono-column-row, .autore-column-row {
        padding: 48px 0;
    }

    .autore-titulo-texto {
        padding: 65px;
        font-size: 75px;
    }

    .canzoni-img {
        height: 300px;
    }

    .canzoni-testo {
        font-size: 35px;
        padding: 0 15%;
    }

    .spazio-testo1 {
        font-size: 70px;
    }

    .spazio-testo2 {
        font-size: 45px;
    }

    .spazio-email {
        font-size: 45px;
        height: 130px;
    }

    .modal-testo {
        font-size: 45px;
    }
}

@media screen and (max-width: 730px) {

    .slideshow-container {
        width: 95%;
      }

    .next {
        display: none;
      }
    
      .prev {
        display: none; 
      }

    .chi-sono-column-row, .autore-column-row {
        padding: 0;
        flex-direction: column;
    }

    .chi-sono-column-row-item, .autore-column-row-item {
        padding: 48px 0;
    }

    .chi-sono-item-img, .autore-item-img {
        height: 325px;  
    }
        
    .chi-sono-item-button, .autore-item-button {      
        width: 380px;    
        height: 90px;
        font-size: 28px;   
    }

    .canzoni-testo {
        font-size: 30px;
    }

    .spazio-testo1 {
        font-size: 60px;
    }

    .spazio-testo2 {
        font-size: 40px;
    }

    .spazio-email {
        font-size: 40px;
        height: 110px;
    }

    .spazio-testo3 {
        font-size: 40px;
    }

    .autore-titulo-texto {
        font-size: 65px;
    }

    .autore-titulo {
        height: 40%;
    }

    .modal-titolo {
        font-size: 60px;
    }

    .modal-email {
        font-size: 33px;
        padding: 50px 0;
    }

    .modal-testo {
        font-size: 38px;
    }

    .copertina {
        height: 60%;
        padding-top: 160px;
    }
}

@media screen and (max-width: 650px) {
    
    .canzoni {
        margin-top: 80px;
    }

    .canzoni-titulo {
        font-size: 65px;
    }

    .canzoni-testo {
        font-size: 30px;
    }

    .spazio-testo1 {
        font-size: 50px;
    }

    .spazio-testo2 {
        font-size: 35px;
        margin-top: 45px;
    }

    .spazio-email {
        font-size: 30px;
        height: 90px;
    }

    .spazio-testo3 {
        font-size: 35px;
    }

    .autore-titulo-texto {
        padding: 55px;
        font-size: 55px;
    }

    .modal-titolo {
        font-size: 45px;
    }

    .modal-email {
        font-size: 26px;
        padding: 45px 0;
    }

    .modal-testo {
        font-size: 30px;
    }
}

@media screen and (max-width: 530px) {

    .chi-sono-img {
        height: 55%;
        margin-top: 60px;
    }

    .chi-sono-titulo-chi {
        font-size: 90px;
    }

    .chi-sono-titulo-sono {
        font-size: 80px;
    }


    .chi-sono-item-img, .autore-item-img {
        height: 225px;
    }

    .chi-sono-item-button, .autore-item-button {
        width: 300px;
        height: 80px;
        font-size: 26px;
    }

    .autore-titulo-texto {
        font-size: 70px;
    }

    .footer-logo {
        width: 50%; 
    }

    .canzoni-img {
        height: 220px;
    }

    .canzoni-testo {
        padding: 0 10%;
    }
    
    .spazio-testo1 {
        font-size: 40px;
    }

    .spazio-testo2 {
        font-size: 30px;
    }

    .spazio-email {
        font-size: 25px;
        height: 80px;
    }

    .spazio-testo3 {
        font-size: 30px;
        margin-top: 30px;
    }

    .autore-titulo-texto {
        padding: 45px;
        font-size: 45px;
    }

    .autore-titulo {
        height: 30%;
    }

    .modal-titolo {
        font-size: 36px;
    }

    .modal-email {
        font-size: 22px;
        padding: 35px 0;
    }

    .modal-testo {
        font-size: 25px;
        padding-top: 25px;
        -webkit-text-stroke: 1px rgb(0, 0, 0);
    }

    .immagini-item-responsive a img {
        width: 80%;
        padding-top: 50px;
    }
}

@media screen and (max-width:450px) {

    .chi-sono {
        height: 350px;
    }

    .chi-sono-img {
        height: 65%;
        margin-top: 10px;
    }

    .chi-sono-titulo-chi {
        font-size: 70px;
    }

    .chi-sono-titulo-sono {
        font-size: 60px;
    }

    .spazio-disegni {
        margin-top: 25px;
    }

    .spazio-testo2 {
        font-size: 28px;
    }

    .spazio-testo3 {
        font-size: 25px;
    }

    .autore-titulo-texto {
        padding: 40px;
        font-size: 40px;
    }

    .modal-titolo {
        font-size: 34px;
    }

    .modal-email {
        font-size: 18px;
        padding: 30px 0;
    }

    .modal-testo {
        font-size: 23px;
    }
}

@media screen and (max-width: 420px) {

    .chi-sono-item-img, .autore-item-img {
        height: 175px;
    }

    .chi-sono-item-button, .autore-item-button {
        width: 270px;
        height: 70px;
        font-size: 24px;
    }

    .autore-titulo-texto {
        padding: 35px;
        font-size: 35px;
    }

    .footer-diritti {
        font-family: 'Familjen Grotesk', sans-serif;
        margin-top: 30px;
        font-size: 15px;
        padding-bottom: 12px;
    }

    .canzoni-titulo {
        font-size: 55px;
    }

    .canzoni-img {
        height: 180px;
    }

    .canzoni-testo {
        font-size: 25px;
        margin-top: 5px;
    }

    .spazio-testo2 {
        font-size: 25px;
    }

    .spazio-email {
        font-size: 20px;
        height: 60px;
    }

    .modal-testo {
        font-size: 20px;
    }

}

@media screen and (max-width:380px) {

    .chi-sono-img {
        height: 55%;
        margin-top: 54px;
    }

    .chi-sono-titulo-chi {
        font-size: 60px;
    }

    .chi-sono-titulo-sono {
        font-size: 50px;
    }

    .spazio-testo2 {
        font-size: 22px;
    }

    .spazio-testo3 {
        font-size: 20px;
    }

    .modal-titolo {
        font-size: 26px;
    }

    .modal-email {
        font-size: 15px;
        margin-top: 20px;
    }

    .modal-testo {
        font-size: 18px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 350px) {

    .chi-sono-img {
        height: 55%;
        margin-top: 30px;
    }

    .chi-sono {
        height: 300px;
    }

    .chi-sono-item-button, .autore-item-button {
        width: 220px;
        height: 60px;
        font-size: 20px;
    }

    .autore-titulo-texto {
        padding: 30px;
        font-size: 30px;
    }

    .autore-titulo {
        height: 25%;
    }

    .canzoni-titulo {
        font-size: 45px;
    }

    .canzoni-img {
        height: 150px;
    }

    .canzoni-testo {
        font-size: 20px;
    }

    .footer-diritti {
        font-size: 12px;
    }

    .spazio-testo1 {
        font-size: 30px;
    }

    .spazio-testo2 {
        font-size: 20px;
    }

    .spazio-email {
        font-size: 18px;
        height: 60px;
    }

    .modal-email {
        font-size: 12px;
        padding: 20px 0;
    }

    .modal-titolo {
        font-size: 22px;
    }

    .modal-testo {
        font-size: 16px;
    }

}  

@media screen and (max-width:310px) {

    .chi-sono-img {
        height: 50%;
        margin-top: 55px;
    }

    .chi-sono-titulo-chi {
        font-size: 50px;
    }

    .chi-sono-titulo-sono {
        font-size: 40px;
        padding-left: 15px;
    }

    .spazio-testo2 {
        font-size: 18px;
    }

    .spazio-email {
        font-size: 15px;
        height: 50px;
    }

    .autore-titulo-texto {
        padding: 25px;
        font-size: 25px;
    }

    .autore-titulo {
        height: 20%;
    }

    .modal-titolo {
        font-size: 18px;
    }

    .modal-email {
        font-size: 10px;
    }

    .modal-testo {
        font-size: 12px;
    }

    .immagini-item-responsive a img {
        padding-top: 100px;
    }
}

@media screen and (max-width: 260px) {

    .chi-sono {
        height: 250px;
    }

    .chi-sono-img {
        margin-top: 46px;
    }

    .chi-sono-titulo {
        margin-top: 140px;
    }


    .chi-sono-item-img, .autore-item-img {
        height: 145px;
    }

    .chi-sono-item-button, .autore-item-button {
        width: 180px;
        height: 50px;
        font-size: 18px;
    }

    .autore-titulo-texto {
        padding: 20px;
        font-size: 20px;
    }

    .canzoni-titulo {
        font-size: 35px;
    }

    .canzoni-img {
        height: 120px;
    }

    .canzoni-testo {
        font-size: 15px;
    }

    .footer-diritti {
        font-size: 10px;
    }

    .spazio-testo1 {
        font-size: 23px;
    }

    .spazio-testo2 {
        font-size: 15px;
    }

    .spazio-email {
        font-size: 12px;
        height: 45px;
    }

    .spazio-testo3 {
        font-size: 15px;
    }

    .modal-email {
        font-size: 8px;
        padding: 15px 0;
        margin-top: 10px;
    }

    .modal-testo {
        font-size: 10px;
    }
}  