h1,h2,h3,h4{
margin:0px; padding:0px;
}
/*Doggerland*/
h1
{
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color:#635D5D;
margin: 1% 2% 0 1%;
}
/*The Land that time forgot*/
h2
{
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color:#635D5D;
font-style: italic;
margin: 0 2% 1% 4%;
	padding: 0;
	font-size: 1rem;
}
/*Blog category title*/
h3
{
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color:#635D5D;
font-size: 1rem;
margin:2% 0 2% 1%;

}


/*Blog post title and Category menu title*/
h4
{
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

color:#635D5D;
	font-size: 1rem;
	margin:1% 0 0 0;
	
}
/*Category Items*/
h5
{
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

color:#635D5D;
	margin: 20px 5px 20px 30px;
	font-size: 0.7rem;
	width:10vw;
	
}


h6
{
font-family: "Roboto Black", "Roboto Light", Roboto, "Roboto Medium";
color:#635D5D;
	margin: 20px 5px 20px 30px;
	font-size: 0.8rem;
}
.blog_container p
{
margin:0.5% 0 2% 0;
text-align: left;
width:100%;
color: grey;
}
.last > p{
	text-align: right;
	margin:0;
	padding:0;
}