@media screen and (min-width: 800px) {
	.articleListing header a {
		font-size: 1.6em;
	}
	.article h1 {
		font-size: 1.6em;
	}
	.article-text {
		font-size: 1.2em;
	}
}