/*
Theme Name: hamilton child
Version: 2.1.2
Template: hamilton
*/

.site-header .site-title {
	font-size: 40px;
}
.post-preview h2 {
	display: none;
}
.preview-image:after {
	background: rgba( 0, 0, 0, 0.3 );
	content: "";
	opacity: 0;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	transition: opacity .3s ease-in-out, background .3s ease-in-out;
}
.menu li {
    font-size: 20px;
	margin: 1em 0;
 }
.section-inner.thin { 
	max-width: 800px; 
}
.post-preview {
	display: block;
	padding: 10px;
	position: relative;
	transition: none;
	width: 25%;
}
.site-nav {
	margin-top: 250px;
}
h4.title {
	font-size: 20px;
}
.page-header p {
	text-align: left;
}
@media ( max-width: 1000px ) {
.post-preview h2 {
	display: none;
}
h4.title {
	font-size: 20px;
}
	}
@media ( max-width: 400px ) {
.post-preview h2 {
	display: none;
}
h4.title {
	font-size: 20px;
}	
	}
@media ( max-width: 620px ) {
.site-nav ul:first-child li {
		font-size: 25px;
}
.site-nav {
		margin-top: 150px;
}
	}
@media ( min-width: 1001px ) {
.related-posts .post-preview {
		width: 20%;
	}
}