	
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	/* Styles */
	body {
		background:#fff;
		}
	#wrapper {
		width:95%;
		}
	#content p {
		font-size:1.8em;
		line-height:2.0em;
		}
	}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width:320px) {
		/* Styles */
	}
		
/* Smartphones (portrait and landscape) ------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
       	/* Styles */
	}
		
/* mobile styles */	
@media screen and (max-width:480px) {
	body {
		background:#fff;
		}
	#wrapper {
		width:95%;
		}
	#content p {
		font-size:1.8em;
		line-height:2.0em;
		}	
	}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
		/* Styles */																				
	}
																				 
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		/* Styles */
	}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
		/* Styles */
	}

/* table styles */
@media screen and (max-width:780px) {
	body {
		background:#fff; /*original dark blue background was #343148 */
		}
	#wrapper {
		width:90%;
		}
	#content p {
		font-size:1.2em;
		line-height:2.0em;
		}	
	}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
		/* Styles */
	}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
		/* Styles */
	}






