/*
 *                        ___
 *                       /\_ \
 *  _____     ___     ___\//\ \      __
 * /\ '__`\  / __`\  / __`\\ \ \   /'__`\
 * \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\  __/
 *  \ \ ,__/\ \____/\ \____//\____\ \____\
 *   \ \ \/  \/___/  \/___/ \/____/\/____/
 *    \ \_\
 *     \/_/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/poole.
 */


/*
 * Contents
 *
 * Body resets
 * Custom type
 * Messages
 * Container
 * Masthead
 * Posts and pages
 * Pagination
 * Reverse layout
 * Themes
 */


/*
 * Body resets
 *
 * Update the foundational and global aspects of the page.
 */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
/*  color: #515151; */
  color: black;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Iowan Old Style', Cambria, Georgia, 'PT Serif', serif;
  color: #000000;
  background-color: whitesmoke;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', 'PT Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #507070;
}

h1 {
  font-size: 1.75rem;
  letter-spacing: -0.08rem;
  margin-left: 1rem;
  text-indent: -1rem;
}
h2, h4 {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: -0.07rem;
}
h3 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
}
h5, h6 {
  margin-top: 1rem;
  font-size: 1.0rem;
  letter-spacing: -0.03rem;
}

/* Body text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  color: #000000;
}




/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */

/* Prevent scroll on narrow devices */
html,
body {
  overflow-x: hidden;
}

html {
  font-family: 'Iowan Old Style', Cambria, Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 600px) {
  html {
    font-size: 20px;
  }
} 

a {
  text-decoration: none;
  color: #b8860b;
}
a:visited {
  color: #228b22;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  color: #ff0000;
}
a:hover,
a:active {
  outline: 0;
}
.link-arrow {
  font-weight: 100;
  text-decoration: underline;
  font-style: normal;
}
figcaption {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', 'PT Sans', sans-serif;
  padding-top: 0;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 14px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #3c3c3c;
}
.image-credit {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', 'PT Sans', sans-serif;
  margin: 0 auto;
  max-width: 440px;
  padding-top: 10px;
  padding-top: 0.5rem;
  padding-right: 20px;
  padding-left: 20px;
  text-align: right;
  font-size: 14px;
  font-size: 0.625rem;
  line-height: 1.7143;
  line-height: 1.3;
  color: #6f6f6f;
  *zoom: 1;
}
.image-credit:before,
.image-credit:after {
  display: table;
  content: "";
  line-height: 0;
}
.image-credit:after {
  clear: both;
}
@media only screen and (min-width: 48em) {
  .image-credit {
    max-width: 760px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 62.5em) {
  .image-credit {
    max-width: 960px;
  }
}
.image-credit a {
  color: #6f6f6f;
}
.notice {
  margin-top: 1.5em;
  padding: .5em 1em;
  text-indent: 0;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
blockquote {
  font-family: 'Iowan Old Style', Cambria, Georgia, serif;
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-left: 30px;
  padding-left: 2em;
}
.footnotes {
  font-size: 14px;
  font-size: 0.75rem;
  line-height: 1.7143;
  font-family: 'Iowan Old Style', Cambria, Georgia, serif;
}
.entry-tags {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', sans-serif;
  font-size: 14px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: -0.03rem;
  margin-bottom: 1rem;
}
.tag-list-entry {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 1rem;
  letter-spacing: -0.03rem;
  margin-top: 1rem;
}
.tag-list-description {
  font-family: 'Iowan Old Style', Cambria, Georgia, serif;
  font-size: 16px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  letter-spacing: normal;
}
.tag-list-excerpt {
  font-size: 16px;
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.submatter {
  font-size: 16px;
  font-size: 0.75rem;
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', Helvetica, Arial, sans-serif;
  letter-spacing: -0.03rem;
}
.level1 {
  font-size: 16px;
  font-size: 1rem;
}
.level2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.level3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.level4 {
  font-size: 22px;
  font-size: 1.375rem;
}
.level5 {
  font-size: 24px;
  font-size: 1.5rem;
}
.tagclouds-term {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', sans-serif;
  font-weight: normal;
  letter-spacing: -0.05rem;
}
.tagclouds-term:after {
  content: " • "
}
.link-previous {
  padding-right: 7rem;
}
.link-next {
  text-align: right;
  padding-left: 7rem;
}
tt,
code,
kbd,
samp,
pre {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', monospace;
  font-weight: normal;
}
p code,
li code {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  white-space: nowrap;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  overflow-x: auto;
}
.cite {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin: 20px;
  text-indent: -20px;
}
figure {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  *zoom: 1;
}
/* Lists */
ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}
dd {
  margin-bottom: .5rem;
}

/* Misc */
hr {
  position: relative;
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

abbr {
  font-size: 85%;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}

/* Code */
code,
pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
}
code {
  padding: .25em .5em;
  font-size: 85%;
  color: #bf616a;
  background-color: #f9f9f9;
  border-radius: 3px;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .8rem;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9;
}
pre code {
  padding: 0;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}
.highlight {
  margin-bottom: 1rem;
  border-radius: 4px;
}
.highlight pre {
  margin-bottom: 0;
}

/* Quotes */
blockquote {
  color: #505050;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (min-width: 30rem) {
  blockquote {
  }
}

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

.entry-feature-image {
  display: block;
  width: 100%;
  height: auto !important;
}


/* Tables */
table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
td,
th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5;
}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}


/*
 * Custom type
 *
 * Extend paragraphs with `.lead` for larger introductory text.
 */

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}


/*
 * Messages
 *
 * Show alert messages to users. You may add it to single elements like a `<p>`,
 * or to a parent if there are multiple elements to show.
 */

.message {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9;
}


/*
 * Container
 *
 * Center the page content.
 */

.container {
  max-width: 38rem;
  padding-left:  1rem;
  padding-right: 1rem;
  margin-left:  auto;
  margin-right: auto;
}


/*
 * Masthead
 *
 * Super small header above the content for site name and short description.
 */

.masthead {
  margin-bottom: 3rem;
  width: 100%;
  vertical-align: bottom;
}
.masthead-title {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  margin-top: 20px;
  margin-top: 1rem;
  margin-bottom: 0;
  color: black;
  letter-spacing: normal;
}
.masthead-title a {
  color: black;
}
/*   
 * Light color with shadow over feature image (in Medium style)
 *                                                               */
.masthead-feature {
  padding-top:    1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.masthead-title-feature {
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: -3.0rem;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0em 0em 1em #000000;
  letter-spacing: normal;
}
.masthead-title-feature a {
  color: #ffffff;
}
.tagline {
  font-family: 'Trebuchet MS', 'Lucida Sans', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 2rem;
  margin-top: -0.3rem;
  color: #ffec8b;
  letter-spacing: 0;
}


/*
 * Posts and pages
 *
 * Each post is wrapped in `.post` and is used on default and post layouts. Each
 * page is wrapped in `.page` and is only used on the page layout.
 */

.page,
.post {
  margin-bottom: 4em;
}

/* Blog post or page title */
.page-title,
.post-title,
.post-title a {
  color: #507070;
}
.page-title,
.post-title {
  margin-top: 0rem;
}

/* Meta data line below post title */
.post-date {
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', 'PT Sans', sans-serif;
  font-size: 0.8rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #9a9a9a;
}

/* Related posts */
.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee;
}
.related-posts {
  padding-left: 0;
  list-style: none;
}
.related-posts h3 {
  margin-top: 0;
}
.related-posts li small {
  font-size: 0.75rem;
  color: #999;
}



/*
 * Pagination
 *
 * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
 * there are no more previous or next posts to show.
 */

.pagination {
  overflow: hidden; /* clearfix */
  margin-left: -1rem;
  margin-right: -1rem;
  font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', 'PT Sans', Helvetica, Arial, sans-serif;
  color: #ccc;
  text-align: center;
}

/* Pagination items can be `span`s or `a`s */
.pagination-item {
  display: block;
  padding: 1rem;
  border: 1px solid #eee;
}
.pagination-item:first-child {
  margin-bottom: -1px;
}

/* Only provide a hover state for linked pagination items */
a.pagination-item:hover {
  background-color: #f5f5f5;
}

@media (min-width: 30rem) {
  .pagination {
    margin: 3rem 0;
  }
  .pagination-item {
    float: left;
    width: 50%;
  }
  .pagination-item:first-child {
    margin-bottom: 0;
    border-top-left-radius:    4px;
    border-bottom-left-radius: 4px;
  }
  .pagination-item:last-child {
    margin-left: -1px;
    border-top-right-radius:    4px;
    border-bottom-right-radius: 4px;
  }
}
