@charset "UTF-8";
/*

  Pixyll

  A simple, beautiful theme for Jekyll that emphasizes content rather than
  aesthetic fluff.

  Best served with BASSCSS (http://jxnblk.github.io/basscss)

  Crafted with <3 by John Otander (@4lpine) - ©2014 John Otander
  MIT License http://opensource.org/licenses/MIT

*/

body {
  font-family: "Merriweather", "PT Serif", Georgia, "Times New Roman", serif;
}

html, body {
  height: 100%;
}

img {
  width: 100%;
}

.site-wrap {
  min-height: 100%;
  margin-bottom: -100px;
}

.site-wrap:after {
  content: "";
  display: block;
}

.footer, .site-wrap:after {
  height: 100px;
}

body {
  font-size: 1.5rem;

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

.site-header a {
  color: #333;
  font-weight: 300;
}

.site-header nav a {
  font-size: 16px;
  color: #666;
}

.site-header nav a:hover {
  color: #444;
  opacity: 1;
  border-bottom: 2px solid #444;
}

.site-nav a + a {
  margin-left: 1rem;
}

.site-nav {
  margin: 0;
  padding: 0;
}

.site-header a:hover,
.posts .post a:hover .post-meta,
.posts .post a:hover .post-title,
.posts .post a:hover .post-summary {
  opacity: 0.88;
}

.posts {
  margin: 0;
}

.posts .post {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: thin solid #f3f3f3;
}

.posts .post:last-child {
  border-bottom: none;
  margin-bottom: .5rem;
  padding-bottom: 0;
}

.post-link .post-title {
  margin-top: 0;
  font-weight: 600;
  color: #333;
}

.pagination {
  font-size: 16px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
}

.pagination a, .pagination .disabled {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fafafa;
  border-radius: 0.1875em;
  border: 1px solid #f3f3f3;
  color: #333333;
  padding: 1rem 1.5rem;
}

.pagination .disabled {
  opacity: 0.5;
}

.pagination a:hover, .pagination a:focus {
  background: white;
  color: #477dca;
}

.pagination a:active {
  background: #f7f7f7;
}

.wrap .measure {
  margin: 0 auto;
}

.meta,
.post-meta {
  width: auto;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  padding: .25rem 0;
  color: #7a7a7a;
  font-style: italic;
}

.pagination .button {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.button-disabled {
  opacity: 0.55;
  background-color: #999;
}

.button-disabled:hover,
.button-disabled:active,
.button-disabled:focus {
  cursor: not-allowed;
  background-color: #999;
}

form {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

textarea.input {
  height: 8rem;
}

p {
  font-weight: 300;
  line-height: 1.95rem;
  color: #333;
}

pre, code {
  font-family: Menlo, Monaco, "Courier New", monospace
}

code {
  color: #7a7a7a;
}

pre {
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  overflow-x: scroll;
  margin-bottom: 1rem;
}

.highlight .p {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

blockquote {
  padding: 2rem;
  font-style: italic;
  border-left: 5px solid #7a7a7a;
}

blockquote footer {
  font-size: .85rem;
  font-style: normal;
  background-color: #fff;
  color: #7a7a7a;
  border-color: transparent;
}

h1,
h2,
h3 {
  font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
  margin-top: 3rem;
}

h4,
h5,
h6 {
  font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 900;
  margin-top: 1rem;
}

@media screen and (max-width: 48em) {
  .site-header {
    text-align: center;
  }

  .site-header .site-nav {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 48em) {
  .meta,
  .post-meta {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
  }

  .h1,
  h1 {
    font-size: 3.25rem;
    line-height: 4.5rem;
  }

  .h2,
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h3,
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .p,
  p,
  li {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

  .small {
    font-size: 1rem;
  }

  .post-link .post-title {
    margin-top: 1rem;
  }

  .posts .post {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: thin solid #f3f3f3;
  }

  .posts .post:last-child {
    border-bottom: none;
    margin-bottom: .5rem;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .h1,
  h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }

  .h2,
  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .posts .post-meta {
    padding-bottom: .25rem;
  }

  .post-link .post-title {
    margin-top: .25rem;
  }

  .posts .post {
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    border-bottom: thin solid #f3f3f3;
  }

  .posts .post:last-child {
    border-bottom: none;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
}

footer {
  border-top: thin solid #f3f3f3;
}

footer,
footer .wrap {
  color: #7a7a7a;
  background-color: #fafafa;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 300;
  clear: both;
}

footer:after {
  content: "";
  display: block;
}
