/* Base */
/* ----------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}


html, body { 
  height: 100%; 
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fdfdfd;
  /*background-color: #DEDEDE;*/

}



h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }

a         { color: #2a7ae2; text-decoration: none; }
a:hover   { color: #e51843; text-decoration: underline; }
/*a:visited { color: #205caa; }*/

.ahour a         { color: #000; text-decoration: none; }
.ahour a:hover   { color: #000; text-decoration: none; }
.ahour a:visited { color: #000; }

img {
  max-width: 100%;
}

/* Utility */

.wrap:before,
.wrap:after { content:""; display:table; }
.wrap:after { clear: both; }
.wrap {
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1;
}


/* Layout Styles */
/* ----------------------------------------------------------*/

/* Site header */

.site-header {
  border-top: 0px solid #333;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  background-color: white;
}

.site-title,
.site-title:hover,
.site-title:visited {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -1px;
  float: left;
  line-height: 56px;
  position: relative;
  z-index: 1;
}

.site-nav {
  float: right;
  line-height: 56px;
}

.site-nav .menu-icon { display: none; }

.site-nav .page-link {
  margin-left: 20px;
  color: #727272;
  letter-spacing: -.5px;
}

/* Site footer */

.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.5px;
  margin-bottom: 15px;
}

.site-footer .column { float: left; margin-bottom: 15px; }

.site-footer .column a{color:#828282;}
.site-footer .column a:hover{color:#e51843;}

.footer-col-1 {
  width: 270px; /*fallback*/
  width: -webkit-calc(33% - 10px);
  width: -moz-calc(33% - 10px);
  width: -o-calc(33% - 10px);
  width: calc(33% - 10px);
  margin-right: 10px;
}
.footer-col-2 {
  width: 175px; /*fallback*/
  width: -webkit-calc(23.125% - 10px);
  width: -moz-calc(23.125% - 10px);
  width: -o-calc(23.125% - 10px);
  width: calc(23.125% - 10px);
  margin-right: 10px
}
.footer-col-3 {
  width: 335px; /*fallback*/
  width: -webkit-calc(43.875%);
  width: -moz-calc(43.875%);
  width: -o-calc(43.875%);
  width: calc(43.875%);
}

.site-footer ul { list-style: none; }

.site-footer li,
.site-footer p {
  font-size: 15px;
  letter-spacing: -.3px;
  color: #828282;
}
.site-footer .text a {
  color: #252525;
  text-decoration: underline;
}

.github-icon-svg,
.twitter-icon-svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}


/* Page Content styles */
/* ----------------------------------------------------------*/

.page-content {
  padding: 30px 0;
  background-color: #fff;
}


/* Home styles */
/* ----------------------------------------------------------*/

.home h1 { margin-bottom: 25px; }

.posts { list-style-type: none; }

.posts li { margin-bottom: 30px; }

.posts .post-link {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1;
}

.posts .post-date {
  display: block;
  font-size: 15px;
  color: #818181;
}


/* Post styles */
/* ----------------------------------------------------------*/

.post-header { margin: 10px 0 30px; }

.post-header h1 {
  font-size: 42px;
  letter-spacing: -1.75px;
  line-height: 1;
  font-weight: 300;
}

.post-header h2 {
  font-size: 36px;
  letter-spacing: -1.75px;
  line-height: 1;
  font-weight: 300;
}

.post-header .meta {
  font-size: 15px;
  color: #818181;
  margin-top: 5px;
}

.post-content { margin: 0 0 30px; }

.post-content > * { margin: 20px 0; }


.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1;
  font-weight: 300;
  margin: 40px 0 20px;
}

.post-content h2 {
  font-size: 32px;
  letter-spacing: -1.25px;
}

.post-content h3 {
  font-size: 26px;
  letter-spacing: -1px;
}

.post-content h4 {
  font-size: 20px;
  letter-spacing: -1px;
}

.post-content blockquote {
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 18px;
  opacity: .6;
  letter-spacing: -1px;
  /*font-style: italic;*/
  margin: 30px 0;
}

.post-content ul,
.post-content ol { padding-left: 20px; }

.post pre,
.post code {
  border: 1px solid #F7F7F7;
  background-color: #F7F7F7;
  padding: 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  overflow:scroll;
}
::-webkit-scrollbar { 
    display: none; 
}

.post code { padding: 1px 5px; }

.post ul,
.post ol { margin-left: 1.35em; }

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

.post readmore a{
  background-color: #16a085;
  padding: 8px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  overflow:scroll;
}

.post readmore a{ padding: 5px 5px; }

.post readmore a         { color: #fff; font-weight: 700; text-decoration: none; }
.post readmore a:hover   { background-color: #e51843; color: #fff; font-weight: 700; text-decoration: none; }
.post readmore a:visited { color: #fff; font-weight: 700; }

.post {
  margin-bottom: 30px;
}



/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.post pre.terminal code { background-color: #333; }

/* Syntax highlighting styles */
/* ----------------------------------------------------------*/

.highlight {
    background: #FFFFFF;
    color: #929292
}

.highlight .hll {
    background-color: #EFEFEF
}

.highlight .c {
    color: #929292
}

.highlight .err {
    background: #C82829;
    color: #FFFFFF
}

.highlight .k {
    color: #8959A8
}

.highlight .l {
    color: #F5871F
}

.highlight .n {
    color: #929292
}

.highlight .o {
    color: #545454
}

.highlight .p {
    color: #929292
}

.highlight .cm {
    color: #929292
}

.highlight .cp {
    color: #929292
}

.highlight .c1 {
    color: #929292
}

.highlight .cs {
    color: #929292
}

.highlight .gd {
    color: #C82829
}

.highlight .ge {
    font-style: italic
}

.highlight .gh {
    color: #545454;
    font-weight: bold
}

.highlight .gi {
    color: #718C00
}

.highlight .gp {
    color: #718C00;
    font-weight: bold
}

.highlight .gs {
    font-weight: bold
}

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

.highlight .kc {
    color: #8959A8
}

.highlight .kd {
    color: #8959A8
}

.highlight .kn {
    color: #3E999F
}

.highlight .kp {
    color: #4271AE
}

.highlight .kr {
    color: #8959A8
}

.highlight .kt {
    color: #EAB700
}

.highlight .ld {
    color: #718C00
}

.highlight .m {
    color: #F5871F
}

.highlight .s {
    color: #718C00
}

.highlight .na {
    color: #4271AE
}

.highlight .nb {
    color: #4271AE
}

.highlight .nc {
    color: #EAB700
}

.highlight .no {
    color: #EAB700
}

.highlight .nd {
    color: #3E999F
}

.highlight .ni {
    color: #545454
}

.highlight .ne {
    color: #C82829
}

.highlight .nf {
    color: #4271AE
}

.highlight .nl {
    color: #545454
}

.highlight .nn {
    color: #EAB700
}

.highlight .nx {
    color: #4271AE
}

.highlight .py {
    color: #545454
}

.highlight .nt {
    color: #3E999F
}

.highlight .nv {
    color: #C82829
}

.highlight .ow {
    color: #3E999F
}

.highlight .w {
    color: #545454
}

.highlight .mf {
    color: #F5871F
}

.highlight .mh {
    color: #F5871F
}

.highlight .mi {
    color: #F5871F
}

.highlight .mo {
    color: #F5871F
}

.highlight .sb {
    color: #718C00
}

.highlight .sc {
    color: #545454
}

.highlight .sd {
    color: #929292
}

.highlight .s2 {
    color: #718C00
}

.highlight .se {
    color: #F5871F
}

.highlight .sh {
    color: #718C00
}

.highlight .si {
    color: #F5871F
}

.highlight .sx {
    color: #718C00
}

.highlight .sr {
    color: #718C00
}

.highlight .s1 {
    color: #718C00
}

.highlight .ss {
    color: #718C00
}

.highlight .bp {
    color: #545454
}

.highlight .vc {
    color: #C82829
}

.highlight .vg {
    color: #C82829
}

.highlight .vi {
    color: #C82829
}

.highlight .il {
    color: #F5871F
}

/* media queries */
/* ----------------------------------------------------------*/


@media screen and (max-width: 750px) {

  .footer-col-1 { width: 50%; }

  .footer-col-2 {
    width: 45%; /*fallback*/
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .site-footer .column.footer-col-3 {
    width: auto;
    float: none;
    clear: both;
  }

}

@media screen and (max-width: 600px) {

  .wrap { padding: 0 12px; }

  .site-nav {
    position: fixed;
    z-index: 10;
    top: 14px; right: 8px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
  }

  .site-nav .menu-icon {
    display: block;
    font-size: 24px;
    color: #505050;
    float: right;
    width: 36px;
    text-align: center;
    line-height: 36px;
  }

  .site-nav .menu-icon svg { width: 18px; height: 16px; }

  .site-nav .trigger {
    clear: both;
    margin-bottom: 5px;
    display: none;
  }

  .site-nav:hover .trigger { display: block; }

  .site-nav .page-link {
    display: block;
    text-align: right;
    line-height: 1.25;
    padding: 5px 10px;
    margin: 0;
  }

  .post-header h1 { font-size: 36px; }
  .post-content h2 { font-size: 28px; }
  .post-content h3 { font-size: 22px; }
  .post-content h4 { font-size: 18px; }
  .post-content blockquote { padding-left: 10px; }
  .post-content ul,
  .post-content ol { padding-left: 10px; }

  .site-footer .column {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 15px; }

}

/*archive*/
#archive ul {
  margin-left: 10px;
}

#archive ul li time {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
}

#archive ul li time:after {
  content: "•";
  font-size: 12px;
  padding-left: 10px;
}

.tag-list {
  overflow: hidden;
  list-style: none;
  padding: 4px 0;
  margin: 0;
}

.tag-list.inline li {
    float: left;
    font-size: 14px;
    line-height: 2.5;
}

.tag-list a {
    padding: 4px 6px;
    margin: 2px;
    text-decoration: none;
    border: 0.0625rem solid black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tag-list a span {
    font-size: 10px;
    vertical-align: super;
    color: black;
}

.tag-list li a span {
    font-size: 10px;
    vertical-align: super;
    color: black;
}

/*tag-box*/
#tag-box h2 { font-size: 22px; }
#tag-box ul {
  margin-left: 10px;
}

#tag-box ul li time {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
}

#tag-box ul li time:after {
  content: "•";
  font-size: 12px;
  padding-left: 10px;
}

#tag-box h2 span {
    font-size: 10px;
    vertical-align: super;
    color: black;
}

/*category-box*/
#category-box h2 { font-size: 22px; }
#category-box ul {
  margin-left: 10px;
}

#category-box ul li time {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
}

#category-box ul li time:after {
  content: "•";
  font-size: 12px;
  padding-left: 10px;
}

#category-box a span {
    font-size: 10px;
    vertical-align: super;
    color: black;
}

.share-page {
  text-align: center;
  background: #16a085;
  color: #efefef;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 48px 0;
}

.share-page a {
  font-weight: 700;
  color: #fff;
  margin-left: 10px;
}

.share-page a:hover {
  border-bottom: 1px dashed #fff;
}
