

/*******************************************/
/*  FINESTRA PICCOLA (SMARTPHONE) */
/*******************************************/

@media only screen and (max-width: 767px) {
 
    html {
        font-size: 14px !important;
        font-size: 0.8rem !important;
    }
    
    .no-smartphone {
        display: none;
    }
    
    .si-smartphone {
        display: block;
    }
    
    /************************************************************** 
     Stili (h1, h2 ...)
    **************************************************************/

    
    
    /*************************************************************/
    
    
    h1 {
        margin-bottom: 20px;
    }
    
    .footer_nome_dpa {
        font-size: 1.2rem;
    }
    
    #img-comunita {
        width: 300px;
    }
    
    #img_ricerca {
        width: 300px;
        margin-bottom: 20px;
    }
    
    #img_area_riservata {
        width: 200px;
    }
    
    #dpa_logo_footer {
        width: 40px;
    }
    
    

}