html,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}

x {
  border: 1px dotted #888;
}

body {
  font-size: 1.25em;
  line-height: 1.5;
  color: #444;
}

.logo,
.title,
.article-title {
  display: inline-block;
}

.header,
.main,
.footer {
  padding: 1em;
}

.article {
  margin-bottom: 1em;
}

.article-meta p {
  margin: 0;
}

.article-body {
  font-family: "Crimson Text";
}

.nav-list {
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0;
}

.nav-item {
  margin: 0.4em 0;
}

.nav-link {
  display: block;
  text-decoration: none;
  color: #444;
}

.nav-link:hover {
  color: #aaa;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}

/* debug */

/*
      .site::before {
          content: 'site';
      }

      .header::before {
          content: 'header';
      }

      .identity::before {
          content: 'identity';
      }

      .main::before {
          content: 'main';
      }

      .footer::before {
          content: 'footer';
      }

      .article::before {
          content: 'article';
      }

      .article-info::before {
          content: 'article-info';
      }

      */

/*
 * media queries
*/

@media screen and (min-width: 35.5em) {
}

@media screen and (min-width: 48em) {
}

@media screen and (min-width: 64em) {
  .header,
  .main,
  .footer {
    max-width: 48em;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-list li {
    display: inline-block;
    margin: 0 1em 0 0;
  }
}

@media screen and (min-width: 80em) {
}
