/*-------*/
/* media */
/*-------*/

@media screen and (max-width: 30em)
{
  .cl_footer_copyright
  {
    font-size: 0.7em;
  }
}

@media screen and (min-width: 30em) and (max-width: 60em)
{
  .cl_footer_copyright
  {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 60em)
{
  .cl_footer_copyright
  {
    font-size: 1.0em;
  }
}
