Content-Type: text/javascript; charset=utf-8
@media screen and (max-width: 750px)
{

#menu
{
  display:none;
}

#hamburger
{
  display:block;
}

}