#searchBar .search-query {
	background: #f9f9fb
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #558BF7;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #3575f6;
	border-color: transparent;
	color: #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    color: #171717;
}


#docsSearch {
	height: 200px;
	background: url(https://d31e6ufxekikrt.cloudfront.net/static/ui/images/hero.webp) no-repeat center 100% / cover transparent;
	border-bottom: none;
	padding-top: 75px;
	position: relative;
	top: -1px;
}

#mainNav {
	height: 63px;
}


.navbar-inner {
	height: 63px;
}

div.container-fluid {
	height: 63px;
	bottom: 5px;
}

.brand {
	max-height: 63px;
}


.brand > img:nth-child(1) {
	max-height: 20px;
	width: auto;
	position: absolute;
	bottom: 15px;
}

