html {
  font-size: 1 rem;
}


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

/**
 * Basic styling
 */
body {
  font: 400 1.6rem/1.5 "Liberation Sans", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 1.5rem;
}

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

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 1.4rem;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 3rem;
}

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 0.4rem solid #e8e8e8;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 1.5rem;
  border: 0.1rem solid #e8e8e8;
  border-radius: 0.3rem;
  background-color: #eef;
}

code {
  padding: 0.1rem 0.5rem;
  text-size: 1rem;
}

pre {
  padding: 0.8rem 1.2rem;
  text-size: 1rem;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(80rem - (3rem * 2));
  max-width: calc(80rem - 3rem * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 80rem) {
  .wrapper {
    max-width: -webkit-calc(80rem - (3rem));
    max-width: calc(80rem - (3rem));
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
}
/* .icon > svg path {
  fill: #828282;
} */

/**
 * Site header
 */
.site-header {
  border-bottom: 0.2rem solid rgb(192, 192, 192);
  min-height: 5.6rem;
  position: relative;
}

.site-title {
  color: #006600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  float: left;
}
.site-title:visited {
  color: #006600;
}

.site-nav {
  float: right;
  line-height: 5.6rem;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 60rem) {
  .site-nav {
    position: absolute;
    top: 0.9rem;
    right: 1.5rem;
    background-color: #fdfdfd;
    border: 0.1rem solid #e8e8e8;
    border-radius: 0.5rem;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 3.6rem;
    height: 2.6rem;
    line-height: 0;
    padding-top: 1rem;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 1.8rem;
    height: 1.5rem;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 0.5rem;
  }
  .site-nav .page-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 2rem;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 0.1rem solid #e8e8e8;
  padding: 3rem 0;
}

.footer-heading {
  font-size: 1.8re,;
  margin-bottom: 1.5rem;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 1.5rem;
  color: light-dark(black, white);
  margin-left: -1.5rem;
}

.footer-col {
  float: left;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.footer-col-1 {
  width: -webkit-calc(35% - (3rem / 2));
  width: calc(35% - 3rem / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (3rem / 2));
  width: calc(20% - 3rem / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (3rem / 2));
  width: calc(45% - 3rem / 2);
}

@media screen and (max-width: 80rem) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (3rem / 2));
    width: calc(50% - 3rem / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (3rem / 2));
    width: calc(100% - 3rem / 2);
  }
}
@media screen and (max-width: 60rem) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (3rem / 2));
    width: calc(100% - 3rem / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 3rem 0;
}

.page-heading {
  font-size: 2rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 3rem;
}

.post-meta {
  float: right;
  font-size: 1.6rem;
  color: black;
  padding-left: 0.8rem;
  padding-bottom: 1.2rem;
  border-left: 0.1rem solid silver;
  border-bottom: 0.1rem solid silver;
}

.post-link {
  font-size: 2.4rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 3rem;
}

.post-title {
  font-size: 4.2rem;
  letter-spacing: -0.1rem;
  line-height: 1;
}
@media screen and (max-width: 80rem) {
  .post-title {
    font-size: 3.6rem;
  }
}

.post-content {
  margin-bottom: 3rem;
}
.post-content h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 80rem) {
  .post-content h2 {
    font-size: 2.8rem;
  }
}
.post-content h3 {
  font-size: 2.6rem;
}
@media screen and (max-width: 80rem) {
  .post-content h3 {
    font-size: 2.2rem;
  }
}
.post-content h4 {
  font-size: 2rem;
}
@media screen and (max-width: 80rem) {
  .post-content h4 {
    font-size: 1.8rem;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.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: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.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: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*# sourceMappingURL=main.css.map */
