
div.textBIG {
    font-family: "thin_font";
    font-size: 25px;
    font-weight:bolder;
    /*text-shadow: 2px 2px 5px #000000;*/
    /*color: rgb(25, 91, 36);*/
}
div.textBIGARTS {
    font-family: "bold_font";
    font-size: 30px;
    font-weight: bold;
    /*color: rgb(25, 91, 36);*/
}
div.textBIGBIG {
    font-family: "bold_font";
    font-size: 60px;
    font-weight: 200;
    /*color: rgb(25, 91, 36);*/
}
div.textresponsiveBIG
{
    font-family: "bold_font";
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    /*color: rgb(25, 91, 36);*/
}
div.textresponsive {
    font-family: "thin_font";
    font-size: 15px;
    /*line-height: 130%;*/
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textresponsiveRegular {
    font-family: "regular_font";
    font-size: 18px;
    /*line-height: 130%;*/
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textlogo {
    font-family: "thin_font";
    font-size: 12px;
}
div.textresponsiveFooterLINK {
    font-family: "thin_font";
    font-size: 15px;
    /*color: white;*/
    /*background-color: rgb(25, 91, 36);*/
    /*line-height: 2;*/
    /*border-radius: 4px;*/
    /*text-decoration: underline overline;*/
    /*display: initial;*/
    /*padding: 2px;*/
}
/*
Hover
*/
div.textresponsiveRegular:hover {
    cursor: pointer;
    /*text-decoration: underline;*/
    /*text-decoration: underline overline;*/
}


/*testi dei popup-menu */
/* Orizzontali*/
/*@media screen and (max-width: 1100px), (max-height: 1100px) {
    div.textresponsive {
        font-size: 14px;
        line-height: 120%;
    }

    div.textBIG {
        font-size: 27px;
    }

    div.textBIGARTS {
            font-size: 27px;
        }
    div.textresponsiveBIG {
        font-size: 19px;       
    }

    div.textresponsiveFooterLINK {
        font-size: 14px;
    }
}*/

@media screen and (max-width: 1000px), (max-height: 1000px)  {
    div.textresponsive {
        font-size: 12px;
    }
    div.textresponsiveRegular_MOB {
        font-family: "regular_font";
        font-size: 12px;
    }
    div.textlogo_MOB {
        font-family: "thin_font";
        font-size: 10px;
    }
    div.textBIG {

        font-size: 18px;
    }

    div.textBIGARTS {
            font-size: 24px;
        }
    div.textBIGBIG_MOB {
            font-size: 40px;
            font-family: "bold_font";
            font-weight: 200;
        }
    
    div.textresponsiveBIG {
        font-size: 16px;
    }

    div.textresponsiveFooterLINK {
        font-size: 13px;
    }
}

/*@media screen and (max-width: 700px), (max-height: 700px) {
    div.textresponsive {
        font-size: 10px;
        line-height: 90%;
    }

    div.textBIG {
    font-size: 22px;
    }

    div.textBIGARTS {
            font-size: 22px;
        }
    div.textresponsiveBIG {
        font-size: 13px;
    }

    div.textresponsiveFooterLINK {
        font-size: 10px;
    }
}*/

/*@media screen and (max-width: 500px), (max-height: 500px)
{
    div.textresponsive {
        font-size: 8px;
        line-height: 80%;
    }

    div.textBIG {
    font-size: 22px;
    }

    div.textBIGARTS {
        font-size: 22px;
    }
    div.textresponsiveBIG {
        font-size: 10px;
    }

    div.textresponsiveFooterLINK {
        font-size: 8px;
    }
}*/
