
@import url('https://fonts.googleapis.com/css family=Work+Sans:100,200,300,400,400i,500,700');

.navbar .nav li {
    display: inline-block;
    float: none;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    letter-spacing: .1em;
}
.navbar .nav li a, .navbar .icon-private-w {
    font-size: 18px;
    font-weight: 300;
}


#docsSearch {
    height: 200px;
    background: url(https://smallfarms.cornell.edu/wp-content/uploads/2022/11/How-can-we-help-you.png) no-repeat center 100% / cover transparent;
    border-bottom: none;
    padding-top: 75px;
    position: relative;
    top: -1px;
    background-color:#222222;
}

a.brand > img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    Width: 75px;
    height: 75px;
    margin-left: 15px;
    width: auto;
}

#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #007a41;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #007a41;
	border-color: transparent;
	color: #fff;
}


.category-list .category {
	background-color:#fff;
	border-bottom: 1px solid #007a41;
	border-radius: 3px;
	border-left:0;
	border-right:0;
	border-top:0;
}

/* Home Page Category Title*/

.category-list h3 {
    color: #007a41;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Work Sans", sans-serif;
}

body {
       font-family: 'Work Sans', Arial sans-serif;
       color: #000000;
}



#docsSearch h1 {
     font-size: 32px;
     font-weight: 500;
     font-family: 'Work Sans', sans-serif;
     color: #ffffff;
}

