/* Helpscout Doc CSS */

.navbar-inner {
box-shadow: none;
}

.brand img{ height: 30px; width: 180px;

}

#docsSearch {
  background-image:url("https://dl.dropboxusercontent.com/s/2kv1mlp6uhipo20/helpscoutheader.jpg?dl=0") !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 10em 0;
  margin-bottom: 70px;
}

h1, h2, h3{
  font-family: "times", serif;

}



h2 {
  font-size: 4em;
}

.category-list .category h3 {
  font-size: 2.5em;
}


.icon-article-doc:before {
    content: "–";
    color: #A7A7A7;
    margin-right: 6px;
}

#searchBar .search-query {
    border-radius: 0px;
    font-size: 24px;
    line-height: 22px;
    width: 100%;
    height: 50px;
    font-family: "adobe-garamond-pro", serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#searchBar button {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,.4);
    background: #000;
    border-radius: 0;
    border: 1px solid #407FB3;
    font-size: 24px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
    top: 24px;
    right: -1px;
    font-family: "adobe-garamond-pro", serif;
}


#categoryHead h1 {
  margin-bottom: 20px;
  font-size: 4em;
}

#categoryHead {
  border: none;
  border-bottom: 1px #eee  solid;


}

@media (min-width: 980px){
 .category-list .category {
  width: 45%;
}}
