/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-size: 14px;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
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;
}

/* begin styles */

html {
	font-family: Oxygen, "helvetica neue", helvetica, arial, sans-serif;
	color: #434343;
	max-width: 820px;
	padding: 40px;
	margin: 0 auto;
}

a {
	color: rgb(255, 70, 104);
	text-decoration: none;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

/* header */

header h1 {
	font-size: 28px;
}

header h1 a {
	padding: 15px 0 15px 0;
	display: inline-block;
	line-height: 1.8em;
}

header h1 a img {
	border-radius: 25px;
	width: 50px;
	margin-right: 10px;
	box-shadow: 0 0 1px rgb(255, 70, 104);
	vertical-align: bottom;
}
/* end header */

main {
	margin: 80px 0 0 0;
	max-width: 570px;
	line-height: 1.7em;
}

main h1 {
font-size: 28px;
font-weight: 300;
margin: 0 0 2em;
line-height: 1.2em;
}

main p {
	margin: 0 0 1.5em;
}

/* footer */
footer {
margin: 80px 0 30px;
}


footer p {
	clear: both;
	color: #999;
	font-weight: 300;
	font-size: 11px;
}


footer a {
	transition: color ease 1s;
}

footer a:hover,
footer a:focus {
	color: #000;
}
/* end footer*/



@media screen and (max-width:680px) { 
	main {
		margin-top: 40px;
	}

	main h1 {
		margin-bottom: 1em;
	}

}



@media screen and (max-width:400px) { 
	html {
		padding: 20px;
	}
}

