
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700|Source+Sans+Pro:400,400i,700");
@import url("atom-one-light.css");

body {
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 800px;
  font-family: "Source Sans Pro", Helvetica, Ariel, sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

footer {
  padding-top: 80px;
  text-align: center;
  color: #888;
}

code {
  font-family: "Source Code Pro", monospace;
  background-color: #fafafa;
  padding: 0.125em 0.25em;
  border-radius: 3px;
}

code [contenteditable] {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  margin: 0;
  height: 1.25em;
  border: none;
  outline: none;
  min-width: 8em;
  max-width: 30em;
  background-color: #f0f0f0;
  border-radius: 3px;
}

pre {
  margin: 1.5em 0;
  padding: 1.5em 2em 1.5em calc(2em - 3px);
  border-left: solid 3px #5d5c61;
  background-color: #fafafa;
  overflow-x: auto;
  line-height: 1.25;
}

pre code {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

a {
  color: inherit !important;
  text-decoration: none;
  border-bottom: dotted 2px #aaa;
}

h1 {
  font-size: 2em;
  margin: 1.25em 0;
  line-height: 1.25;
  color: #7395ae;
}

h2 {
  font-size: 1.5em;
  margin: 1.25em 0;
  line-height: 1.25;
  color: #557a95;
}

h3 {
  font-size: 1.2em;
  margin: 1.25em 0;
  line-height: 1.25;
  color: #557a95;
}

h4 {
  font-size: 1em;
  margin: 1.5em 0;
  line-height: 1.25;
  color: #557a95;
}

p {
  margin: 1.5em 0;
}

blockquote {
  margin: 1.5em 0;
  padding: 0 2em 0 calc(2em - 3px);
  border-left: solid 3px #379683;
  overflow: hidden;
}

details {
  padding: 0 1.5em;
}

details > summary {
  outline: none;
  cursor: default;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em -1em 0.5em 0;
}

.cards > * {
  flex: 0 1 auto;
  box-sizing: border-box;
  margin: 0 1em 1em 0;
  padding: 0 2em 0 1.5em;
  width: 392px;
  min-width: 280px;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
