@import url('https://fonts.googleapis.com/css2?family=Anybody:wght@500;600;700;800;900&family=Stack+Sans+Text:wght@200;300;400;500;600;700&display=swap');

h1 {
	font-family: "Anybody", sans-serif;
	font-weight: 500;
}

h2, h3, h4, h5 {
	font-family: "Anybody", sans-serif;
	font-weight: 500;
}

body, p {
	font-family: "Stack Sans Text", sans-serif;
	font-weight: 300;
}

ul ol li {
	font-weight: 700;
}

.navbar .brand {
	max-width: 200px;
	padding: 10px 10px 10px 10px;
}

.navbar .nav .active .caret {
	border-bottom: 5px solid #F55c4a;
}

.navbar .navbar-inner {
	padding: 0.5em 0 0 0;
}

#searchBar .search-query {
	border: 1px #555555;
	display: block;
	width: 100%;
	color: #555555;
	background-color: white;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	font-family: "Anybody", sans-serif;
	font-weight: 400;
}

#docsSearch h1 {
	color: #edebe5;
	font-family: "Anybody", sans-serif;
	font-weight: 600;
}

#searchBar button {
	background: #243d59;
	border: 1px solid #555555;
	right:-2px;
	height:46px;
	font-size: 18px;
	border: none;
	font-family: "Anybody", sans-serif;
	font-weight: 500;
	font-color: #edebe5
}

#searchBar button:hover {
 	background:#13212f; }

#docsSearch {
	background: #F55c4a;
	padding: 3em 0 6em 0;
}

a:link {
    color: #F55c4a;
}

a:visited, 
a:hover {
    color: #e52f28;
}

.category-list .category p {
	color: #243d59;
}

.category-list .category:hover {
	background: #edebe5;
	text-color: #F55c4a
}

.category-list .category:hover p,
.category-list .category:hover a {
    color: #F55c4a;
}

.category-list .category:hover p.article-count {
    color: #243d59;
}

.category-list h3 {
	font-weight: 600;
	color: #F55c4a;
}

.category-list .category:hover h3 {
	color: #243d59;
}

a:link {
    color: #F55c4a;

. button {
  background-color: #F55c4a;
  border-radius: 25px;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.contentWrapper h1 {
    font-weight: 500;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2em;
}