.article_header {
	z-index: 1;
}
.article_header .section-shaped {
	height: 80vh;
}
.article_header .separator {
	z-index: -1
}

.article_page {
	position: relative;
  margin: -60vh auto 0rem;
  max-width: 40rem;
  z-index: 1;
}

.article_title {
	padding: 2rem;
}

.article_content {
	padding: 2rem;
  background-color: #fff;
  border-radius: .25em;
  border: 1px solid rgba(0,0,0,.075);
  box-shadow: 0 20px 60px rgba(86,74,64,.25);
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.article_content,
.article_content p {
	font-weight: 300;
	color: #172b4d;
}
.article_content img {
	max-width: 100%;
}