/**
 * Theme Name: OHVH
 * Theme URI: https://slocumthemes.com/wordpress-themes/epic-free/
 * Description: A "one-click" child theme created for Epic - Make an Epic statement with this responsive WordPress blog theme. The perfect combination of minimalism and bold design for your journal, photo stream or video blog. Now supports live front-end text widget editing via <a href="http://wordpress.org/plugins/note/" target="_blank">Note</a>. More info - <a href="http://wordpress.org/plugins/note/" target="_blank">http://wordpress.org/plugins/note/</a>.
 * Author: Slocum Design Studio
 * Author URI: https://slocumthemes.com/
 * Version: 1.0
 * License: GPL2+
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Template: epic
 */
body {
	max-width: 900px;
	background-color: #D6D6C2; 
}

.home .logo-box {
display: none;
}

.home .page-title {
display:none;
}

.content-wrapper, header {
	background-color: #ffffff; 
	}
	
	article.content {
		border-right: 0px;
	}

#middlebox
{
    position:    fixed;
    top:         0;
    left:        50%;    /* move the left edge to the center … */
    margin-left: -275px; /* … and move it to the left half the box’ width. */
    z-index:     9999;   /* Try to get it on top. */
}

table img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

table: {
width: 100%;
}

.page-title {
text-align: center;
} 

article.content h1, article.full-width-content h1, h1.page-title{

	margin: 0 0 0.25em;

	font-size: 36px;

	font-weight: 700;

	line-height: 36px;

}