add_theme_support( 'custom-header', array(
'header_image'    => '',
'header-selector' => '.site-title a',
'header-text'     => false,
'height'          => 100,
'width'           => 840,
) );
.site-title {
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 80px;     /*Original height was 48px*/
    font-size: 65px;     /*Adjust font size so full image is clickable*/
}
.content-area {
	padding-top: 48px;
}
.site-content {
	margin-right: auto;
	margin-left: 50px;
}
.entry-title {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
ul, ol {
	margin: 0 0 24px 20px;
  	font-style: normal;
}
blockquote {
  	margin-left: 30px;
}