/* Put general styles here */
#hero .jumbotron {
  height: 80px;
  background-image: url('https://toolkit.library.columbia.edu/v3/img/butler-library.jpg');
  background-size: cover;
  background-position: center 25%;
}
body.home #hero .jumbotron {
  height: 36vh;
  background-image: url('https://toolkit.library.columbia.edu/v3/img/campus-and-city-image.jpg');
  background-size: cover;
  background-position: inherit;
}
body.home #toggle-hero-search {
  display: none;
}
#main-sidebar .cul-section_heading h2,
#main-sidebar .cul-section_heading h3 {
  text-transform: uppercase;
  color: rgba(33, 37, 41, 0.5);
}
#main-content h1 {
  font-size: 1.75rem !important;
}
#main-content h2 {
  font-size: 1.5rem !important;
}
#main-content h3 {
  font-size: 1.25rem !important;
}
#main-content h4 {
  font-size: 1rem !important;
}
#main-content h5 {
  font-size: .8rem !important;
}
#main-content h6 {
  font-size: .6rem !important;
}

#hero-search .twitter-typeahead {
  width: 100%;
  z-index: 999;
}
#hero-search .twitter-typeahead input.tt-input.form-control,
#hero-search .twitter-typeahead input.tt-hint.form-control {
  width: 100%;
}
#hero-search .twitter-typeahead input.tt-input,
#hero-search .twitter-typeahead input.tt-hint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#hero-search .twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  min-width: 160px;
  float: left;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#hero-search .twitter-typeahead .tt-cursor {
  background-color: var(--light);
  color: #262626;
  text-decoration: none;
}
#hero-search .twitter-typeahead .tt-suggestion {
  font-size: 14px;
  padding: 5px 5px 5px 2em;
  margin: 2px 0;
  cursor: pointer;
  overflow-x: hidden;
  text-indent: -1em;
  white-space: normal;
}
#hero-search .twitter-typeahead .tt-suggestion .tt-description {
  color: #666666;
}
#hero-search .twitter-typeahead .tt-suggestion a {
  word-break: break-all;
}
#hero-search .twitter-typeahead .tt-suggestion > span:first-child {
  font-weight: 500;
}
#hero-search .twitter-typeahead .tt-suggestion:hover,
#hero-search .twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #08c;
  color: #fafafa;
}
#hero-search .twitter-typeahead .tt-suggestion:hover .tt-description,
#hero-search .twitter-typeahead .tt-suggestion.tt-cursor .tt-description {
  color: #f8f8f8;
}
#hero-search .twitter-typeahead .tt-suggestion.tt-selectable:hover {
  background-color: #17d;
}
#hero-search .twitter-typeahead .tt-cursor a,
#hero-search .twitter-typeahead .tt-suggestion:hover a {
  color: #eeeeee;
}
#hero-search .twitter-typeahead .tt-hint,
#hero-search .twitter-typeahead .tt-dataset {
  background-color: #fff;
  width: 100%;
}

