/*
Theme Name:  	NP Sleep Responsive
Theme URL: 	
Description: 	Revising Site to be Responsive 
Author: 		Patricia Craig, Raun Craig Productions
Author URL: 	
Template:		
Version:		0.1.0

*/

@media screen and (min-width:1300px) {
 	body {
		font-size:100%;
 		}	
 	nav#horiz-menu    {
		display:none;	
	}	
 	#wide-table {
		display: block;
	}
	#narrow-table    {
		display:none;	
	}			
}	
 
 @media screen and (max-width:1299px) {
 	body {
		font-size:100%;
 	}			
  	nav#horiz-menu    {
		display:none;	
	}	
 	#wide-table {
		display: block;
	}
	#narrow-table    {
		display:none;	
	}		
 }			
 
/*   
 @media screen and (max-width:900px) {
 	body {
		font-size:100%;
 	}	
  	nav#horiz-menu    {
		display:none;	
	}
 	#wide-table {
		display: block;
	}
	#narrow-table    {
		display:none;	
	}			
}
*/
 
@media screen and (max-width: 900px) {
	body {
		font-size: 100%;
	}
	nav#vert-menu  {
		display:none;	
	}	
	nav#horiz-menu  {
		display:inline;	
	}
	
	#home #logo {
     	width:auto;
	 	float:none;
	} 
	#logo img {	
		display:block;
   } 
 	#mainContent {
		clear:both;
     	float: none;
		width: 90%;
     	margin: 0;
	}   
	
}


@media screen and (max-width:700px) {
	body {
		font-size: 90%;
	}
	#wrapper{
		width:92%;
	}
 	#mainContent {
		clear:both;
     	float: none;
		width: 90%;
     	margin: 0;
	}	
 	#wide-table {
		display: none;
	}
	#narrow-table    {
		display:block;	
	}		

}	



} /* End Mobile Styles */



 
 
 
