body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
html,
body,
#container {
  height: 100%;
}
body {
  background: #f2f7f5;
  font: 16px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
#container {
  position: relative;
}
.mobile-nav-on {
  overflow: hidden;
}
#wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
  background: #f2f7f5;
}
.mobile-nav-on #wrap {
  left: 160px;
}
.article-date,
.article-category-link,
.toc-wrap .toc-title,
.widget-title,
.archive-year,
.categories-wrap .categories-title {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  margin-left: 5px;
  line-height: 1rem;
  color: #00473e;
}
.article-inner,
.toc-wrap .toc,
.widget,
.archive-article-inner,
.categories-wrap .category-list {
  background: #fffffe;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 4px;
}
.article-entry h1,
.widget h1 {
  font-size: 2rem;
}
.article-entry h2,
.widget h2 {
  font-size: 1.5rem;
}
.article-entry h3,
.widget h3 {
  font-size: 1.4rem;
}
.article-entry h4,
.widget h4 {
  font-size: 1.2rem;
}
.article-entry h5,
.widget h5 {
  font-size: 1rem;
}
.article-entry h6,
.widget h6 {
  font-size: 1rem;
  color: #a9a9a9;
}
.article-entry hr,
.widget hr {
  border: 1px dashed #ddd;
}
.article-entry strong,
.widget strong {
  font-weight: bold;
}
.article-entry em,
.widget em,
.article-entry cite,
.widget cite {
  font-style: italic;
}
.article-entry sup,
.widget sup,
.article-entry sub,
.widget sub {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article-entry sup,
.widget sup {
  top: -0.5rem;
}
.article-entry sub,
.widget sub {
  bottom: -0.2rem;
}
.article-entry small,
.widget small {
  font-size: 0.85rem;
}
.article-entry acronym,
.widget acronym,
.article-entry abbr,
.widget abbr {
  border-bottom: 1px dotted;
}
.article-entry ul,
.widget ul,
.article-entry ol,
.widget ol,
.article-entry dl,
.widget dl {
  margin: 0 20px;
  line-height: 1.5rem;
}
.article-entry ul ul,
.widget ul ul,
.article-entry ol ul,
.widget ol ul,
.article-entry ul ol,
.widget ul ol,
.article-entry ol ol,
.widget ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article-entry ul,
.widget ul {
  list-style: disc;
}
.article-entry ol,
.widget ol {
  list-style: decimal;
}
.article-entry dt,
.widget dt {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00473e;
}
p {
  color: #475d5b;
}
input,
button {
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.index-outer,
.post-outer,
.page-outer {
  margin: 0 auto;
  padding: 0 30px;
}
.index-outer:before,
.post-outer:before,
.page-outer:before,
.index-outer:after,
.post-outer:after,
.page-outer:after {
  content: "";
  display: table;
}
.index-outer:after,
.post-outer:after,
.page-outer:after {
  clear: both;
}
.index-outer,
.page-outer {
  min-height: calc(100vh - 650px);
}
.post-outer {
  min-height: calc(100vh - 150px);
}
.index-outer {
  max-width: 1850px;
}
@media screen and (min-width: 769px) {
  .index-main {
    display: inline;
    float: left;
    width: 76.92307692307693%;
    margin: 0 0.824175824175824%;
  }
}
@media screen and (min-width: 769px) {
  .index-sidebar {
    display: inline;
    float: left;
    width: 19.78021978021978%;
    margin: 0 0.824175824175824%;
  }
}
.post-outer {
  max-width: 2110px;
}
@media screen and (min-width: 769px) {
  .post-main {
    display: inline;
    float: left;
    width: 67.3076923076923%;
    margin: 0 0.721153846153846%;
  }
}
@media screen and (min-width: 769px) {
  .post-toc {
    display: inline;
    float: left;
    width: 11.057692307692307%;
    margin: 0 0.721153846153846%;
  }
}
@media screen and (min-width: 769px) {
  .post-sidebar {
    display: inline;
    float: left;
    width: 17.307692307692307%;
    margin: 0 0.721153846153846%;
  }
}
.page-outer {
  max-width: 1460px;
}
@media screen and (min-width: 769px) {
  .page-main {
    display: inline;
    float: left;
    width: 97.9020979020979%;
    margin: 0 1.048951048951049%;
  }
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.clear {
  clear: both;
}
#header {
  height: 60px;
  width: 100%;
}
#header-inner {
  width: inherit;
  height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
}
.post-header #header-inner {
  position: fixed;
  top: 0;
  z-index: 21;
  background-color: #f2f7f5;
  -webkit-box-shadow: 0 0.1rem 0.4rem 0 rgba(0,0,0,0.2);
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0,0,0,0.2);
  opacity: 0.9;
  backdrop-filter: blur(20px);
  -webkit-transition: top 0.6s ease-in-out;
  -moz-transition: top 0.6s ease-in-out;
  -ms-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}
.post-header a {
  color: #00473e;
}
.index-header {
  height: auto !important;
}
.index-header #header-inner {
  position: absolute;
  top: 0;
}
.header-up {
  top: -60px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.nav-icon,
.main-nav-link,
.profile-link {
  float: left;
  color: #fffffe;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  padding: 20px 15px;
}
.nav-icon:hover,
.main-nav-link:hover,
.profile-link:hover {
  opacity: 0.6;
}
.nav-icon {
  font-family: FontAwesome;
  text-align: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  padding: 20px 15px;
  position: relative;
  cursor: pointer;
}
#main-nav {
  float: left;
}
.main-nav-link {
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .main-nav-link {
    display: none;
  }
}
#main-nav-toggle {
  display: none;
}
#main-nav-toggle:before {
  content: "\f0c9";
}
@media screen and (max-width: 480px) {
  #main-nav-toggle {
    display: block;
  }
}
#sub-nav {
  float: right;
}
#nav-search-btn:before {
  content: "\f002";
}
#search-form-wrap {
  position: absolute;
  top: 15px;
  right: 150px;
  width: 150px;
  height: 30px;
  visibility: hidden;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#search-form-wrap.on {
  visibility: visible;
  right: 1rem;
}
@media screen and (max-width: 480px) {
  #search-form-wrap {
    width: 90%;
  }
}
.search-form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.search-form-input {
  border: none;
  background: none;
  color: color-default;
  width: 100%;
  font: 13px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  outline: none;
}
.search-form-input::-webkit-search-results-decoration,
.search-form-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-form-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  font: 13px FontAwesome;
  border: none;
  background: none;
  color: #bbb;
  cursor: pointer;
}
.search-form-submit:hover,
.search-form-submit:focus {
  color: #777;
}
#cover {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: -1;
}
#banner {
  width: inherit;
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00473e;
  background-size: cover;
}
#header-title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 0;
  margin-top: -30px;
}
#logo,
#subtitle {
  color: #fffffe;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#logo {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 2px;
}
#subtitle {
  font-size: 24px;
  line-height: 26.400000000000002px;
  letter-spacing: 1px;
  margin-top: 24px;
}
.article {
  margin: 50px 0;
}
.article-inner {
  overflow: hidden;
}
.article-meta:before,
.article-meta:after {
  content: "";
  display: table;
}
.article-meta:after {
  clear: both;
}
.article-date {
  float: left;
}
.article-category {
  float: left;
  line-height: 1em;
  color: #ccc;
  text-shadow: 0 1px #fff;
  margin-left: 8px;
}
.article-category:before {
  content: "\2022";
}
.article-category-link {
  margin: 0 12px 1em;
}
.article-header {
  padding: 20px 20px 0;
}
.article-title {
  color: #00473e;
  text-decoration: none;
  font-size: 2em;
  line-height: line-height-title;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
a.article-title:hover {
  color: #faae2b;
}
.article-entry {
  color: #475d5b;
  padding: 0 20px;
}
.article-entry:before,
.article-entry:after {
  content: "";
  display: table;
}
.article-entry:after {
  clear: both;
}
.article-entry p,
.article-entry table {
  line-height: 1.5rem;
  margin: 1.5rem 0;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  line-height: line-height-title;
  margin: line-height-title 0;
}
.article-entry a {
  color: #faae2b;
  text-decoration: none;
}
.article-entry a:hover {
  text-decoration: underline;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.article-entry img,
.article-entry video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.article-entry iframe {
  border: none;
}
.article-entry table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.article-entry th {
  font-weight: bold;
  border-bottom: 3px solid #ddd;
  padding-bottom: 0.5em;
}
.article-entry td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.article-entry blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4em;
  margin: 1.5rem 20px;
  text-align: center;
}
.article-entry blockquote footer {
  font-size: 16px;
  margin: 1.5rem 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.article-entry blockquote footer cite:before {
  content: "—";
  padding: 0 0.5em;
}
.article-entry .pullquote {
  text-align: left;
  width: 45%;
  margin: 0;
}
.article-entry .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
}
.article-entry .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
}
.article-entry .caption {
  color: #a9a9a9;
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
  position: relative;
  text-align: center;
}
.article-entry .video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.article-entry .video-container iframe,
.article-entry .video-container object,
.article-entry .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.article-more-link a {
  display: inline-block;
  line-height: 1em;
  padding: 6px 15px;
  border-radius: 15px;
  background: #ddd;
  color: #a1afc9;
}
.article-more-link a:hover {
  background: #faae2b;
  color: #fff;
  text-decoration: none;
}
.article-footer {
  line-height: 1.5rem;
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
  margin: 0 20px 20px;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
.article-footer a {
  color: #00473e;
  text-decoration: none;
}
.article-comment-link {
  float: right;
}
.article-comment-link:before {
  content: "\f075";
  font-family: FontAwesome;
  padding-right: 8px;
}
.article-gallery {
  background: #000;
  position: relative;
}
.article-gallery-photos {
  position: relative;
  overflow: hidden;
}
.article-gallery-img {
  display: none;
  max-width: 100%;
}
.article-gallery-img:first-child {
  display: block;
}
.article-gallery-img.loaded {
  position: absolute;
  display: block;
}
.article-gallery-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .newer-posts,
.pagination .older-posts {
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #00473e;
  font-weight: bold;
}
.pagination .newer-posts:hover,
.pagination .older-posts:hover {
  background: #faae2b;
  color: #fff;
}
.pagination .newer-posts {
  float: left;
}
.pagination .older-posts {
  float: right;
}
@media screen and (max-width: 480px) {
  .pagination .newer-posts,
  .pagination .older-posts {
    padding: 0;
    border: 0;
  }
  .pagination .newer-posts:hover,
  .pagination .older-posts:hover {
    background: none;
  }
}
.article-entry pre,
.article-entry .highlight {
  background: #2d2d2d;
  margin: 0;
  padding: 15px 20px;
  border-style: solid;
  border-color: #fffffe;
  border-width: 1px 0;
  overflow: auto;
  color: #ccc;
  line-height: 24px;
}
.article-entry .highlight .gutter pre,
.article-entry .gist .gist-file .gist-data .line-numbers {
  color: #666;
  font-size: 13.6px;
}
.article-entry pre,
.article-entry code {
  font-family: Consolas, Monaco, Menlo, Consolas, monospace;
}
.article-entry code {
  background: #f9f2f4;
  padding: 0 0.2rem;
  border-radius: 0.3rem;
  color: #fa5246;
  font-size: 90%;
}
.article-entry pre code {
  background: none;
  text-shadow: none;
  padding: 0;
}
.article-entry .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.article-entry .highlight table {
  margin: 0;
  width: auto;
}
.article-entry .highlight td {
  border: none;
  padding: 0;
}
.article-entry .highlight figcaption {
  font-size: 0.85em;
  color: #999;
  line-height: 1em;
  margin-bottom: 1em;
}
.article-entry .highlight figcaption:before,
.article-entry .highlight figcaption:after {
  content: "";
  display: table;
}
.article-entry .highlight figcaption:after {
  clear: both;
}
.article-entry .highlight figcaption a {
  float: right;
}
.article-entry .highlight .gutter pre {
  text-align: right;
  padding-right: 20px;
}
.article-entry .highlight .line {
  height: 24px;
}
.article-entry .highlight .line.marked {
  background: #515151;
}
.article-entry .gist {
  margin: 0;
  border-style: solid;
  border-color: color-border;
  border-width: 1px 0;
  background: #2d2d2d;
  padding: 15px 20px 15px 0;
}
.article-entry .gist .gist-file {
  border: none;
  font-family: Consolas, Monaco, Menlo, Consolas, monospace;
  margin: 0;
}
.article-entry .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.article-entry .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.article-entry .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.article-entry .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.article-entry .gist .gist-file .gist-meta {
  background: #2d2d2d;
  color: #999;
  font: 13.6px -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 20px;
}
.article-entry .gist .gist-file .gist-meta a {
  color: color-link;
  font-weight: normal;
}
.article-entry .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
pre .comment,
pre .title {
  color: #999;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #f2777a;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .builtin-name,
pre .literal,
pre .params,
pre .constant {
  color: #f99157;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #9c9;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #9c9;
}
pre .css .hexcolor {
  color: #6cc;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #69c;
}
pre .keyword,
pre .javascript .function {
  color: #c9c;
}
#footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  margin-top: 20px;
  background: #ecf3f0;
  line-height: 1.5rem;
  font-size: 0.9rem;
  text-align: center;
  padding-top: 60px;
}
#footer a {
  color: #faae2b;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #mobile-nav {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    background: #00473e;
  }
  #mobile-nav .mobile-nav-link {
    display: block;
    color: #fffffe;
    text-decoration: none;
    padding: 12px 24px;
    font-weight: bold;
  }
  #mobile-nav .mobile-nav-link:hover {
    opacity: 0.4;
  }
}
@media screen and (min-width: 481px) {
  #mobile-nav {
    visibility: hidden;
  }
}
#article-tag {
  display: inline-block;
}
.article-tag-list:before {
  font-family: FontAwesome;
  content: '\f02c';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #a1afc9;
}
.article-tag-list-item {
  display: inline-block;
  margin-top: 4px;
  margin-right: 1rem;
  font-size: 1.1rem;
}
.article-tag-list-item:hover {
  font-weight: bold;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media screen and (min-width: 769px) {
  .article-tag-list-link {
    display: inline-block;
    background-color: #faae2b;
    border-radius: 0 4px 4px 0;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1.4rem 0 1.2rem;
    position: relative;
  }
  .article-tag-list-link:after {
    content: "";
    background: #ddd;
    border-radius: 6px;
    height: 6px;
    width: 6px;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
  }
  .article-tag-list-link:before {
    background-color: #fffffe;
    border-bottom: 1rem solid transparent;
    border-top: 1rem solid transparent;
    border-right: 0.8rem solid #faae2b;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #article-tag .article-tag-list-link {
    text-decoration: underline;
  }
  #article-tag .article-tag-list-link:before {
    content: "# ";
  }
}
#article-nav h4 {
  font-size: 1.2rem;
}
#article-nav:before,
#article-nav:after {
  content: "";
  display: table;
}
#article-nav:after {
  clear: both;
}
@media screen and (min-width: 769px) {
  #article-nav {
    margin: 50px 0;
  }
}
.article-nav-link-wrap {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .article-nav-link-wrap {
    width: 50%;
    margin-top: 0;
  }
  .article-nav-link-wrap:last-child {
    border-left: 1px dashed #a9a9a9;
  }
}
@media screen and (min-width: 769px) {
  #article-nav-newer {
    float: left;
  }
}
@media screen and (min-width: 769px) {
  #article-nav-older {
    float: right;
  }
}
.article-nav-caption {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.article-nav-title {
  color: #a9a9a9;
  margin-top: 0.5rem;
}
.article-nav-title:hover {
  text-decoration: underline;
}
#copyright {
  padding-bottom: 1rem;
  text-align: center;
}
#copyright p {
  color: #a9a9a9;
}
#copyright p:first-child:before {
  font-family: FontAwesome;
  content: "\f0c1";
  margin-right: 10px;
}
#copyright a {
  color: #a9a9a9;
}
#copyright a:hover {
  text-decoration: underline;
}
.article-share-links a {
  color: #a9a9a9;
}
@media screen and (min-width: 769px) {
  .article-share-links {
    float: right;
    display: inline-block;
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .article-share-links {
    margin-top: 16px;
  }
}
.article-share-twitter,
.article-share-facebook,
.article-share-pinterest,
.article-share-linkedin {
  display: inline-block;
}
.article-share-twitter:before,
.article-share-facebook:before,
.article-share-pinterest:before,
.article-share-linkedin:before {
  font-size: 1.5rem;
  font-family: FontAwesome;
}
@media screen and (min-width: 769px) {
  .article-share-twitter,
  .article-share-facebook,
  .article-share-pinterest,
  .article-share-linkedin {
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .article-share-twitter,
  .article-share-facebook,
  .article-share-pinterest,
  .article-share-linkedin {
    margin-right: 1.6rem;
  }
}
.article-share-twitter:before {
  content: "\f099";
}
.article-share-twitter:hover {
  color: #00aced;
}
.article-share-facebook:before {
  content: "\f09a";
}
.article-share-facebook:hover {
  color: #3b5998;
}
.article-share-pinterest:before {
  content: "\f0d2";
}
.article-share-pinterest:hover {
  color: #cb2027;
}
.article-share-linkedin:before {
  content: "\f0e1";
}
.article-share-linkedin:hover {
  color: #0077b5;
}
#post-like .container {
  position: relative;
  padding: 12px 16px;
  margin: 0 24px;
}
#post-like .like-icon:before {
  font-family: FontAwesome;
  content: "\f087";
  font-size: 2rem;
  color: #a1afc9;
}
#post-like .like-icon:hover {
  cursor: pointer;
  opacity: 0.8;
}
#post-like #like-count {
  position: absolute;
  right: 40%;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #475d5b;
  font-weight: lighter;
}
.post-toc:after {
  content: '.';
  visibility: hidden;
}
.toc-wrap {
  margin: 50px 0;
}
.toc-wrap .toc {
  padding: 10px;
  position: relative;
}
.toc-wrap .toc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 2px;
  background-color: #00473e;
  opacity: 0.2;
}
.toc-wrap .toc-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #475d5b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toc-wrap .toc-link:hover {
  background-color: #f2f7f5;
}
.toc-wrap .toc-link-active {
  color: #faae2b;
  background-color: #f2f7f5;
}
.toc-wrap .toc-link-active:before {
  background-color: #faae2b;
}
.toc-level-3 .toc-link {
  padding: 4px 0 4px 26px;
}
.toc-level-3 .toc-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #00473e;
  border-radius: 50%;
}
.toc-level-4 .toc-link {
  padding: 4px 0 4px 42px;
}
.toc-level-4 .toc-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 24px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #00473e;
  border-radius: 50%;
}
.tag-list {
  color: #fffffe;
}
.tag-list:before,
.tag-list:after {
  content: "";
  display: table;
}
.tag-list:after {
  clear: both;
}
.tag-list .tag-list-link {
  color: #fffffe;
}
.tag-list .tag-list-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.tag-list-item {
  margin: 2px;
  padding: 8px 18px;
  float: left;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 0.9rem;
  opacity: 0.85;
  -webkit-transition: opacity 0.1s ease-out, padding 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out, padding 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out, padding 0.1s ease-out;
  transition: opacity 0.1s ease-out, padding 0.1s ease-out;
}
.tag-list-item:hover {
  opacity: 1;
  padding: 8px 20px;
}
.tag-list-item:hover .tag-list-count {
  opacity: 1;
  width: auto;
  margin-left: 6px;
}
.tag-list-count {
  display: inline-block;
  width: 0;
  height: 0.9rem;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.9rem;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, margin-left 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out, margin-left 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out, margin-left 0.1s ease-out;
  transition: opacity 0.1s ease-out, margin-left 0.1s ease-out;
}
.tag-list-count:before {
  content: " [";
}
.tag-list-count:after {
  content: "]";
}
.tag-list-item:nth-child(1) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(2) {
  background-color: #9fc53a;
}
.tag-list-item:nth-child(3) {
  background-color: #ffb200;
}
.tag-list-item:nth-child(4) {
  background-color: #009bd4;
}
.tag-list-item:nth-child(5) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(6) {
  background-color: #3a537c;
}
.tag-list-item:nth-child(7) {
  background-color: #8f5a9f;
}
.tag-list-item:nth-child(8) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(9) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(10) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(11) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(12) {
  background-color: #009bd4;
}
.tag-list-item:nth-child(13) {
  background-color: #8f5a9f;
}
.tag-list-item:nth-child(14) {
  background-color: #8f5a9f;
}
.tag-list-item:nth-child(15) {
  background-color: #009bd4;
}
.tag-list-item:nth-child(16) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(17) {
  background-color: #ffb200;
}
.tag-list-item:nth-child(18) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(19) {
  background-color: #f6672e;
}
.tag-list-item:nth-child(20) {
  background-color: #8f5a9f;
}
.tag-list-item:nth-child(21) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(22) {
  background-color: #ffb200;
}
.tag-list-item:nth-child(23) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(24) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(25) {
  background-color: #009bd4;
}
.tag-list-item:nth-child(26) {
  background-color: #9fc53a;
}
.tag-list-item:nth-child(27) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(28) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(29) {
  background-color: #009bd4;
}
.tag-list-item:nth-child(30) {
  background-color: #3a537c;
}
.tag-list-item:nth-child(31) {
  background-color: #9fc53a;
}
.tag-list-item:nth-child(32) {
  background-color: #9fc53a;
}
.tag-list-item:nth-child(33) {
  background-color: #3a537c;
}
.tag-list-item:nth-child(34) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(35) {
  background-color: #9fc53a;
}
.tag-list-item:nth-child(36) {
  background-color: #9fc53a;
}
.tag-list-item:nth-child(37) {
  background-color: #3a537c;
}
.tag-list-item:nth-child(38) {
  background-color: #ffb200;
}
.tag-list-item:nth-child(39) {
  background-color: #9fc53a;
}
.tag-list-item:nth-child(40) {
  background-color: #3a537c;
}
.tag-list-item:nth-child(41) {
  background-color: #4ec9be;
}
.tag-list-item:nth-child(42) {
  background-color: #3a537c;
}
.profile {
  height: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.profile .motto {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #00473e;
}
.profile .motto .source,
.profile .motto .content {
  font-size: 16px;
  font-weight: bold;
  padding: 24px;
}
.profile .motto .source {
  text-align: right;
}
.profile .motto .source span {
  display: inline-block;
  width: 60%;
  border-bottom: 1px solid #00473e;
}
.profile .motto .quote {
  font-size: 64px;
}
.profile .motto .close {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.profile .basic {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.profile .basic .avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 4px solid #00473e;
  background: url("https://avatars.githubusercontent.com/u/26000789?v=4");
  background-size: 110% 110%;
  background-position: center center;
}
.profile .basic .info {
  margin-left: 16px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
.profile .basic .info .name {
  font-size: 32px;
  font-weight: 400;
  color: #00473e;
  margin-bottom: 4px;
}
.profile .basic .info .location {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #475d5b;
}
.profile-link {
  font-family: FontAwesome;
  font-size: 16px;
  width: 16px;
  height: 16px;
  padding: 12px 8px;
  cursor: pointer;
  color: #a1afc9;
}
.profile-link:hover {
  text-decoration: none;
}
#github-link:before {
  content: "\f09b";
}
#stackoverflow-link:before {
  content: "\f16c";
}
#email-link:before {
  content: "\f0e0";
}
#rss-link:before {
  content: "\f09e";
}
.balloon {
  position: absolute;
  top: -10em;
  left: 10%;
  opacity: 0.7;
  width: 10em;
  height: 10em;
  background: #8f5a9f;
  border-radius: 10em 10em 4em 10em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: float1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-animation: float1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-animation: float1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  animation: float1 10s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.balloon:after {
  content: '';
  position: absolute;
  bottom: -0.05em;
  right: -0.05em;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.9em solid #8f5a9f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1em;
}
@-moz-keyframes float1 {
  0% {
    -webkit-transform: rotate(40deg) translateY(0) translateX(0);
    -moz-transform: rotate(40deg) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) translateY(0) translateX(0);
    transform: rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    transform: rotate(50deg) translateY(-336px) translateX(-252px);
  }
}
@-webkit-keyframes float1 {
  0% {
    -webkit-transform: rotate(40deg) translateY(0) translateX(0);
    -moz-transform: rotate(40deg) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) translateY(0) translateX(0);
    transform: rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    transform: rotate(50deg) translateY(-336px) translateX(-252px);
  }
}
@-o-keyframes float1 {
  0% {
    -webkit-transform: rotate(40deg) translateY(0) translateX(0);
    -moz-transform: rotate(40deg) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) translateY(0) translateX(0);
    transform: rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    transform: rotate(50deg) translateY(-336px) translateX(-252px);
  }
}
@keyframes float1 {
  0% {
    -webkit-transform: rotate(40deg) translateY(0) translateX(0);
    -moz-transform: rotate(40deg) translateY(0) translateX(0);
    -ms-transform: rotate(40deg) translateY(0) translateX(0);
    transform: rotate(40deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(50deg) translateY(-336px) translateX(-252px);
    transform: rotate(50deg) translateY(-336px) translateX(-252px);
  }
}
@-moz-keyframes float2 {
  0% {
    -webkit-transform: rotate(55deg) translateY(0) translateX(0);
    -moz-transform: rotate(55deg) translateY(0) translateX(0);
    -ms-transform: rotate(55deg) translateY(0) translateX(0);
    transform: rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    transform: rotate(45deg) translateY(-336px) translateX(-252px);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: rotate(55deg) translateY(0) translateX(0);
    -moz-transform: rotate(55deg) translateY(0) translateX(0);
    -ms-transform: rotate(55deg) translateY(0) translateX(0);
    transform: rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    transform: rotate(45deg) translateY(-336px) translateX(-252px);
  }
}
@-o-keyframes float2 {
  0% {
    -webkit-transform: rotate(55deg) translateY(0) translateX(0);
    -moz-transform: rotate(55deg) translateY(0) translateX(0);
    -ms-transform: rotate(55deg) translateY(0) translateX(0);
    transform: rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    transform: rotate(45deg) translateY(-336px) translateX(-252px);
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: rotate(55deg) translateY(0) translateX(0);
    -moz-transform: rotate(55deg) translateY(0) translateX(0);
    -ms-transform: rotate(55deg) translateY(0) translateX(0);
    transform: rotate(55deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -moz-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    -ms-transform: rotate(45deg) translateY(-336px) translateX(-252px);
    transform: rotate(45deg) translateY(-336px) translateX(-252px);
  }
}
@-moz-keyframes float3 {
  0% {
    -webkit-transform: rotate(45deg) translateY(0) translateX(0);
    -moz-transform: rotate(45deg) translateY(0) translateX(0);
    -ms-transform: rotate(45deg) translateY(0) translateX(0);
    transform: rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -moz-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -ms-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    transform: rotate(35deg) translateY(-252px) translateX(-336px);
  }
}
@-webkit-keyframes float3 {
  0% {
    -webkit-transform: rotate(45deg) translateY(0) translateX(0);
    -moz-transform: rotate(45deg) translateY(0) translateX(0);
    -ms-transform: rotate(45deg) translateY(0) translateX(0);
    transform: rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -moz-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -ms-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    transform: rotate(35deg) translateY(-252px) translateX(-336px);
  }
}
@-o-keyframes float3 {
  0% {
    -webkit-transform: rotate(45deg) translateY(0) translateX(0);
    -moz-transform: rotate(45deg) translateY(0) translateX(0);
    -ms-transform: rotate(45deg) translateY(0) translateX(0);
    transform: rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -moz-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -ms-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    transform: rotate(35deg) translateY(-252px) translateX(-336px);
  }
}
@keyframes float3 {
  0% {
    -webkit-transform: rotate(45deg) translateY(0) translateX(0);
    -moz-transform: rotate(45deg) translateY(0) translateX(0);
    -ms-transform: rotate(45deg) translateY(0) translateX(0);
    transform: rotate(45deg) translateY(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -moz-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    -ms-transform: rotate(35deg) translateY(-252px) translateX(-336px);
    transform: rotate(35deg) translateY(-252px) translateX(-336px);
  }
}
.holder {
  font-size: 4px;
  position: relative;
}
.holder .balloon:nth-child(2) {
  left: 50%;
  background: #ffb200;
  -webkit-animation: float2 9.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-animation: float2 9.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-animation: float2 9.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  animation: float2 9.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.holder .balloon:nth-child(2):after {
  border-right: 0.9em solid #ffb200;
}
.holder .balloon:nth-child(3) {
  left: 90%;
  background: #9fc53a;
  -webkit-animation: float3 10.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-animation: float3 10.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-animation: float3 10.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  animation: float3 10.5s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
.holder .balloon:nth-child(3):after {
  border-right: 0.9em solid #9fc53a;
}
@media screen and (min-width: 769px) {
  .post-fixed-container {
    position: fixed;
    width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .post-toc {
    margin-bottom: -50px;
  }
  .post-fixed-container {
    display: none;
  }
}
.widget-wrap {
  margin: 50px 0;
}
.widget {
  padding: 15px;
}
.widget a {
  color: #a1afc9;
  text-decoration: none;
}
.widget a:hover {
  text-decoration: underline;
}
.widget ul ul,
.widget ol ul,
.widget dl ul,
.widget ul ol,
.widget ol ol,
.widget dl ol,
.widget ul dl,
.widget ol dl,
.widget dl dl {
  margin-left: 15px;
  list-style: disc;
}
.widget {
  line-height: 1.5rem;
  word-wrap: break-word;
  font-size: 0.9em;
}
.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}
.widget ul ul,
.widget ol ul,
.widget ul ol,
.widget ol ol {
  margin: 0 20px;
}
.widget ul ul,
.widget ol ul {
  list-style: disc;
}
.widget ul ol,
.widget ol ol {
  list-style: decimal;
}
.archives-wrap {
  margin: 50px 0;
}
.archives:before,
.archives:after {
  content: "";
  display: table;
}
.archives:after {
  clear: both;
}
.archive-year-wrap {
  margin-bottom: 1rem;
}
.archive-year {
  font-weight: bold;
}
.archives {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .archives {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 769px) {
  .archives {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.archive-article {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
  break-inside: avoid-column;
}
.archive-article-inner {
  padding: 10px;
  margin-bottom: 15px;
}
.archive-article-inner:hover {
  -webkit-box-shadow: 0 5px 15px -10px #000;
  box-shadow: 0 5px 15px -10px #000;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.archive-article-title {
  text-decoration: none;
  color: #475d5b;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.5rem;
}
.archive-article-title:hover {
  color: #faae2b;
}
.archive-article-date {
  color: #d8779a;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  display: block;
}
.categories-wrap {
  margin: 50px 0;
  color: #475d5b;
}
.categories-wrap .category-list {
  padding: 20px;
  list-style-type: square;
  list-style-position: inside;
}
.category-list-item {
  margin: 0.5rem 0;
}
.category-list-link {
  color: #475d5b;
  text-decoration-color: #a1afc9;
}
.category-list-link:hover {
  color: #faae2b;
  text-decoration-color: #faae2b;
}
.category-list-count {
  font-size: 0.8rem;
  color: #a1afc9;
}
.category-list-count:before {
  content: " [";
}
.category-list-count:after {
  content: "]";
}
#gitalk-container .gt-comment-content {
  background-color: #fffffe !important;
  border-radius: 4px !important;
}
#gitalk-container .gt-header-textarea:hover {
  background-color: #fffffe !important;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23) !important;
  border: none !important;
}
#gitalk-container .gt-container.gt-input-focused::after {
  background-color: transparent !important;
  opacity: 0 !important;
  z-index: 0 !important;
}
