North Park Full-Width Homepage Sections
<script>
window.onload = function () {
$('.homepage div.section, .homepage #suggested, .homepage #additional').wrapInner('<div class="container"></div>');
$('.homepage #suggested, .homepage #additional').appendTo('.homepage article .section_boxes > .row > div').addClass('section');
$('.homepage .body-container > div:first-child , .homepage .body-container > div:first-child #content > div:first-child').removeClass().addClass('container-fluid');
$('.homepage .clear').remove();
}
</script>
<style>
.homepage #content .section:nth-child(even) {
background-color: #c4bcb8;
}
.homepage #content .section:nth-child(odd) {
background-color: #d8d2cf;
}
.homepage .section_boxes .section {
margin-top: 0;
margin-bottom: 0;
padding: 60px 0;
}
.homepage h1,
.homepage #suggested h2 {
margin-top: 0;
}
.homepage .body-container > .container-fluid {
padding: 0;
}
.footer-container {
margin-top: 0;
}
</style>