// JavaScript Document
$(document).ready(function() {
	var thewidth = $(window).width();
	if (thewidth  <= 1008){
		$('body').addClass('loweres');
	}
});
