body,
html {
	padding: 0;
	margin: 0;
	background: #122;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	
}
body {
	font-family: 'Avenir Next', -apple-system-font;
	font-size: 16px;
	font-weight: 400;
}
main {
	padding: 1px 9px;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

#blogHeader-wrap {
	text-align: center;
	padding: 24px 0;
}
#blogHeader-content {
	margin: 0 auto;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
#blogTitle {
	color: #555;
	font-size: 2em;
	margin: 0;
	line-height: 1em;
	font-weight: 400;
}
#blogDescription {
	color: #888;
	font-size: 0.9em;
	line-height: 1em;
	margin: 0.4em 0 0;
	font-weight: 500;
}

.byline:before
{
	content: "By ";
}
.article
{
	margin: 0 auto 8px;
	background: #fff;
	padding: 0;
	overflow: hidden;
	max-width: 768px;
}
.article h2
{
	font-size: 1.2em;
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}
.article-title
{
	color: #000;
	text-decoration: none;
	font-size: 1.23em;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0;
}
.article-description
{
	color: #777;
	font-style: italic;
	margin-top: 0.3em;
}

.article-featuredImage
{
	width: 100%;
	display: block;
}


.article-header,
.article-content {
	font-size: 1em;
	line-height: 1.32em;
	margin: 1.13em;
}
h1,
h2,
h3,
h4 {
	font-weight: 600;
}
.article ul,
.article ol
{
	margin-left: 2.5em;
	margin-right: 2.5em;
	padding: 0;
}
.article li
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.article-content a
{
	color: #089;
	font-weight: 500;
}


@media(min-width: 500px)
{
	#blogHeader-wrap
	{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	main
	{
		padding-left: 32px;
		padding-right: 32px;
	}
	.article
	{
		margin-bottom: 24px;
	}
	.article-header,
	.article-content
	{
		margin: 2.5em;
	}
	.article-title
	{
		font-size: 1.34em;
		line-height: 1.3em;
	}
}



@media(min-width: 768px)
{
	#blogHeader-wrap
	{
		padding-top: 36px;
		padding-bottom: 36px;
	}
	main
	{
		padding-left: 64px;
		padding-right: 64px;
	}
	
	.article
	{
		margin-bottom: 36px;
	}
	.article-header,
	.article-content
	{
		margin: 1.8em;
	}
}