html {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

sup, sub {
	font-size: 75%;
}


p, blockquote, li {
	line-height: 1.7;
	font-size: 18px;
	color: #4D4D4D;
}

ul ul, ol ol {
	padding-left: 18px;
	margin-bottom: 0;
}

ul, ol {
	padding-left: 18px;
}


a {
	transition: color 100ms ease-in-out;
	color: black;
}

a:visited {
	color: black;
}

a:hover {
	color: #008aff;
}

blockquote {
	position: relative;
	font-style: italic;
	padding: 0 25px;	
}

blockquote::before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	top: 0;
	bottom: 0;
	background-color: #008AFF;
}

h1, h2, h3, h4, h5, h6, p, blockquote, hr, pre, ul, ol {
	margin-bottom: 0.8em;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h3, h4, h5, h6 {
	margin-top: 1em;
}

.highlight > pre, .highligh > pre > code, .highlight > pre > code *  {
	font-family: 'Source Code Pro', 'Courier New', Courier, monospace;
	font-size: 16px;
}

.highlight > pre {
	border-radius: 6px;
	padding: 20px 24px;
	line-height: 1.5;
	overflow-x: auto;
}

*::selection {
	background: #008AFF;
	color: white;
}



.c-main {
	max-width: 800px;
	margin: auto;
	padding: 15px 30px;
}

.c-header {
	border-bottom: 1px solid transparent;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 60px 0;
	font-size: 60px;
	font-weight: 100;
	overflow-y: hidden;

	box-shadow: 0 0 0 #000;
}

.c-footer {
	border-top: 1px solid #f0f0f0;
	min-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: gray;
}



.c-single hr {
	height: 8px;
	width: 60%;
	margin: 2em auto 2em auto;
	background-color: #f4f3f3;
	border-radius: 3px;
	border-color: transparent;
}


.c-references * {
	font-size: 15px;
	color: gray;
}



.c-preview {
	margin-bottom: 40px;
}

.c-preview h2 {
	margin-bottom: 0.5em;
}

.c-preview hr {
	height: 1px;
	background-color: #f0f0f0;
	border: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.c-preview:last-child hr {
	display: none;
}




.c-descriptor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.2em;
}

.c-descriptor date {
	font-weight: 900;
	text-transform: uppercase;
	opacity: 0.4;
}


.c-tags {
	list-style: none;
	padding: 0;
}

.c-tag {
	display: inline-block;
	background: #008AFF;
	color: white;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: 800;
}

.c-tag:visited {
	color: white;
}