/** article header **/

.article-header {
	background: no-repeat 50% 50%;
	background-size: cover;
	height: 500px;
}

.article-header .article-info {
	margin-top: 60px;
	padding:20px 40px;
	border-radius:4px;
	background:rgba(0,0,0,0.8);
	color: #ddd;
}

@media screen and (max-width: 768px) {
	.article-header .article-info {
		margin-top: 0;
	}
}

/** article content **/

.article-content p,
.article-content h2,
.article-content h3 {
	margin: 0 0 15px 0;
}

.article-content a {
	text-decoration: underline;
}

.article-content ul,
.article-content ol {
	margin: 30px 0;
	padding-left: 30px;
	list-style-position: inside;
}

.article-content p,
.article-content li {
	font-size:1.2em;
	line-height:1.5em;
}

.article-content p:first-of-type {
	margin-top: 20px;
}

/** html helper on create/edit page **/

.html-helper pre {
	color:#2BDE73 !important;
}
