* {
	box-sizing: border-box;
	list-style-type: none;
}

body {
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

#content {
	max-width: 420px;
	margin: 88px 72px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.1em;
	color: #111;
}

footer {
	position: fixed;
	bottom: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #222;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #111;
}

a {
	text-decoration: none;
	color: inherit;	
}

a:focus {
	background: #333;
	color: #fff; 
}

a:hover {
	background: #333;
	color: #fff; 
}

a:active {
	opacity: 0.8; 
}


@media only screen and (max-width: 415px) {
	#content {
		margin: 60px 20px;
	}