body {
  /* common */
	/*background-attachment: fixed;*/
	background-clip:border-box;
	background-origin:padding-box;
	background-position: 0px;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size:auto;
	background-repeat:no-repeat;
}
#site-branding {
	width:90%;
}
#site-title a {
    color: #777;
}
#site-description {
    color: #777;
    font-size: 12px;
    line-height: 20px;
}
#content {
	padding-top:0!important;
	padding-bottom:0!important;
}
body.page #content {
	padding: 70px 0 30px!important;
}
#post_masonry .post-container {
    padding: 5px!important;
}
.top-header {
  /* common */
	height:26vh!important;
	background-attachment: fixed;
	background-size:cover!important;
	background-position:top right;
	background-repeat:no-repeat;
}
