/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } img { display: block }

/* styles */

html {
	font-size: 16px; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 1rem;
	line-height: 1.5em; }

.container {
	width: 100%;
	max-width: 360px;
	margin: 4rem auto; }
@media (max-width: 400px) {
	.container {
		width: auto;
		max-width: none;
		margin: 1.5rem;
	}
}

img {
	display: block;
	width: 100%;
	margin: 0 auto 2rem auto; }

h1 {
	display: inline; }

p {
	margin: 1rem 0; }

p.contact {
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1.5em; }

a {
	color: #000;
	text-decoration: underline; }

a:hover {
	text-decoration: none; }