/* custom css */
/*
  Based on Simple Dark by Chris Reynolds (hello@chrisreynolds.io)
  https://gist.github.com/jazzsequence/5162736

  Based on Simple by Jason Schuller/Circa75
  https://github.com/circa75/dropplets/tree/master/templates/simple
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
li {
  margin: 0 0 0.5em;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
code,
pre {
  font-family: 'Source Sans Pro', monospace;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0 0.1em;
}
pre code {
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 12px;
}
pre {
  max-width: 80%;
  white-space: pre-wrap;
  padding: 15px;
  margin: 0 0 20px;
  border: 1px dashed #bf370f;
  border-radius: 7px;
}
body {
  max-width: 700px;
}
@media (max-width: 760px) {
  body {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 761px) {
  body {
    margin-left: auto;
    margin-right: auto;
  }
}
article,
header {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
article + article {
  border-top: 1px solid hsl(209, 42%, 88%);
}
@media (max-width: 400px) {
  article,
  header {
    padding: 40px 0;
  }
}
blockquote {
  border-left: 0.25em solid #999;
  padding: 0 2rem;
  margin-left: 0;
}
blockquote cite {
  color: hsl(209, 42%, 50%);
}
blockquote cite::before {
  content: '\2014 \00A0';
}
.button {
  background-color: #f7f7fb;
  border: 1px solid hsl(209, 42%, 50%);
  border-bottom: 2px solid hsl(209, 42%, 40%);
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 20px 9px;
  height: 40px;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  font-weight: 300;
  border-radius: 40px;
  color: hsl(209, 42%, 50%);
  float: left;
  text-decoration: none;
  position: relative;
}
.button:focus,
.button:hover {
  color: hsl(14, 100%, 34%);
  text-shadow: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.button:focus svg,
.button:hover svg,
.button:focus g,
.button:hover g {
  stroke: hsl(14, 100%, 34%);
}
.button:active:hover,
.button:active {
  border-bottom: 1px solid hsl(209, 42%, 50%);
  border-top: 4px solid hsl(209, 42%, 40%);
  box-shadow: inset 0 4px 4px 4px #b3b3d9;
}
.button svg {
  display: inline-block;
  color: hsl(209, 42%, 50%);
  stroke: hsl(209, 42%, 50%);
  vertical-align: bottom;
}
.button svg g {
  stroke: inherit;
}
ul.actions {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
ul.actions .button {
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 512px) {
  ul.actions .button {
    width: auto;
    display: inline-block;
  }
}
ul.actions .button:hover {
  border-color: hsl(14, 100%, 54%);
}
ul.actions li {
  margin-right: 5px;
  list-style: none;
  display: inline-block;
}
@media (max-width: 480px) {
  /* Articles */
  ul.actions li {
    text-align: center;
    margin: 0;
    width: 100%;
    clear: both;
  }
  ul.actions .button {
    display: block;
    float: none;
    box-sizing: border-box;
  }
}
/* Meta
***********************************************************************/
.meta {
  font-size: 0.8rem;
  text-align: center;
}
.meta h3 {
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
}
.meta h3::before {
  content: "(";
}
.meta h3::after {
  content: ")";
}
.meta ul {
  width: 100%;
  padding-top: 20px;
  margin-left: 0;
  position: relative;
}
.meta ul li {
  list-style: none;
  display: inline;
  margin-left: 1em;
}
.meta a {
  text-decoration: none;
  border: none;
}
/* This is the logo at the top of every meta list */
.thumbnail img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 640px) {
  .meta {
    display: block;
    float: none;
    clear: both;
  }
  .meta > * {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .meta ul {
    list-style: none;
    margin-bottom: 10px;
  }
  .meta li {
    display: inline;
    padding: 3px;
  }
}
/* Typography
***********************************************************************/
body {
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
  overflow-x: hidden;
}
@media (min-width: 500px) {
  body {
    font-size: 18px;
  }
}
ol,
ul {
  margin: 0 0 1.5em 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kreon', serif;
  color: #000;
  margin: 0.5em 0;
}
i {
  font-style: italic;
}
h1 {
  font-size: 3rem;
}
@media (max-width: 400px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
footer,
ul.actions + section,
section + section {
  clear: both;
  margin-top: calc(1rem + 5vw);
}
section h3 {
  font-family: 'Kreon', serif;
  font-weight: 500;
}
section h4 {
  font-family: 'Kreon', serif;
  font-weight: 500;
}
h2,
section h3 {
  background: hsl(209, 42%, 88%);
  vertical-align: middle;
  height: auto;
  padding: 0 5px 5px 10px;
  margin-left: -10px;
}
section h3 {
  display: inline-block;
  border-radius: 5px;
  padding: 0 10px 5px;
}
h2 {
  font-family: 'Kreon', serif;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.8rem;
  position: relative;
}
h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 50%;
  border-left: 50% solid hsl(209, 42%, 88%);
}
h2::after {
  content: "";
  position: absolute;
  background: hsl(209, 42%, 88%);
  top: 0;
  bottom: 0;
  width: 9999px;
  /* some huge width */
  left: 100%;
}
@media (max-width: 640px) {
  h2:before {
    content: "";
    position: absolute;
    background: #D5E2EE;
    /* Match the background */
    top: 0;
    bottom: 0;
    width: 9999px;
    /* some huge width */
    left: 100%;
  }
}
p {
  margin: 0 0 1.5em;
}
p + p {
  text-indent: 0;
}
ul {
  margin: 0 0 1.5em 1.5em;
}
ul li ul {
  margin-bottom: 0;
}
a {
  color: #404040;
  text-decoration: underline;
  text-decoration-color: hsl(14, 100%, 54%);
}
a:hover {
  color: hsl(14, 100%, 34%);
}
a img {
  border: none;
}
@media print {
  a[href]:after {
    content: " (" attr(href) ") ";
  }
}
footer {
  font-size: 80%;
}
/*# sourceMappingURL=css/style.css.map */