/*
Theme Name: 2014-child
Version: 1.0
Description: A child theme of Twenty Fourteen
Template: twentyfourteen
*/

@import url("../twentyfourteen/style.css");

/*FULL WIDTH LAYOUT*/
/*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-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
 /* Original max-width: 474px */
 max-width: 80%;
}

/*HIDE TITLE ON ACCOUNTABILITY FORM PAGE*/
.page-id-218 .entry-title {
    display: none;
}


