html, body {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: normal;
  font-family: 'Crimson Text', serif;
  color: rgba(0, 0, 0, 0.9);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  background-color: rgb(253, 253, 253)
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1.25em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  letter-spacing: 0.01em;
}

h1 {
  font-size: 2.25rem;
}

time {
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  font-size: 1rem;
}

a, a:visited {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
  word-wrap: break-word;
  transition: 0.5s opacity;  
}

a:hover {
  opacity: 0.65;
}

.content {
  margin: 0 auto;
  padding: 0 1rem;
}

.anchor {
  display: none;
}

strong {
  font-weight: 600;
  font-size: 1.25rem;
}

p, li {
  line-height: 1.5em;
  font-size: 1.25rem;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

li {
  padding-left: 0.25rem;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

hr {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

pre {
  overflow: auto;
  padding: 1rem;
  border: 1px solid #E3EDF3;
  border-radius: 3px;
  white-space: pre;
  font-size: .9em;
  background: #F7FAFB;  
  display: block;
  vertical-align: baseline;
}

code {
  font-family: 'Inconsolata', monospace, sans-serif;
  box-sizing: border-box;
  margin: 0 0 1.75em 0;
  border: #E3EDF3 1px solid;
  width: 100%;
  padding: 0.25rem;
  font-size: 1rem;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  border-radius: 3px;
  line-height: 1.75em;
}

pre code {
  border: none;
  background: 0 0;
  color: inherit;
  white-space: pre;
  font-size: inherit;
  padding: 0;
  overflow: scroll;
  font-size: 0.9375rem;
}

input {
  border: 1px solid #E3EDF3;
  background-color: #F7FAFB;
  border-radius: 3px;
  padding: 0 0.75rem;
  height: 2.5rem;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

input[type="submit"] {
  height: calc(2.5rem + 2px);
  text-align: center;
  border: 0;
}

@media only screen and (min-width: 512px) {    
  html, body {
    font-size: 20px;
  }

  h1 {
    font-size: 2.5rem;
  }
  
  li {
    padding-left: 1rem;
  }

  .content {
    padding: 0 2rem;
  }
}