@import url("https://fonts.googleapis.com/css?family=PT+Sans&display=swap");

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0
}

body {
  font: 300 18px/1.4 "Skolar", serif;
  font-feature-settings: "ccmp";
  color: #111;
  background-color: #FDFDFD;
  -webkit-font-smoothing: antialiased;
  display: flex;
  min-height: 100vh;
  flex-direction: column
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight {
  margin-bottom: 15px
}

h1, h2, h3 {
  margin-top: 30px
}

main {
  flex: 3;
  padding: 30px 60px;
  min-width: 400px
}

aside {
  flex: 1;
  padding: 30px;
  min-width: 200px
}

@media (max-width: 600px) {
  main {
    padding: 10px;
    min-width: 280px
  }

  aside {
    padding: 10px;
    min-width: 280px
  }

  .wrapper {
    padding: 0
  }
}

img {
  max-width: 100%;
  vertical-align: middle
}

figure>img {
  display: block
}

figcaption {
  font-size: 15.75px
}

ul, ol {
  margin-left: 30px
}

li>ul, li>ol {
  margin-bottom: 0
}

h1, h2, h3, h4, h5, h6 {
  color: #424242;
  font-weight: 300
}

a {
  color: #C00;
  text-decoration: none
}

a:hover {
  color: maroon;
  text-decoration: underline
}

.social-media-list a:hover {
  text-decoration: none
}

.social-media-list a:hover .username {
  text-decoration: underline
}

blockquote {
  background-color: #F7F7F7;
  color: #424242;
  padding: 15px 20px;
  font-size: 20.25px
}

blockquote>:last-child {
  margin-bottom: 0
}

pre, code {
  font-family: 'Menlo', 'Monaco', 'Consolas', monospace;
  font-size: 16.875px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #EEE;
  color: #424242
}

code {
  padding: 1px 5px
}

pre {
  padding: 8px 12px;
  overflow-x: auto
}

pre>code {
  border: 0;
  padding-right: 0;
  padding-left: 0
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: -webkit-calc(1400px - (30px * 2));
  max-width: calc(1400px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px
}

@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(1400px - (30px));
    max-width: calc(1400px - (30px));
    padding-right: 15px;
    padding-left: 15px
  }
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top
}

table {
  position: relative;
  width: 100%;
  background-color: white;
  margin-bottom: 30px;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #e8e8e8
}

table th, table td {
  padding: 7.5px 10px;
  border: 1px solid #e8e8e8
}

.page-heading {
  font-size: 36px
}

.post-list-heading {
  margin-top: 60px;
  font-size: 31.5px
}

.post-list {
  margin-left: 0;
  list-style: none
}

.post-list>li {
  margin-bottom: 60px
}

.post-list>li p:last-of-type {
  margin-bottom: 0
}

.post-meta {
  font-size: 18px;
  color: #828282;
  font-weight: normal
}

.post-tags {
  margin-bottom: 15px
}

.post-link {
  font-size: 27px;
  display: block;
  text-decoration: none
}

.post-header {
  margin-bottom: 30px
}

.post-title {
  font-size: 45px;
  line-height: 1.3
}

@media screen and (max-width: 800px) {
  .post-title {
    font-size: 40.5px
  }
}

.post-content {
  margin-bottom: 30px
}

.post-content>p:first-child {
  font-size: 22.5px;
  font-style: italic;
  margin-bottom: 15px
}

.post-content h2 {
  font-size: 36px;
  margin-top: 30px
}

@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 31.5px
  }
}

.post-content h3 {
  font-size: 29.25px
}

@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 24.75px
  }
}

.post-content h4 {
  font-size: 22.5px
}

@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 20.25px
  }
}

.next-prev-page {
  display: flex;
  justify-content: space-between
}

.next-prev-page .next {
  padding-right: 30px;
  display: flex;
  align-items: center
}

.next-prev-page .next span {
  padding-right: 10px
}

.next-prev-page .prev {
  padding-left: 30px;
  display: flex;
  align-items: center
}

.next-prev-page .prev span {
  padding-left: 10px
}

.next-prev-page .prev .post-link {
  text-align: right
}

.next-prev-page .post-link {
  font-size: 15.75px;
  text-decoration: none
}

aside {
  font-size: 10pt;
  line-height: 14pt;
  color: #444;
  font-family: PT Sans, Arial Unicode, Lucida Sans Unicode, Arial, sans-serif
}

aside h1 {
  font-size: 27px;
  line-height: 37px;
  font-family: "Skolar", serif;
  font-feature-settings: "ccmp";
  margin-bottom: 0
}

aside h2 {
  margin-top: 0;
  font-size: 14pt;
  line-height: 16pt;
  font-weight: 400
}

aside p.nav {
  font-size: 14pt;
  line-height: 16pt
}

aside p.feed {
  margin-top: 15px;
  background: #F0F0F0;
  padding: 8px 8px 6px;
  font-size: 15.75px
}

#disqus_thread {
  margin-top: 60px
}

.feedblitz {
  background: #F0F0F0;
  padding: 4px 8px
}

.feedblitz h2 {
  color: #C00;
  margin: 8px 2px 8px
}

.feedblitz p {
  margin: 4px 2px
}

.feedblitz input {
  height: 30px;
  padding: 4px 8px;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.feedblitz input[type=button] {
  cursor: pointer
}

.feedblitz input[type=button]:hover {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD
}

.tag {
  background: #F0F0F0;
  color: #666;
  padding: 4px 8px;
  border-radius: 2px;
  font-family: PT Sans, Arial Unicode, Lucida Sans Unicode, Arial, sans-serif;
  letter-spacing: 0.05em
}

a.tag:hover {
  text-decoration: none;
  color: inherit
}

.post-meta2 {
  margin-top: 15px;
  display: flex;
  justify-content: space-between
}

.post-meta2 .tag {
  font-size: 15.75px
}

.post-meta2 .more {
  text-align: right
}

.post-meta2 .more .post-link {
  font-size: 15.75px;
  text-decoration: none;
  font-style: italic
}

.note {
  font-size: 21.6px;
  text-align: center;
  padding: 20px 30px;
  margin: 30px 0;
  color: #090;
  font-weight: bold;
  background-color: #CFC
}

.highlight {
  background: #fff
}

.highlighter-rouge .highlight {
  background: #EEE
}

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

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

.highlight .k {
  font-weight: bold
}

.highlight .o {
  font-weight: bold
}

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

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

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

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

.highlight .gd {
  color: #000;
  background-color: #fdd
}

.highlight .gd .x {
  color: #000;
  background-color: #faa
}

.highlight .ge {
  font-style: italic
}

.highlight .gr {
  color: #a00
}

.highlight .gh {
  color: #999
}

.highlight .gi {
  color: #000;
  background-color: #dfd
}

.highlight .gi .x {
  color: #000;
  background-color: #afa
}

.highlight .go {
  color: #888
}

.highlight .gp {
  color: #555
}

.highlight .gs {
  font-weight: bold
}

.highlight .gu {
  color: #aaa
}

.highlight .gt {
  color: #a00
}

.highlight .kc {
  font-weight: bold
}

.highlight .kd {
  font-weight: bold
}

.highlight .kp {
  font-weight: bold
}

.highlight .kr {
  font-weight: bold
}

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

.highlight .m {
  color: #099
}

.highlight .s {
  color: #d14
}

.highlight .na {
  color: teal
}

.highlight .nb {
  color: #0086B3
}

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

.highlight .no {
  color: teal
}

.highlight .ni {
  color: purple
}

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

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

.highlight .nn {
  color: #555
}

.highlight .nt {
  color: navy
}

.highlight .nv {
  color: teal
}

.highlight .ow {
  font-weight: bold
}

.highlight .w {
  color: #bbb
}

.highlight .mf {
  color: #099
}

.highlight .mh {
  color: #099
}

.highlight .mi {
  color: #099
}

.highlight .mo {
  color: #099
}

.highlight .sb {
  color: #d14
}

.highlight .sc {
  color: #d14
}

.highlight .sd {
  color: #d14
}

.highlight .s2 {
  color: #d14
}

.highlight .se {
  color: #d14
}

.highlight .sh {
  color: #d14
}

.highlight .si {
  color: #d14
}

.highlight .sx {
  color: #d14
}

.highlight .sr {
  color: #009926
}

.highlight .s1 {
  color: #d14
}

.highlight .ss {
  color: #990073
}

.highlight .bp {
  color: #999
}

.highlight .vc {
  color: teal
}

.highlight .vg {
  color: teal
}

.highlight .vi {
  color: teal
}

.highlight .il {
  color: #099
}

@font-face {
  font-family: 'Skolar';
  src: url("/fonts/SkolarPEWeb-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: 'Skolar';
  src: url("/fonts/SkolarPEWeb-Italic.woff") format("woff");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: 'Skolar';
  src: url("/fonts/SkolarPEWeb-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility
}