
/* - responsive.css - */
/*  (do not remove this :) */
/*  (not this either :) */

@media only screen and (max-width:1200px) {
  body { font-size:95%; }
}

@media only screen and (max-width:1000px) {
  body { font-size:90%; }
}

@media only screen and (max-width:800px) {
  body { font-size:85%; }
}

@media only screen and (max-width:600px) {
  body { font-size:80%; }
}

@media only screen and (max-device-width:320px) {

}

/*  */
