header.site-header {
	display: none;
}
aside.widget-area {
	display: none;
}

footer {
	display: none;
}

nav.post-navigation {
	display: none;
}

.cell--8\@medium {
	grid-column:span 12;
}

a[href]:after {
	content: ""!important;
}
abbr[title]:after {
content: ""!important;
}


h1.entry-title {
	font-size: 18px;
}

div.entry-content {
	font-size: 12px;
}

div.entry-content h2,
div.entry-content h3,
div.entry-content h4,
div.entry-content h5,
div.entry-content h6 {
	margin: 5px 0px;
}
div.entry-content h2 {
	font-size: 16px;
}
div.entry-content h3 {
	font-size: 14px;
}
div.entry-content h4 {
	font-size: 13px;
}
div.entry-content h5 {
	font-size: 12px;
}
div.entry-content h6 {
	font-size: 11px;
}


div.entry-content p {
	margin: 5px 0px;
}