/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    background-color: #fcfcfc;
}

/*
 * Typography
 */

#FrontPage h1 {
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

h1, h2, h3, h4 {
    color: #087223;

}

/*
 * Sidebar
 */

#Sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
}

@media (max-width:768px) {
    #Sidebar {
        display: none;
    }
}


section[id]:before {
    display: block;
    content: " ";
    margin-top: -75px;
    height: 75px;
    visibility: hidden;
}

section.litany li {
    line-height: 1.75;
    color: #084b1a;
}

section.litany ul {
    list-style: none;
    padding-left: 0;
}

nav ul {
    list-style: none;
    padding-left: 1em;
}

section section.litany ul {
    padding-left: 1em;
}

.badge.keyword {
    margin-right: 1em;
}

