/* mobile */
@media screen and (max-width: 600px){
    nav{
        background-color: #EDEDED;
        text-align: center;
    }

    .navIMG {
        width: 60px;
        height: 60px;
        text-align: center;
    }

    .navUL{
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        display: block;
        margin-top: 0px;
    }

    .navLI, .navA{
        display: block;
        padding: 2px 10px;
        text-decoration: none;
        text-align: center;
        color: #424242;
    }

    .active{
        color: #8FC042;
    }

    .footerIMG{
        width: 40px;
        height: 40px;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer{
        display: inline-block;
        text-decoration: none;
        background-color: black;
        width: 100%;
        height: 64px;
        margin-bottom: -4px;
    }

    /* pentru pagina data */
}

/* tableta */
@media (min-width: 601px) and (max-width: 768px) {
    nav{
        background-color: #EDEDED;
        text-align: center;
    }

    .anuntPhone{
        display: none;
    }

    .navIMG {
        width: 90px;
        height: 100px;
        text-align: center;
    }

    .navUL{
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        display: inline-block;
        margin-top: 0px;
    }

    .navLI, .navA{
        display: inline-block;
        padding: 2px 10px;
        text-decoration: none;
        text-align: center;
        color: #424242;
    }

    .active{
        color: #8FC042;
    }

    .footerIMG{
        width: 56px;
        height: 56px;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer{
        display: inline-block;
        text-decoration: none;
        background-color: black;
        width: 100%;
        height: 70px;
        margin-bottom: -4px;
        margin-top: 10px;
    }
}

/* laptop mic*/
@media (min-width: 769px) and (max-width: 1024px) {
    
    nav{
        background-color: #EDEDED;
        text-align: center;
    }

    .navIMG {
        width: 90px;
        height: 100px;
        text-align: center;
    }

    .navUL{
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        display: inline-block;
        margin-top: 0px;
    }

    .navLI, .navA{
        display: inline-block;
        padding: 2px 10px;
        text-decoration: none;
        text-align: center;
        color: #424242;
    }

    .active{
        color: #8FC042;
    }

    .footerIMG{
        width: 56px;
        height: 56px;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer{
        display: inline-block;
        text-decoration: none;
        background-color: black;
        width: 100%;
        height: 70px;
        margin-bottom: -4px;
        margin-top: 10px;
    }
}

/* ecran mare*/
@media only screen and (min-width: 1025px){
    
    nav{
        background-color: #EDEDED;
        text-align: center;
    }

    .navIMG {
        width: 90px;
        height: 100px;
        text-align: center;
    }

    .navUL{
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        display: inline-block;
        margin-top: 0px;
    }

    .navLI, .navA{
        display: inline-block;
        padding: 2px 10px;
        text-decoration: none;
        text-align: center;
        color: #424242;
    }

    .active{
        color: #8FC042;
    }

    .footerIMG{
        width: 56px;
        height: 56px;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer{
        display: inline-block;
        text-decoration: none;
        background-color: black;
        width: 100%;
        height: 70px;
        margin-bottom: -4px;
        margin-top: 10px;
    }
}