h1.chapterheading {
    text-align: center;
    border-bottom: 1px solid #999a99;
    margin-bottom :0;
    padding-bottom: 10px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #216130;
}

.toc {
    padding-bottom: 10px;
}

.icon-bar {
    background-color: black;
}

.articletext {
    padding-bottom: 20px;
}

.navbar {
    background-color: #216130;
    color: white;
    border-width: 0;
    border-radius: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1;
}

.articletext > h2 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 24px;
}

.articletext > h3 {
    margin-top: 1.5em;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.navbar-brand {
    font-size: 20px;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

/* No scrolling for collapsed menu */
.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

hr.leftnav {
    width: 90%;
    color: green;
    height: 1px;
    background-color: #a9a9a9;
}

.articlemetadata {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #999a99;
}
h4 {
    margin-top: 1.5em;
    font-weight: 600;
}

li.padded {
    padding-bottom: 1em;
}

/* Basic Improvements */

.navbar-brand img {
    margin: -10px 10px -9px 15px;
}

.well.advert {
    border: 0;
    box-shadow: none;
    border-radius: 2px;
    font-size: .8em;
    line-height: 1.4;
    padding: 30px;
    background: #f6f9f6;
}
@media (max-width: 768px) {
    .well.advert {
        padding: 20px;
    }
}

.nav.nav-pills.nav-stacked {
    margin-bottom: 1.5em;
}
.nav-pills > li > a {
    transition: all .2s ease-in;
    background-image: linear-gradient(to left,
                                      #fff,
                                      #fff 50%,
                                      #216130 50%,
                                      #216130);
    background-position: 100% 0;
    background-size: 200% 100%;
    background-color: #fff;
    border-radius: 0;
}
.nav > li > a:hover, .nav > li > a:focus,
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-position: 0 0;
    background-color: #216130;
    color: #fff;
}


.btn {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    transition: all .2s ease-out;
    text-transform: uppercase;
}


ul.share-buttons{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: block;
}

ul.share-buttons li {
    display: inline-block;
    float: left;
    width: 18%;
}
ul.share-buttons li.shareLabel {
    width: 10%;
    padding: 5px 0;
}
@media (max-width: 991px) {
    ul.share-buttons li {
        width: 17%;
    }
    ul.share-buttons li.shareLabel {
        width: 15%;
    }
}
@media (max-width: 768px) {
    ul.share-buttons li {
        width: 16%;
    }
    ul.share-buttons li.shareLabel {
        width: 20%;
        font-size: .9em;
        padding: 8px 0 7px 0;
    }
}


ul.share-buttons a {
    display: block;
    text-align: center;
    padding: 5px;
    margin-left: 2px;
    opacity: .7;
    transition: all .2s ease-in;
}

ul.share-buttons a:hover {
    opacity: 1;
}

ul.share-buttons img{
    width: 25px;
}

ul.share-buttons .facebook {
    background: #3b5998;
}
ul.share-buttons .twitter {
    background: #00abf1;
}
ul.share-buttons .googleplus {
    background: #d0422a;
}
ul.share-buttons .reddit {
    background: #ef4623;
}
ul.share-buttons .linkedin {
    background: #0083be;
}

.articletext {
    font-size: 18px;
    line-height: 1.7;
}

p {
    margin-bottom: 1.5em;
}

.articletext > h1 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.2;
}
.articletext > h1::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    width: 200px;
    left: 0;
    bottom: 0;
    background: #216130;
}
.articletext > h1.chapterheading {
    padding-bottom: 20px;
}
.articletext > h2 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
}

.articletext > h3 {
    margin-top: 1.5em;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.1;
    line-height: 1.2;
}

.articlemetadata {
    color: #333;
    font-style: italic;
    border-bottom: 0;
    padding-top: 8px;
}

.navbar-toggle {
    margin-right: 0;
    position: relative;
    outline: none !important;
}
.navbar-toggle::before {
    content: 'CHAPTERS';
    position: absolute;
    right: 106%;
    top: 3px;
}