.js-nav {
    background-color: rgb(87,127,47);
    border-color: rgb(89, 114, 65);
    box-shadow: 0 0px 2px rgb(175, 175, 175);
}
.js-nav .navbar-brand {
    color: white;
    float: none;
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.js-nav .navbar-nav > li > a {
    color: rgb(212,231,166);
}
.js-nav .navbar-collapse {
    border-color: rgb(79, 102, 56);
}
.js-nav .navbar-toggle {
    border-color: rgb(87,127,47);
}
.js-nav .navbar-nav > li.js-active > a {
    color: white;
    background-color: rgb(89, 114, 65);
}

#jumboContent {
    margin-top: 120px;
}
#jumboContent h1, #jumboContent h2, #jumboContent p {
    margin-bottom: 15px;
}
#jumboContent hr {
    margin-top: 35px;
    margin-bottom: 35px;
}

#footerWrapper p {
    margin-bottom: 5px;
    text-align: center;
    color: #777;
}
#footerWrapper p:first-child {
    border-top: 1px solid #eee;
    padding-top: 11px;
}

/* Responsive: displays w/width >= 768px */
/* These styles are only applied when width >= 768px */
@media screen and (min-width: 768px) {

}

/* Sticky Footer CSS */
html, body {
    height: 100%;
}
#pageWrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -70px;
    padding: 0 0 70px;
}
#footerWrapper {
    height: 70px;
}