body {
	width: 90%;
	margin: 0 auto;
	color: #222;
	font: 11px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}



header {
	max-width: 471px;
	margin: -20px auto 0;
}

h1 {
	margin-left: -9999px;
	font-size: 16px;
}

section{
	margin-top: 60px;
}

p {
	margin-bottom: 20px;
}

.email {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #000;
}

/*--- tablet styles ---*/
@media only screen and (min-width:481px) and (max-width:768px) {

	body {
		font-size: 12px;
	}
	
	header {
		margin-top: 0;
	}
	
	section{
		margin-top: 180px;
	}
}



/*--- desktop styles ---*/
@media only screen and (min-width:769px) {

	body {
		font-size: 12px;
	}
	
	header {
		margin-top: 20px;
	}
	
	section{
		margin-top: 180px;
	}
}