#mainNav .brand span {
	display: inline-block;
	text-indent: -9000px;
	width: 175px;
	height: 50px;
}

#searchBar button {
    color: #000;
    text-shadow: none;
    background: #DBF059;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
    top: 24px;
    right: -1px;
}

body, h1, h2, h3 {
    font-family: -apple-system, "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}