html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #59554e;
	font-family: "proxima-nova", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}

*:focus {
	outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
	font-size: 28px;
	margin: 20px 0;
	padding: 0;
	font-weight: 500;
}
h1:first-child {
	margin-top: 0;
}
h2 {
	font-size: 18px;
	margin: 15px 0;
	padding: 0;
	font-weight: 500;
}

img {
	vertical-align: bottom;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}
a img {
	border: none;
}

p {
  margin: 20px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}