#masthead h1.site-title {
	background: url(../images/logo.png) no-repeat top left;
	width: 428px;
	height: 110px;
	overflow: hidden;
	text-indent: -5000px;
	text-align: left;
	margin: 0 auto 30px auto;
	
}
#masthead h2.site-description {
	display: none;
}

.home-buttons {
	list-style: none;
	padding: 0;
	margin: 0 0 1em -10px;
	overflow: hidden;
}

.home-buttons li {
	float: left;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
}
.home-buttons li img{
	max-width: 100%;
}

@media only screen and (max-width: 480px) {
	#masthead h1.site-title {
		width: 100%;
		background-size: 100% auto;
		height: 0;
		padding-bottom: 26%;
		margin: 0;
		box-sizing: border-box;
	}
	
	.home-buttons li {
		float: none;
		padding: 10px;
		width: 100%;
		text-align: center;
	}
}