#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #166c59;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #02c09d;
	border-color: transparent;
	color: #fff;
}
body {
       font-family: 'Montserrat', sans-serif;
       color: #000000;
}
.navbar .nav li {
    display: inline-block;
    float: none;
    font-size: 13px;
    letter-spacing: .1em;
}
.navbar .nav li a, .navbar .icon-private-w {
    font-size: 14px;
    font-weight: 300;
}
a.brand > img {
    padding-bottom:15px;
}
.category-list .category p {
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0.25px;
}
.category-list .category {
    background-color: #fff;
    background-position: top 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 100px auto !important;
    box-shadow: 0 7px 4px -5px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    position: relative;
    width: 31.5%;
    transition: all 0.2s;
}
.category-list .category:hover {
    text-decoration: none;
    background: #f7f7f9;
}
.collection-category h2 {
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
    padding-left: 0%;
    font-size: 22px;
    letter-spacing: 1px;
}

.collection-category .category-list {
    margin: 0 0 4em;
    text-align: center;
}

/* === Category icons === */

#category-10 {
  position: relative;
}

#category-10::before {
  content: "settings"; /* icon name from Google Fonts */
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #166c59;
  line-height: 1;
  position: center;
}

#category-155 {
  position: relative;
}

#category-155::before {
  content: "play_circle"; /* icon name from Google Fonts */
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #166c59;
  line-height: 1;
  position: center;
}

#category-180 {
  position: relative;
}

#category-180::before {
  content: "assignment"; /* icon name from Google Fonts */
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #166c59;
  line-height: 1;
  position: center;
}

#category-184 {
  position: relative;
}

#category-184::before {
  content: "toc"; /* icon name from Google Fonts */
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #166c59;
  line-height: 1;
  position: center;
}

#category-182 {
  position: relative;
}

#category-182::before {
  content: "track_changes"; /* icon name from Google Fonts */
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #166c59;
  line-height: 1;
  position: center;
}

#category-50 {
  position: relative;
}

#category-50::before {
  content: "travel_explore"; /* icon name from Google Fonts */
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #166c59;
  line-height: 1;
  position: center;
}

#category-165 {
  position: relative;
}

#category-165::before {
  content: "developer_guide"; /* icon name from Google Fonts */
  font-family: "Material Symbols Outlined";
  font-size: 40px;
  color: #166c59;
  line-height: 1;
  position: center;
}
/* === Category icons === */

#sidebar .nav-list a {
    display: inline-block;
    color: #1f362d;
    font-size: 14px;
    padding: 6px 15px 6px 0;
    line-height: 20px;
    margin-left: 0;
    font-weight: 300;
}
#sidebar .nav-list a:hover {
    display: inline-block;
    color: #02c09d;
    font-size: 14px;
    padding: 6px 15px 6px 0;
    line-height: 20px;
    margin-left: 0;
    font-weight: 300;
}

#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover, #sidebar .nav-list .active a:focus {
    font-weight: 500;
    color: #02c09d;
    background: 0 0;
    text-shadow: none;
    text-decoration: underline;
}
#sidebar h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 2px;
}