html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*= 2.0 Global */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #fffdfd;
  color: #606666;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

html {
  height: 100%;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #606666;
  font-family: Lora, Georgia, serif;
  font-weight: 700;
  margin: .25em 0 1.25em;
}

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
}

h2 {
  color: #8f9699;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}

h3 {
  color: #8f9699;
  font-size: 20px;
  font-size: 2.0rem;
  font-style: italic;
  font-weight: normal;
  margin: .2em 0;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

hr {
  height: 0;
  margin-top: -1px;
  margin-bottom: 24px;
  padding-top: 24px;
  border: 1px solid #c8cbcc;
  border-width: 0 0 1px 0;
  clear: both;
}


/* Text elements */

p {
  margin-bottom: 1.5em;
}

ul {
  margin: 0 0 1.5em .75em;
  list-style: disc;
}

ul ul {
  list-style: square;
}

ul ul ul {
  list-style: circle;
}

ol {
  margin: 0 0 1.5em 1.5em;
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: .75em 0 .75em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0 1.5em;
  padding-left: 2em;
  position: relative;
  color: #8f9699;
}

blockquote p {
  margin-top: 0;
}

blockquote:before {
  font-family: "Times New Roman", Times, sans-serif;
  font-size: 92px;
  font-size: 9.2rem;
  font-weight: bold;
  color: #e2e7e8;
  content: "\201c";
  display: inline-block;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  top: -18px;
  left: 0;
  vertical-align: top;
  z-index: -1;
}

blockquote blockquote {
  font-size: inherit;
}

blockquote blockquote:before {
  display: none;
}

blockquote cite {
  display: block;
  font-style: italic;
  width: 100%;
  text-align: right;
}

address {
  font-style: italic;
  margin-bottom: 1.5em;
}

pre {
  background: transparent;
  color: #606666;
  font-family: Merriweather, Georgia, serif;
  max-width: 100%;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0;
}

code,
kbd,
tt,
var {
  background-color: #e2e7e8;
  font: 14px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 1em;
  line-height: 2.09231em;
}

abbr,
acronym {
  margin-bottom: 26px;
  cursor: help;
  border-bottom: 1px dotted #e2e7e8;
}

mark,
ins {
  text-decoration: none;
  background: fff9c0;
}

sup,
sub {
  font-size: .8125em;
  line-height: 2.09231em;
  line-height: 0;
  position: relative;
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .8125em;
  line-height: 2.09231em;
}

big {
  font-size: 1.2em;
  line-height: 1.36em;
}

figure {
  margin: 0;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
}

td,
th {
  padding: 7px 6px 6px;
  border-collapse: collapse;
  border-bottom: 1px solid #e2e7e8;
}

th {
  font-weight: bold;
  padding-bottom: .375em;
  border-bottom-width: 3px;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background: #e2e7e8;
  color: #606666;
  border: 1px solid #e2e7e8;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #f5f7f7;
  border-color: #c8cbcc;
  color: #313333;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: .375em;
}

textarea {
  overflow: auto;
  width: 98%;
  padding-left: 3px;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
#infinite-handle span:hover,
#infinite-handle span:focus {
  box-shadow: 0 2px #bc3b2d;
  color: #f5f7f7;
  top: 2px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
fieldset {
  border-color: #e2e7e8;
  padding: 0 1.5em;
}

legend {
  padding: 0 .375em;
}


/* Clearing */

.clear:before,
.clear:after,
.content:before,
.content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-main .post-navigation:after,
.site-main .posts-navigation:after {
  content: "";
  display: table;
}

.clear:after,
.content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site-main .post-navigation:after,
.site-main .posts-navigation:after {
  clear: both;
}


/* Links */

a,
a:visited {
  color: #cc523e;
  -webkit-transition: .2s all ease-in-out, -webkit-transform .2s ease-in-out;
  transition: .2s all ease-in-out;
  text-decoration: none;
  /* Allow long links to break */
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a:hover,
a:focus,
a:active {
  color: #cc523e;
  -webkit-transition: .2s all ease-in-out, -webkit-transform .2s ease-in-out;
  transition: .2s all ease-in-out;
}


/*= Document */

.site {
  background: transparent;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.site-content {
  margin: 1.5em auto 0;
  padding: 0 1.5em;
}


/* Header */

header h1,
header h2,
header h3,
header p {
  text-align: center;
}


/*= Media Queries */

@media screen and ( min-width: 48.9375em) {
  /* 782px, mobile WP bar */
  .site-main {
    margin: 0 auto;
  }
  .content-area {
    float: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 3em;
  }
  .site-content {
    margin-top: 3em;
  }
  .site-title {
    line-height: 1.7;
  }
}

@media screen and (min-width: 68em) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
    margin: 0;
  }
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .content,
  .comment-content {
    font-size: 1.1em;
  }
  pre {
    font-size: 1em;
  }
  blockquote:before {
    font-size: 112px;
    font-size: 11.2rem;
    top: -24px;
  }
  .entry-title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .entry-meta {
    opacity: 0.5;
  }
  .entry-meta:hover {
    opacity: 1;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
  }
}

.text-center {
  text-align: center;
}

.description {
  color: #8f9699;
}