@media all and (min-width: 320px) and (max-width: 479px) {
	
	#path1000 { display: none;  }
	#path0720 { display: none;  }
	#path0480 { display: none;  }
	#path0320 { display: block; }
	
	#footer1000 { display: none;  }
	#footer0720 { display: none;  }
	#footer0480 { display: none;  }
	#footer0320 { display: block; }
	
/* 	.section .content { max-width: 320px; } */
	
	/* ---------------------------------------------------------------- */
	/* Fonts
	/* ---------------------------------------------------------------- */
	
	#book p { font-weight: 700; }
	.section p.intro { line-height: 28px; }
	.section p.intro { font-size: 24px; }
	.section p.intro span.black { font-weight: 900; }
	
	#book h2 { text-align: center; }
	
	/* ---------------------------------------------------------------- */
	/* Blurb
	/* ---------------------------------------------------------------- */
	
	.blurb {
		width: 100%;
		margin-bottom: 50px;
	}
	
	/* ---------------------------------------------------------------- */
	/* For Sale advert
	/* ---------------------------------------------------------------- */
	
	.advert {
		float: none;
		margin-left: 0px;
		max-width: 100%;
		margin-bottom: 30px;
	}
	
}

/*
	Styles in this stylesheet will apply on the following mobile devices:
	
	iPhone Plus models in portrait.
	
	 _______
	|  ___  |
	| |   | |
	| |   | |   iPhone Plus models
	| |   | |
	| |___| |
	|_______|
	
*/