/* 
  prevents the "jerky" motion of the responsive stuff on page load by 
  hiding the BODY element until the page elements and DOM object have fully loaded 
*/

body {
  visibility: hidden; 
}