body.post article.write {
	padding: 34px 60px 60px;
}

body.post article.write {
	margin: 200px 0;
}

article.write h1 {
	font-family: 'Circular-Bold';
	font-size: 1.286em;
	padding: 40px 0 8px;
	margin-bottom: 44px;
}

aside.tags h3 {
	font-family: 'Circular-Bold';
	font-size: 0.5714em;
}

article.write section.body {
	font-size: 1.214em;
	line-height: 1.4705;
}

article.write section.body p {
	margin-bottom: 1.4705em;
}

article.write img.full + p {
	margin-top: 1.4705em;
}

article.write section.body p:last-of-type {
	margin-bottom: 0;
}

article.write section.body img.full {
	display: block;
	width: 100%;
	height: auto;
}

article.write section.body blockquote {
	margin: 20px 0 1.4705em;
	padding: 17px 20px;

	font-family: 'Circular-Bold';
	font-size: 0.643em;	
	background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {

	body.post article.write {
		margin: 38px 0 100px;
		padding: 28px 15px 15px;
	}
	
	article.write h1 {
		font-size: 1.238em;
		padding: 0 0 2px;
		margin: 20px 0 0px;
	}
	
	article.write section.body {
		font-size: 0.857em;
		line-height: 1.6em;
		margin-top: 30px;
	}
}
