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

.featured-image img {
    display: none;
}
.meta {	
	display: none;
}
.site-header .site-title {
	font-size: 40px;
	font-weight: 500;
	margin: 0;
}
.site-nav {
	margin-top: 250px;
}
.site-nav li {
	display: block;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.1;
	width: 100%;
}
li {
    line-height: 1.5;
	margin: 1em 0;
}
@media ( max-width: 620px ) {
.site-nav ul:first-child li {
		font-size: 25px;
	}
.site-nav {
		margin-top: 150px;
	}	
}

