
div.textBIG {
    font-family: "bold_font";
    font-size: 25px;
    text-shadow: 2px 2px #000000;
    /*font-weight:bolder;*/
    /*text-shadow: 2px 2px 5px #000000;*/
    /*color: rgb(25, 91, 36);*/
}
div.textBIGARTS {
    font-family: "regular_font";
    font-size: 25px;
    font-weight: bolder;
    text-decoration: underline;
    /*text-align: left;*/
    /*color: rgb(25, 91, 36);*/
}
div.textresponsiveBIG
{
    font-family: "regular_font";
    font-size: 20px;
    font-weight: 600;
    /*text-decoration: underline;*/
    /*color: rgb(25, 91, 36);*/
}
div.textresponsive {
    font-family: "regular_font";
    font-size: 18px;
    line-height: 175%;
    font-weight: 600;
    /*text-align: justify;*/
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textresponsiveRegular {
    font-family: "regular_font";
    font-size: 15px;
    /*line-height: 130%;*/
    /*display: auto;*/
    /*text-align:justify;  
    text-justify:initial;*/
}
div.textlogo {
    font-family: "thin_font";
    font-size: 10px;
}
div.textresponsiveFooterLINK {
    font-family: "regular_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 overline;
}

    div.textresponsive_MOB {
        font-size: 10px;
        /*line-height: 80%;*/
    }
        
    div.textresponsiveRegular_MOB {
        font-size: 10px;
    }
    
    div.textBIG_MOB {
    font-size: 22px;
    }

    div.textBIGARTS_MOB {
        font-size: 15px;
    }
    div.textresponsiveBIG_MOB {
        font-size: 10px;
    }

    div.textresponsiveFooterLINK_MOB {
        font-size: 8px;
    }
