#search-top {
display: none;
}

.entry-meta { display: none; }

.site-branding a img.custom-logo{
	max-width:600px;
}

@media only screen and (max-width: 700px) {
  .site-branding a img.custom-logo{max-width:500px;}
	
	 .page .site-content .hentry {padding: 2px;}
	
	.page .container {

    padding-left: 0;
    padding-right: 0;
}
}

@media only screen and (max-width: 520px) {
  .site-branding a img.custom-logo{max-width:350px;}
}

@media only screen and (max-width: 380px) {
  .site-branding a img.custom-logo{max-width:250px;}
}