﻿


@media (min-width: 858px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 780px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 702px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 724px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 623px) {
    html {
        font-size: 8px;
    }
}





  


@media only screen and (min-width: 768px) {
    .hideonsmallmedia {
    }

    .hideonsmallmedia1 {
        width: 20%;
    }

    .hideonsmallmedia2 {
        color: white;
        padding: 0 80px 0 0;
        color: white;
        font-size:large;
    }
}

@media only screen and (max-width: 760px) {
    .hideonsmallmedia {
         width:100%;
        /*display: none;*/
    }
    .hideonsmallmedia1 {
        width: 30%;
        /*display: none;*/
    }
    .hideonsmallmedia2 {
        color: white;font-size:small;
        padding: 0 10px 0 0;
    }
}
  