@charset "UTF-8";
/* CSS Document */

@media only screen and (min-width: 320px){
   html {
     font-size: 62.5% !important;
   }
 }
@media only screen and (min-width: 640px){
   html {
    font-size: 85% !important;
   }
 }
 @media only screen and (min-width: 750px){
   html {
     font-size: 100% !important;
  }
 }
 @media only screen and (min-width: 1242px){
   html {
    font-size: 120.5% !important;
  }
 }