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

html,
body {
  margin: 0;
  padding: 0;
  overflow-y: scroll; }

html {
  font-family: "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.links-bold a {
  font-weight: bold; }

a {
  color: #268bd2;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  a strong {
    color: inherit; }
  a:visited {
    color: #22608C; }

a.nobold {
  font-weight: normal !important; }

img {
  max-width: 100%;
  margin: 0;
  border-radius: 3px; }

table {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 85%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse; }

td,
th {
  padding: .25rem .5rem;
  border: 1px solid #e5e5e5; }

th {
  text-align: left; }

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.social {
  margin-bottom: 1rem;
  text-align: center; }
  .social a {
    text-align: center; }
  .social a:first-child {
    border-radius: 2px 0 0 2px; }
  .social a:last-child {
    border-radius: 0 2px 2px 0;
    border-right-width: 1px; }
  .social a {
    border: 1px solid #e0e0e0;
    border-right-width: 0;
    color: black;
    display: inline-block;
    width: 40px;
    padding: 5px 0px;
    position: relative; }
  .social a.twitter {
    color: #00aced; }
  .social a.facebook {
    color: #3b5998; }
  .social a.google {
    color: #dd4b39; }
  .social a.linkedin {
    color: #007bb6; }
  .social a.share-btn-pocket {
    color: #CA635F; }
  .social a.email {
    color: #777; }
  .social a .fa {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .social a:hover .fa {
    opacity: 1.0; }
  .social .social-header {
    color: #888;
    font-size: 0.85rem;
    padding-bottom: 0.3rem; }

main {
  padding-bottom: 1rem; }

.projects .fa {
  width: 16px;
  color: #22608C; }

/* Display something as a keyboard key */
kbd {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  color: #333;
  font-size: 11px;
  line-height: 1.4;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  padding: .1em .6em;
  margin: 0 .1em;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  border-radius: 3px;
  font-family: monospace; }

.fa-rss {
  color: #FF6600; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.25;
  color: #313131;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2rem;
  margin-bottom: 1.1rem; }

h2 {
  margin-top: 1.2rem;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

h3 {
  margin-top: 1.2rem;
  font-size: 1.25rem; }

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem; }

p {
  margin-top: 1rem;
  margin-bottom: 0rem; }

strong {
  color: #303030; }

ul, ol, dl {
  margin-top: 0.5rem;
  margin-bottom: 1rem; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem; }

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

hr.spaced {
  margin: 1.5rem 0; }

hr.dark {
  border-top: 1px solid #C1C1C1; }

hr.section-divider {
  margin-top: 52px;
  margin-bottom: 42px; }

hr.section-divider {
  display: block;
  border: 0;
  text-align: center; }

hr.section-divider:before {
  font-family: "medium-content-slab-serif-font",Georgia,Cambria,"Times New Roman",Times,serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  letter-spacing: 0.6em;
  content: '...';
  display: inline-block;
  margin-left: 0.6em;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: -30px; }

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

blockquote {
  padding: .5rem 1rem;
  margin: .8rem 0;
  color: #7a7a7a;
  border-left: .25rem solid #e5e5e5; }
  blockquote p:first-child {
    margin-top: 0; }
  blockquote p:last-child {
    margin-bottom: 0; }
  @media (min-width: 30em) {
    blockquote {
      padding-right: 5rem;
      padding-left: 1.25rem; } }

a[href^="#fn:"],
a[href^="#fnref:"] {
  display: inline-block;
  margin-left: .1rem;
  font-weight: bold; }

.footnotes {
  margin-top: 2rem;
  font-size: 85%; }

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

/*
 * GitHub style for Pygments syntax highlighter, for use with Jekyll
 * Courtesy of GitHub.com
 */
p > code {
  padding: 0.2rem 0.3rem;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px; }

code, kbd, pre, samp {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.highlight .lineno {
  color: #ccc;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #ccc; }

.highlight pre, pre, .highlight .hll {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 3px;
  overflow-x: auto;
  text-align: left;
  font-size: 14px; }

.highlight-bgwhite .highlight pre, pre, .highlight .hll {
  background-color: #ffffff; }

.highlight .c {
  color: #999988;
  font-style: italic; }

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

.highlight .k {
  font-weight: bold; }

.highlight .o {
  font-weight: bold; }

.highlight .cm {
  color: #999988;
  font-style: italic; }

.highlight .cp {
  color: #999999;
  font-weight: bold; }

.highlight .c1 {
  color: #999988;
  font-style: italic; }

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa; }

.highlight .ge {
  font-style: italic; }

.highlight .gr {
  color: #aa0000; }

.highlight .gh {
  color: #999999; }

.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa; }

.highlight .go {
  color: #888888; }

.highlight .gp {
  color: #555555; }

.highlight .gs {
  font-weight: bold; }

.highlight .gu {
  color: #800080;
  font-weight: bold; }

.highlight .gt {
  color: #aa0000; }

.highlight .kc {
  font-weight: bold; }

.highlight .kd {
  font-weight: bold; }

.highlight .kn {
  font-weight: bold; }

.highlight .kp {
  font-weight: bold; }

.highlight .kr {
  font-weight: bold; }

.highlight .kt {
  color: #445588;
  font-weight: bold; }

.highlight .m {
  color: #009999; }

.highlight .s {
  color: #dd1144; }

.highlight .n {
  color: #333333; }

.highlight .na {
  color: teal; }

.highlight .nb {
  color: #0086b3; }

.highlight .nc {
  color: #445588;
  font-weight: bold; }

.highlight .no {
  color: teal; }

.highlight .ni {
  color: purple; }

.highlight .ne {
  color: #990000;
  font-weight: bold; }

.highlight .nf {
  color: #990000;
  font-weight: bold; }

.highlight .nn {
  color: #555555; }

.highlight .nt {
  color: navy; }

.highlight .nv {
  color: teal; }

.highlight .ow {
  font-weight: bold; }

.highlight .w {
  color: #bbbbbb; }

.highlight .mf {
  color: #009999; }

.highlight .mh {
  color: #009999; }

.highlight .mi {
  color: #009999; }

.highlight .mo {
  color: #009999; }

.highlight .sb {
  color: #dd1144; }

.highlight .sc {
  color: #dd1144; }

.highlight .sd {
  color: #dd1144; }

.highlight .s2 {
  color: #dd1144; }

.highlight .se {
  color: #dd1144; }

.highlight .sh {
  color: #dd1144; }

.highlight .si {
  color: #dd1144; }

.highlight .sx {
  color: #dd1144; }

.highlight .sr {
  color: #009926; }

.highlight .s1 {
  color: #dd1144; }

.highlight .ss {
  color: #990073; }

.highlight .bp {
  color: #999999; }

.highlight .vc {
  color: teal; }

.highlight .vg {
  color: teal; }

.highlight .vi {
  color: teal; }

.highlight .il {
  color: #009999; }

.highlight .gc {
  color: #999;
  background-color: #EAF2F5; }

.container {
  max-width: 50rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto; }

.single {
  margin-bottom: 2.5rem; }

figure.highlight {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px; }

footer {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 90%;
  text-align: center; }

.footer-icons {
  margin-bottom: 2rem; }
  .footer-icons a {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    color: #5B7B92;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .footer-icons a:hover {
    opacity: 1.0; }
  .footer-icons i.fa-twitter {
    color: #00aced; }
  .footer-icons i.fa-github {
    color: black; }
  .footer-icons i.fa-rss {
    color: #FF6600; }

.tagbox-old {
  margin: 2rem 0px 2rem 0px;
  text-align: center;
  padding: 8px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.tagbox {
  margin: 2rem 0px 2rem 0px;
  padding: 10px 14px;
  border: 1px solid #eee;
  font-size: 0.9rem;
  border-radius: 3px; }

a.tag {
  color: #268bd2;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 3px 8px;
  border-radius: 4px;
  margin: 0px 2px;
  transition: all 0.5s ease-in-out; }

a.tag:hover {
  border: 1px solid #aaa; }

.tagbox a.twitter-follow {
  background: #1b95e0;
  color: white;
  padding: 4px 8px;
  font-size: 0.7rem;
  border-radius: 3px;
  transition: background 0.5s ease-in-out; }
  .tagbox a.twitter-follow i.fa {
    font-size: 0.8rem; }

.tagbox a.twitter-follow:hover {
  background: #1084CC;
  text-decoration: none; }

/**
 * Tinyletter Subscription Box
 */
.tinyletter-label {
  margin-bottom: 2px; }

.tinyletter-submitbox {
  border: 1px solid #CCC;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px; }

.tinyletter-email {
  box-sizing: border-box;
  overflow: hidden; }

.tinyletter-email input {
  width: 100%;
  height: 34px;
  outline: none;
  padding: 10px;
  border: 0;
  border-radius: 4px; }

.tinyletter-submit {
  float: right; }

.tinyletter-submit input {
  width: 125px;
  height: 34px;
  border-radius: 5px;
  border: none;
  background: #ccc;
  color: white;
  letter-spacing: 0em;
  font-weight: 600;
  cursor: pointer; }

.tinyletter-submit input:hover {
  background: #1097dc; }

.post-card-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.post-card {
  width: 200px;
  height: 200px;
  margin: 10px;
  border: 1px solid #999; }

.post-card-header {
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.86); }

.author-info {
  font-size: 14px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 26px;
  margin-bottom: 26px; }
  .author-info .author-pic {
    width: 60px;
    float: left;
    margin-right: 30px; }
  .author-info h4 {
    margin-top: 0px;
    margin-bottom: 4px; }

.photoswipe-gallery {
  margin-top: 20px; }
  .photoswipe-gallery figure {
    display: none; }

.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E6E4D6;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97); }
  .masthead .navigation {
    padding-top: 0.5rem;
    float: right; }
  .masthead .nav-action {
    padding-left: 0.6rem;
    padding-right: 0.6rem; }
    .masthead .nav-action a {
      font-size: 15px; }

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #181818;
  float: left;
  line-height: 1.0; }
  .masthead-title a {
    color: #181818; }
  .masthead-title .tagline {
    font-size: 68%;
    font-weight: 300; }

article.post p, main.justify {
  text-align: justify; }

.article-body {
  margin-bottom: 28px; }

.swirl {
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 0.2; }

.space-top {
  margin-top: 2em; }

h1.post-title {
  margin-bottom: 0.8rem;
  text-align: left; }

.page-title,
.post-title,
.post-title a {
  color: #303030; }

.page-title,
.post-title {
  margin-top: 0; }

.post-date {
  display: block;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  color: #9a9a9a; }

.related {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 0rem;
  margin-bottom: 0rem; }

.related-posts h3 {
  margin-top: 0; }

.related-posts li small {
  font-size: 75%;
  color: #999; }

.pagination {
  overflow: hidden;
  margin: 0 -1.5rem 1rem;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  color: #ccc;
  text-align: center; }

.pagination-item {
  display: block;
  padding: 1rem;
  border: solid #C7C7C7;
  border-width: 1px 0; }
  .pagination-item:first-child {
    margin-bottom: -1px; }

a.pagination-item:hover {
  background-color: #f5f5f5; }

@media (min-width: 30em) {
  .pagination {
    margin: 2rem 0; }
  .pagination-item {
    float: left;
    width: 50%;
    border-width: 1px; }
    .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; } }

.message {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #EDF7ED;
  border: 1px solid #D2D2D2;
  border-radius: 4px; }

.homepage-preview {
  margin: auto;
  max-width: 400px;
  text-align: center;
  font-size: 1.2rem; }
