body{
	color:  #e876b2;
}


.container
{
  border: 5px dashed black;
  box-sizing: border-box;
  margin-top: 50px;
  z-index: 2;
}
#postpage_header{
	align-self: center;
 	z-index: 2;
}
#postpage_title {
    width: 70rem;
    border: 5px solid black;
    justify-self: center;
    text-align: center;
    height: 10rem;
    font-size: xx-large;
	}
	
.post_image{
	background-size: contain;
    background-repeat: repeat-y;    
    background-position: center;
}
.post_icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.category{
	display: flex;
    align-items: end;
    height: 100%;
}

#latest_section{
	text-align:center;
	display:flex;
	justify-content:center;
	align-content:center;
	margin-top:-87px;
	margin-right:0px;
	margin-bottom:10em;
	margin-left:0px;
    z-index: 2;     
}

.latest_post{
	width:331px;
	text-align:center;
	display:inline-grid;
	justify-content:center;
	position:static;
	flex-wrap:wrap;
	height:234px;
}
.latest_image{
	width: 240px;
	height: 240px;
	background: center;
    background-size: contain;
	background-repeat: no-repeat;
}
.latest_desc {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

#bottom_link {
	height: 148px;
	width: 100%;
	max-width: 564px;
	padding: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#bottom_link a.new {
	color: black;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 5vw;
}

a.new {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 5vw;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

@media (max-width: 400px) {
	b, strong{
		font-size: xx-large;
	}
	
	h1.heading {
		font-size: inherit;
	}
	
	#postpage_title {
		width: 24rem;
		border: 5px solid black;
		justify-self: center;
		text-align: center;
		height: 5rem;
		font-size: xx-large;
	}
	
	#latest_section{
        margin-top: -1em;
        margin-bottom: -3em;
	}

	.latest_image {
		width: 4em;
		height: 4em;
	}
	
	.latest_post {
		width: 310px;
		text-align: center;
		display: inline-grid;
		justify-content: center;
		text-align: -webkit-center;
		height: 168px;
		
	}
	.latest_desc{
		    content-visibility: hidden;
	}
	
	.container{
		grid-template-rows: 0.1fr 4fr 0fr;
	}
	
  #bottom_link a.new {
    font-size: 50px;
  }
}

.post_bottom_nav {
  text-align: -webkit-center;
  margin-top: 40px;
  z-index: 2; 
}