#docsSearch {
	height: 200px;
	background: url(https://ahs.seamless.md/assets/repeating-bg.png) no-repeat center 100% / cover transparent;
	border-bottom: none;
	padding-top: 75px;
	position: relative;
	top: -1px;
	color: #ffffff;
}
#docsSearch h1 {
	font-family: 'Open Sans', sans-serif;
     color: #fff;
}
body {
	font-family: 'Open Sans', sans-serif;
}

#searchBar button {
	background: #2ecc71;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #2ecc71;
	border-color: transparent;
	color: #fff;
}