/*This section sets page to 100% width */
.site {
	background-color: #fff;
	max-width: 100%;
	position: relative;
}
/*This section sets page header to 100% width */
.site-header {
	background-color: #000;
        max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 4;
}
#site-header {
  background: black;
}
#site-header img {
width: 100%;
} 

.site-content {
    margin-left: -20;
    margin-right: -50;
    max-width: 250%
}

.site-content .entry-header {
    max-width: 250%;
}

.site-content .entry-content {
    max-width: 250%;
  margin-right: -20%;
}

.content-sidebar {
margin-left: -20%;
width: 20%;
}
