.highlight {
    background-color: #00509d;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 3px;
}

.search-results-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
  background: #00296b;
  color: #fdc500;
  padding-bottom: 4rem;
  min-height: var(--page-height);
  height: 100%;
}

.search-results-container h2 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.search-results-container h2 a {
    font-family: 'DM Serif Display';
    letter-spacing: .125rem;
    max-width: 21ch;
  font-size: 1.55rem;
    color: #fff;
      text-decoration: none;
}

.search-results-container p,
.search-results-container .entry-summary {
    max-width: 66ch;
    text-align: left;
    font-size: 1.55rem;
    color: #eee;
}

.searchform {
  width: 95%;
}

.searchform form,
.searchform input {
  width: 100%;
  font-size: 1.55rem;
}

.searchform input {
  appearance:none;
  border-radius: calc(1rem/3);
  font-size: 1.55rem;
  background: none;
  color: #fff;
  border: none;
  outline: none;
  border: none;
}

@media screen AND (min-width: 1080px) {
  .search-results-container h2 a {
      font-family: 'DM Serif Display';
      letter-spacing: .125rem;
      max-width: 21ch;
      font-size: 2.5rem;
    }
}
