.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);
}

.container > .competency:first-child {
    margin-top: 70px;
}
.container > .competency:last-child {
    margin-bottom: 80px;
}
.competency {
    text-align: center;
}
.competency .img-responsive {
    display: inline;
    border: 1px solid #eee;
    box-shadow: 0 0 2px #ccc;
}
.competency h2 {
    line-height: 1;
    letter-spacing: -1px;
}
.competency p:last-child {
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .competency h2 {
        font-size: 50px;
    }
}
@media (min-width: 992px) {
    .container > .competency:first-child {
        margin-top: 120px;
    }
    .competency {
        text-align: left;
    }
    .competency .img-responsive {
        display: block;
    }
}
@media (min-width: 1200px) {
    .competency h2 {
        margin-top: 60px;
    }
}
.lead {
    color: #777;
}
.competency-divider {
    margin-top: 80px;
    margin-bottom: 80px;
}

#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;
}