@import url('https://fonts.googleapis.com/css2?family=Anybody:wght@300;400;500;600;700;800;900&family=Stack+Sans+Text:wght@200;300;400;500;600;700&display=swap');

h1, h2, h3, h4, h5{
	font-family: "Anybody", sans-serif;
	font-weight: Bold;
}

body, p {
	font-family: "Stack Sans Text", sans-serif;
}

ul ol li {
	font-weight: bold;
}

.navbar .brand {
	max-width: 200px;
}

.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: SemiBold;
}

#docsSearch h1 {
	color: #edebe5;
	font-family: "Anybody", sans-serif;
	font-weight: Bold;
}

#searchBar button {
	background: #243d59;
	border: 1px solid #555555;
	right:-2px;
	height:46px;
	font-size: 18px;
	border: none;
	font-family: "Anybody", sans-serif;
	font-weight: SemiBold;
	font-color: #edebe5
}

#searchBar button:hover {
 	background:#13212f; }

#docsSearch {
	background: #F55c4a;
	padding: 3em 0 6em 0;
}

a:link {
    color: #F55c4a;
}

a:visited {
    color: #c5003b;
}

//#docsSearch h1 {
//	color: #F55c4a;
}

.category-list .category:hover {
	background: #a7a8aa;
}

.category-list .category p {
	font-color: #F55c4a;
}

a:link {
    color: #F55c4a;

. button {
  background-color: #F55c4a; /* Green */
  border-radius: 25px;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
}