@charset "UTF-8";
/* CSS Document */

.header {
    width: 100%;
    text-align: left;
}

.header a {
    text-decoration: none;
    color: #E2147D;
}

.header a:hover {
    text-decoration: underline;
}

h1 a {
    text-decoration: none;
    color: #E2147D;
}

h1 a:hover {
    text-decoration: underline;
}

.info {
    padding-top: 1px; /* CAPIRE SE VA TENUTO */
    color: #212121;
}

.container {
    width: 100%;
    height: 100%;
}

.about {
    padding-left: 2%;
}

li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: block;
}

ul {
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding-top: 5px;
}


/*SISTEMARE MISURE PER SITO RESPONSIVE*/
/*CELLULARE*/
@media screen and (max-width: 768px){
    #donna-cade, #scimmia, .description, .description-extra, .description-info, .info {
        display: none; /* MODIFICATO */
    }

    #title-mobile {
        width: 100%; 
    }

    #img-mobile {
        width: 100%;
    }

    .intro {
        width: 100%;
        padding-top: 60px;
    }

    h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 200;
        font-size: 50px;
        padding-left: 2%;
    }

    h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 200;
        font-size: 15px;
        padding-bottom: 30px;
        float: left;
    }

    #domanda-menu {
        float: none;
        font-size: 30px;
    }

    h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 200;
        font-size: 20px;
        line-height: 20px;
        color: #E2147D;
        text-decoration: none;
        text-align: left;
    }

    .footer {
        width: 100%;
        height: 100%;
        display: none;
    }

}

/*COMPUTER*/
@media screen and (min-width: 769px) {
    #title-mobile {
        width: 27%; 
        float: right;
    }

    .intro {
        width: 70%;
        float: left;
    }

    #img-mobile {
        width: 70%;
        float: left;
    }

    h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 200;
        font-size: 3.8vw;
        padding-left: 2%;
    }

    #domanda-menu {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 200;
        font-size: 3vw;
    }

    h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 1.7vw;
        color: #E2147D;
        text-decoration: none;
        text-align: left;
    }

    /* TESTO DESCRIZIONE PROGETTI VISIBILE - PER ORA - SOLO NEL DESKTOP */
    h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 200;
        font-size: 20px;
        padding-top: 3%; /*ORRENDO*/
    }

    .description {
        width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
    }

    .description-extra {
        width: 90%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        opacity: 50%;
        padding-top: 70px;
    }

    .description-info {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
    }
    /* FINE DESCRIZIONE PROGETTI */


    .menu {
        width: 70%; 
        float: left; /*PROVA*/
    }

    .footer {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .footer-mobile {
        display: none;
    }
}