* {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: system-ui, 'SF Pro Text', 'SF UI Text', 'Lato', 'Helvetica Neue', Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 16px;
	color: #333;
	background: linear-gradient(to bottom, #f8f8fa 0%, #fafafc 100%) fixed #f6f6f6;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #08f;
}

.clear {
	display: block;
	clear: both;
}

a.back {
	position: absolute;
	top: 20px;
	left: -15px;
	line-height: 42px;
	font-weight: 600;
	padding: 0px 17px 0px 15px;
	border-radius: 21px;
	color: #08f;
	  /*#f6f6f6;*/
	background: rgba(0, 0, 0, 0);
	opacity: .64;
	transition: all 0.24s;
	z-index: 10000;
}

@media screen and (max-width: 1023px) {
	a.back {
		left: 0;
	}
}

a.back:hover {
	background: #08f;
	color: white;
	opacity: 1;
}

body.letterhead {
	max-width: 620px;
	width: 100%;
	margin: 100px auto;
	padding: 20px;
}

body.letterhead h3, body.letterhead p, body.letterhead ul {
	margin-bottom: 25px;
}

body.letterhead h3 {
	font-size: 24px;
	line-height: 30px;
}

body.letterhead ul {
	padding-left: 17px;
}

body.letterhead hr {
	border: none;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	margin: 50px 0;
}
