/*INIZIO MOBILE#############*/ @media screen and (max-width: 899px) {
    
    h1,h2 {
    display: none;
}
    
    h3 {
        margin-bottom: 20px;
    }
    
    #sezione-news {
    width: 90%;
    padding: 0 5%;
    background-color: #FFF;
    border-top: 0px solid #808080;
    margin-top: -13px;
}
    
    #menu-label-open, #menu-label-close {
    text-align: right;
    margin: 10px 0% 0px 55%;
}

    #sezione-news p { 
        
        /*spaziatura paragrafo mail*/
        margin-bottom: 25px;
        width: 90%;
        padding: 4% 5%;
        
        /*colore sfondo mail*/
        background-color: #F0F0F0;
        border: solid 1px darkgrey;
        
        /*font*/
        font-family: "Raleway";
        font-weight:200;
        font-size: 90%;
        line-height: 120%;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; 
    }
    
    .firma-mail {
        display: block;
        font-weight: 500;
        margin-top: 6px;
    
    }
    
    
    
} /*fine mobile*/


/*inizio DESK##############*/ @media screen and (min-width:900px) {
    
    #sezione-news {
    width: 95%;
    background-color: #FFF;
    border-top: 0px solid #808080;
}
    
    #menu-label-open, #menu-label-close {
    text-align: right;
    margin: 10px 0% 0px 55%;
        
}
    .clear+h3 {
        margin-top: 100px;
    }

    
    #sezione-news p { 
        
        /*spaziatura paragrafo mail*/
        margin-bottom: 25px;
        width: 96%;
        padding: 1% 2%;
        
        /*colore sfondo mail*/
        background-color: #F0F0F0;
        border: solid 1px darkgrey;
        
        /*font*/
        font-family: "Raleway";
        font-weight:200;
        font-size: 90%;
        line-height: 120%;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; 
    }
    
    .firma-mail {
        display: block;
        font-weight: 500;
        margin-top: 6px;
    
    }
    
} /*fine desk*/