div#post-flex-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
article.post {
	flex: 1 1 500px;
	margin: 50px 15px 10px 15px;
	max-width: 600px;
}
article.custom-page-class{
	max-width: 100%;
}
.page-header {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.page-header .post-meta {
	font-size: 1.2rem;
	text-align: right;
}
.post-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	width: 100%;
	border-bottom: solid 1px #0f44d0;
}
.post-title {
	font-size: 1.2rem;
	border: none;
	margin: 0;
}
.post-meta {
	font-size: 1rem;
	margin: 0;
}
.post-excerpt{
	display: grid;
	grid-template-columns: 240px auto;
}
.post-disp{
	padding: 5px 0 0 10px;
}
.post-disp p{
	font-size: 1rem;
}
p {
	font-size: 20px;
}
.pagination{
	margin: 20px 0 0 0;
}
.nav-links {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.nav-links a {
	margin: 0 10px;
	color: blue;
	font-weight: bold;
}
.nav-links span {
	margin: 0 10px;
	color: black;
}
.back_button{
	width: 100%;
	margin: 30px 0;
	color: blue;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	font-size: 20px;
	clear:both;
	padding-top: 30px;
}
.post-thumbnail{
	object-fit: cover;
}
