$(document).ready(function() {
  if (screen.width <= 800) {
    $("#mainstyles").attr("href","mobile.css");
  }
});

