::selection {
  background: #333366;
  color: #fff;
  text-shadow: none;
}

body {
  background-color: #f5f5f5;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }

a {
  color: #333399;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #336699;
  text-decoration: none;
}

blockquote {
  color: #666;
  font-size: 1.0em;
  font-style: italic;
  border-left: 5px solid #777;
}

hr {
  margin: 1.5rem 0;
}

/* ------------------------------------------------------------------------- */

.container {
  max-width: 750px;
}

.header,
.footer {
  padding: 1.2rem 0 .2rem;
}

.header {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.header img {
  margin-bottom: 0.2rem;
}

.header .title {
  margin-top: 0rem;
  margin-bottom: 0.2rem;
  text-decoration: none;
}

.header ul,
.header li {
  margin-top: 0rem;
  margin-bottom: .2rem;
}

.header ul {
  font-family: sans-serif;
  font-size: 2.0rem;
  font-weight: 300;
  text-transform: lowercase;
}

.main {
  background-color: #fff;
  padding: 1.2rem 0;
}

.footer {
  border-top: 1px solid rgba(0,0,0,.1);
}

.highlight pre {
  border: 1px solid rgba(0,0,0,.1);
  padding: 1rem;
}

.pagination .page-link {
  color: #333399;
  text-decoration: none;
}

.teaser header ul {
  list-style: none;
  padding-left: 0;
}

.teaser header li {
  margin-bottom: .5rem;
}

.teaser .content p {
  margin-bottom: 0;
}

.article header ul,
.article header li {
  margin-bottom: .5rem;
}

.article header li:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 576px) {
  .header .title {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .header,
  .footer {
    text-align: center;
  }

  .teaser header li {
    display: inline-block;
  }

  .teaser header li:not(:last-child) {
    margin-right: 10px;
  }
}

