body {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;
/* default is 1rem or 16px */
font-size: 20px;
font-weight: 400;
line-height: 1.6;
}

/* Increase all font sizes on mobile */
@media (max-width: 767px) {

body {
/* default is 1rem or 16px */
font-size: 18px;
}

}

h1 {
  font-weight: 800;
}

h2, h3, h4, h5, h6 {
  margin-top: 35px;
}

.badge-light {
  background-color: #f1f8ff;
  color: #0366d6;
  margin-top: -10px;
  font-weight: 500;
  font-size: .9em;
}

a.badge-light:focus, a.badge-light:hover {
  background-color: #def;
  color: #0366d6;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 1em 20px 0.5em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}

.algolia-autocomplete {
  width: 100%;
}
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%;
}
.algolia-autocomplete .aa-hint {
  color: #999;
}
.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}
