/* Styles for Heather - A Hyperminimal Jekyll Theme */

/* BASSCSS Reset - http://jxnblk.github.io/basscss */

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul,
p,
button,
input,
select,
textarea {
  margin: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

body {
  color: #333;
  font-size: 100%;
  line-height: 1.75;
  font-family: 'Merriweather', serif;
}

.header p,
footer p {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

h1,
.h1 {
  font-size: 32px;
  margin-bottom: 0;
}

h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-size: 24px;
  margin-bottom: 16px;
}

article ol,
article ul,
p,
.p {
  font-size: 18px;
  margin-bottom: 32px;
}

small,
.small {
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  p,
  .p {
    font-size: 20px;
  }
}

a {
  color: #09c;
  text-decoration: none;
}

a:hover {
  color: #069;
}

h1 a {
  color: #333;
}

footer p,
.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 32px 5% 64px 5%;
}

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mb {
  margin-bottom: 64px;
}

.post {
  margin-bottom: 96px;
}

.post img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray {
  color: #999;
}

.hidden {
  display: none;
}

.title-container {
  margin-bottom: 32px;
}

pre {
  font-size: 90%;
  line-height: 1.2em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  height: 1%;
  width: auto;
  display: block;
  clear: both;
  color: #555555;
  padding: 1em 1em;
  margin-bottom: 2.5em;
  background: #f4f4f4;
  border: solid 1px #e1e1e1
}

code {
  font-size: 90%;
  line-height: 1.2em;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  color: #555555;
  background: #f4f4f4;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote::after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}