/************************************************
 Global Full-Width Reset
************************************************/

html, body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.site,
#page,
.site-content,
#content,
#primary,
#main,
#header,
#site-footer{
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}