/* UNIVERSAL BODY SETTINGS */
body {
    margin: 0;
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #323C47;
    background-color: #475567;
}

/* SEARCH BAR */
.navbar .nav li a {
    text-shadow: none;
    color: silver;
}
.navbar .nav>li>a {
    float: none;
    padding: 11px 15px 30px;
    color: #323C47;
    text-decoration: none;
    text-shadow: transparent;
}
.navbar .nav a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    font-size: 1.3em;
	font-weight: bold;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: 0px 0px 5px 2px #00000033;
	color: silver;
}
#searchBar button {
	background: #89AE99;
	border-color: #6A8976;
	color: #fff;
}
#searchBar button:hover {
	background: #A1C6AF;
	border-color: #6A8976;
	color: #fff;
}
#docsSearch {
    background: #6A7F91;
	color: #fff;
	border-bottom: transparent;
	box-shadow: 0px 5px 10px 5px #00000014
}

/* COLLECTION BOXES */
.twoCol .collection, .threeCol .collection { 
	background: #F9f9f9; 
	border-color: #DBDBDB;
	box-shadow: 0px 0px 20px;
}
.threeCol h2,.twoCol h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold
}
/* CATEGORIES */
.category-list .category {
	background-color:#F9f9f9;
	border-bottom: 1px solid #DBDBDB;
	border-radius: 3px;
	border-left:0;
	border-right:0;
	border-top:0;
}
/*Category Page*/
#sidebar h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #f9f9f9;
    margin-bottom: 4px
}
#sidebar .nav-list .active a,#sidebar .nav-list .active a:focus,#sidebar .nav-list .active a:hover {
    font-weight: 700;
    color: #89AE99;
    background: 0 0;
    text-shadow: none;
}
#sidebar .nav-list a {
    display: inline-block;
    color: #f9f9f9;
    font-size: 1.4em;
    padding: 6px 15px 6px 0;
    line-height: 20px;
    margin-left: 0
}
.nav-list .nav-header,.nav-list>li>a {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: none;
}
#sidebar .nav-list a:focus,#sidebar .nav-list a:hover {
    text-decoration: none;
    color: #A1C6AF;
    background: 0 0
}