@media (max-width: 700px) {
	img { width: 100%; }
}
@media (max-width: 600px) {
	h1 {
		font-size: 1.6em;
		line-height: 1.2em;
	}
	h2 {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	p, ul {
		font-size: 0.9em;
		line-height: 1.3em;
	}
}
@media (min-width: 800px) {
	h1 {
		padding-top: 0.5em;
		font-size: 2em;
		line-height: 1.2em;
	}
	h2 {
		font-size: 1.3em;
		line-height: 1.2em;
	}
	p {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}
body {
	font-family: Cochin, Georgia, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666666;
}
h1 {
	font-weight: normal;
	line-height: 1.2em;
}
h2 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.container {
	margin: auto;
	max-width: 700px;
}
