body, p, a, div, th, td, article h2 {
    font-family: "Avenir Next",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;;
    color: #282828;
    font-weight: 600;
}

article h2 {
color: #00af64;
}

#content {
    margin-left: 350px;
}

#scrollingNav {
    background-color: #e9e9e9;
    position: fixed;
    left: 0;
    width: 320px;
    top: 0;
    bottom: 0;
    overflow: scroll;
}

.sidenav-search {
    width: 320px;
}

#scrollingNav .logo {
    padding: 32px 16px;
	background-color: #e9e9e9;
}

#scrollingNav .logo img {
    height: 48px;
    display: block;
    margin: 0 auto;
}

.sidenav {
    position: static;
    background-color: #e9e9e9;
    width: 320px;
}

.search-reset {
    display: none;
}

.sidenav-search {
    padding:0;
    position: static;
    background-color: transparent;
}

.sidenav-search .search {
    height: 44px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none;
}

.sidenav > li.nav-header {
    margin: 16px 0;
}

.sidenav > li.nav-header > a {
	font-family: "Avenir Next",Helvetica,Arial,sans-serif;
    color: #00af64;
    border:0;
    padding: 0;
    background: none;
    font-weight: 600;
    width: 280px;
}

.sidenav > li > a {
    color: #3d3d3d;
	font-family: "Avenir Next",Helvetica,Arial,sans-serif;
	font-weight: bold;
    width: 100%;
}

pre {
    border-radius: 0 !important;
    background-color: #282828 !important;
    border: 0;
}
code {
    background-color: #282828 !important;
}

.nav-tabs>li.active a {
    border: 0;
    background-color: #fff;
    color: #fff;
    border-radius: 0;
}

.sidenav > li.active > a, .nav>li>a:focus, .nav>li>a:hover {
    color: #00af64 !important;
    background-color: transparent;
}

.type {
    border-radius: 0;
	font-family: "Avenir Next",Helvetica,Arial,sans-serif;
}
