html {
	height: 100%;
	max-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oxygen", sans-serif;
}

h1 {
	font-size: 3.2rem;
	text-indent: -3px;
	line-height: 1.1em;
}
h2 {
	font-size: 2.4rem;
	line-height: 1.1em;
}
h3 {
	font-size: 2.3rem;
}
h4 {
	font-size: 1.8rem;
}
h5, h6 {
	font-size: 1.4rem;
}

@media only screen and (max-width: 700px) {
	h1 {
		font-size: 2.4rem;
		text-indent: 0px;
	}
	h2 {
		font-size: 1.9rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4 {
		font-size: 1.2rem;
	}
	h5, h6 {
		font-size: 1.0rem;
	}
}


a {
	color: #9D4FDF; /* link normal: darker purple */
	transition: color ease 0.3s;
	text-decoration: none;
}

a:hover {
	color: #B280E6; /* link hover: lighter purple */
}

.post .title {
	text-align: left;
}

.post .content {
}

.post-meta {
	font-family: "Oxygen", sans-serif;
	color: #9EABB3;
	font-size: 1.0rem;
	line-height: 2.2rem;
}

.post-date {
	text-transform: uppercase;
}

.copyright {
	font-family: "Oxygen", sans-serif;
	font-size: 1rem;
	line-height: 1.75em;
	color: #808080;
	text-align: left;
	margin: 8px;
}

.copyright .em {
	color: #e0e0e0;
}

@media only screen and (max-width: 700px) {
	.copyright {
		font-size: 0.8rem;
	}
}

.post-footer {
	border-top: 1px solid white;
	margin-top: 40px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.post-footer h4 {
	font-size: 1.2rem;
	line-height: 1.15em;
	margin: 0;
}

.post-footer .author-meta {
	font-style: italic;
	font-size: 1.0rem;
}

.post-footer-author {
	font-family: "Oxygen", sans-serif;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bolder;
}

.post-footer-data {
	display: block;
}

.page-title {
	text-align: left;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 25px;
}

.page-description {
	text-align: left;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Merriweather", serif;
	font-size: 1.4rem;
	line-height: 1.5em;
	font-weight: normal;
}

.title-white {
	color: rgba(255, 255, 255, 1.0);
}

.title-grey {
	color: rgba(255, 255, 255, 0.5);
}

.header-surround {
	background: #1F1F1F;
}

.header-bar {
	margin: auto;
	max-width: 710px;
}

.header-bar-post {
	padding-top: 30px;
	margin: auto;
	max-width: 1000px;
}

code {
	font-size: 1rem;
	font-family: "Oxygen Mono", monospace;
}

.page-num {
	font-family: "Oxygen", sans-serif;
	color: #a0a0a0;
	font-size: 1rem;
}

@media only screen and (max-width: 700px) {
	code {
		font-size: 0.8rem;
	}

	.header-bar-post {
		padding-top: 10px;
	}

	.header-bar, .header-bar-post {
		margin-left: 20px;
		margin-right: 20px;
	}

	.rmore {
		font-size: 1rem;
	}
}

.lmore {
	text-align: left;
	font-family: "Oxygen", sans-serif;
}

.rmore {
	font-family: "Oxygen", sans-serif;
	font-size: 1.2rem;
	color: #e0e0e0;
}
