body.main-body {
    background-image: url(images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

p { font-size: 20px; }

/*----- Page Content Container -----*/
.page-content .container, div.footer-container, div.page-bottom.container, div.pagetitle-container .container {
    max-width: 960px;
}

/*----- Footer -----*/
div.footer-container {
    border-top: none;
    border-bottom: none;
}

/*----- Banner -----*/
div.banner-container {
    background: transparent;
}

/*----- Nav Bar
.navbar-default {
    max-width: 960px;
    margin: auto;
}
 -----*/
.page-bottom .row {
 margin: 0;
}

/*----- Library Image -----*/
a.libraryimage-hover {
    float: none;
}

/*----- Welcome Section -----*/
#element-3c64044ed764492a8175ba980cef0227 h4 {
    font-size: 2.5em;
    border-bottom: 1px solid #C61430;
}