@font-face {
    font-family: 'plex_mono';
    src:
      url('fonts/mono-webfont.woff2') format('woff2'),
      url('fonts/mono-webfont.woff') format('woff');
}

@font-face {
    font-family: 'plex_sans';
    src: url('fonts/sans-webfont.woff2') format('woff2'),
         url('fonts/sans-webfont.woff') format('woff');
}

@font-face {
    font-family: 'plex_serif';
    src: url('fonts/serif-webfont.woff2') format('woff2'),
         url('fonts/serif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media only screen and (max-width: 767px) {
  .container {
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
  }

  .lead {
    display: flex;
    justify-content: center;
  }

  .title {
    font-family: 'plex_sans';
  }

  .information {
    display: flex;
    width: 80%;
  }
  .information_text {
    font-family: "plex_mono";
    font-size: 0.7em;
  }
  .search {
    margin-bottom: 5%;
  }
  .search_text {
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #333;
    font-family: 'plex_mono';
    font-size: 1.1em;

  }
  .submit_button {
    font-family: "plex_mono";
    font-size: 1.1em;
    background-color: #fff;
    border: none;
    color: #333;
  }
  .submit_button.hover {
    color: #fff;
  }

  a {
    color: #333;
  }
  .search_heading {
    font-family: "plex_sans";
    font-size: 1.1em;
  }
  .results {
    font-family: "plex_mono";
    font-size: 0.8em;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    width: 97vw;
    justify-content: center;
  }
  .lead {
    display: flex;
    justify-content: center;
  }
  .title {
    font-family: 'plex_sans'
  }
  .information {
    display: flex;
    width: 80%;
  }
  .information_text {
    font-family: 'plex_mono';
    font-size: 0.7em;
  }
  .search {
    margin-bottom: 5%;
  }
  .search_text {
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #333;
    font-family: 'plex_mono';
    font-size: 1.3em;

  }
  .submit_button {
    font-family: "plex_mono";
    font-size: 1.3em;
    background-color: #fff;
    border: none;
    color: #333;
  }
  .submit_button.hover {
    color: #fff;
  }

  a {
    color: #333;
  }
  .search_heading {
    font-family: "plex_sans";
    font-size: 1.1em;
  }
  .results {
    font-family: "plex_mono";
    font-size: 0.8em;
    width: 80%;
  }
}
