body {
		font-family: 'Proxima Nova', sans-serif;
       color: #1E1E1E;
}

#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #2B2B2B;
}
#searchBar button {
	background: #48A441;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #48A441;
	border-color: transparent;
	color: #fff;
}