@charset "UTF-8";
body, button, input, select, textarea {
  font-family: Roboto, Helvetica, sans-serif;
}

.content h1 {
  font-size: 1.5rem;
}

.content h2 {
  font-size: 1.25rem;
}

.content h3 {
  font-size: 1.1rem;
}

.content h4 {
  font-size: 0.9rem;
}

a.tag.article-tag {
  font-size: 0.9rem;
  text-decoration: none;
}

.article-block .post-title, .article-block .post-img {
  display: inline-block;
  vertical-align: middle;
}
.article-block .post-title {
  width: 82%;
  margin-bottom: 0;
}
.article-block .post-title-max {
  width: 100%;
}
.article-block .post-img {
  width: 18%;
  padding: 5px;
  box-shadow: 0px 0px 2px #afafaf;
  border-radius: 5px;
  margin: 10px auto;
}
.article-block .post-img-ratio {
  padding-top: 5px;
  margin: auto;
}

@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1152px;
    width: 1152px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-brand {
    padding: 0 0.75rem;
  }
  .article-block .post-title {
    width: 75%;
  }
  .article-block .post-img {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 800px;
    width: 800px;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    color: rgb(64, 133, 241);
  }
}
.index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.index .block {
  position: relative;
  text-align: center;
  display: inline-block;
  max-width: 250px;
  margin: 5px;
}
@media screen and (max-width: 585px) {
  .index .block {
    max-width: 350px;
  }
}
@media (max-width: 850px) and (min-width: 700px) {
  .index .block {
    max-width: 300px;
  }
}
.index .block:hover .image:after {
  content: none;
}
.index .block:hover .image:before {
  content: "";
  opacity: 0;
}
.index .block:hover .indexLink .content {
  height: 25px;
}
.index .block .indexLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4784313725);
}
.index .block .indexLink h2 {
  font-weight: 600;
  text-transform: uppercase;
}
.index .block .indexLink .content {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.index .block .image {
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.index .block .image img {
  display: block;
  width: 100%;
}
.index .block .image:before {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
  -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  opacity: 0.8;
}
.index .block .image:after {
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.25;
  z-index: 2;
}
.index .style1 > .image:before {
  background-color: #f2849e;
}
.index .style2 > .image:before {
  background-color: #7ecaf6;
}
.index .style3 > .image:before {
  background-color: #7bd0c1;
}
.index .style4 > .image:before {
  background-color: #c75b9b;
}
.index .style5 > .image:before {
  background-color: #ae85ca;
}
.index .style6 > .image:before {
  background-color: #8499e7;
}

.navbar-main {
  border-bottom: 1px solid #dbdbdb;
  transition: 0.1s ease-in;
}
.navbar-main .navbar-logo {
  font-size: 1.5rem;
  font-weight: 600;
}
.navbar-main .navbar-item {
  text-align: center;
  position: relative;
}
.navbar-main .navbar-item a {
  color: unset;
}
.navbar-main .navbar-item.is-active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px auto;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  content: " ";
  background-color: rgb(64, 133, 241);
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .navbar-main .navbar-item.is-active:after {
    content: none;
  }
}
.navbar-main .navbar-item.is-active a {
  font-weight: 600;
  color: rgb(64, 133, 241);
}
.navbar-main .toc .navbar-dropdown {
  max-height: 500px;
  overflow-y: auto;
}

.article .second-date-block {
  color: gray;
  font-size: 0.8rem;
}
.article + .article {
  padding-top: 2rem;
  border-top: 1px solid #dbdbdb;
}
.article .article-title a,
.article .article-meta a {
  color: inherit;
  border-bottom: 1px dotted transparent;
}
.article .article-title a:hover,
.article .article-meta a:hover {
  border-bottom-color: black;
}
.article .article-meta {
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .article .article-meta {
    margin-top: 0.75rem;
  }
  .article .article-meta .column {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.article .article-meta .article-category-link {
  margin: 0 0.3rem;
}
.article .article-entry {
  margin-bottom: 3rem;
}
.article .article-entry h1, .article .article-entry h2, .article .article-entry h3, .article .article-entry h4, .article .article-entry h5, .article .article-entry h6 {
  cursor: pointer;
  position: relative;
}
.article .article-entry h1:hover:before, .article .article-entry h2:hover:before, .article .article-entry h3:hover:before, .article .article-entry h4:hover:before, .article .article-entry h5:hover:before, .article .article-entry h6:hover:before {
  content: "#";
  position: absolute;
  right: 100%;
}
.article .article-entry a {
  word-break: break-word;
}
.article .article-more-link a {
  font-size: 0.9rem;
  color: darkgray;
  border-bottom: 1px dotted transparent;
}
.article .article-more-link a:hover {
  border-bottom-color: darkgray;
}
.article .article-nav a {
  color: darkgray;
  position: relative;
  display: inline-block;
}
.article .article-nav .article-nav-prev a {
  padding-left: 1rem;
}
.article .article-nav .article-nav-prev a:before {
  top: 0;
  left: 0;
  content: "<";
  position: absolute;
}
.article .article-nav .article-nav-next {
  text-align: right;
}
.article .article-nav .article-nav-next a {
  padding-right: 1rem;
}
.article .article-nav .article-nav-next a:after {
  top: 0;
  right: 0;
  content: ">";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .article .article-nav .article-nav-prev,
  .article .article-nav .article-nav-next {
    text-align: center;
  }
}
.article .caption {
  display: block;
  color: darkgray;
  font-size: 0.95rem;
  text-align: center;
}
.article a[target=_blank]:after {
  display: none;
  content: "\f35d";
  font-size: 0.8rem;
  font-family: "Font Awesome 5 Solid";
}
.article a[target=_blank] .fa-external-link-alt {
  margin-left: 0.3rem;
  width: 0.8rem;
}
.article blockquote.colorquote {
  position: relative;
}
.article blockquote.colorquote:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -14.5px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-size: 16px 16px;
  background-position: 4px 4px;
  background-repeat: no-repeat;
}
.article blockquote.colorquote.info {
  border-color: hsl(204, 86%, 53%);
  background-color: #def0fd;
}
.article blockquote.colorquote.info:before {
  background-color: hsl(204, 86%, 53%);
  background-image: url("../images/info.svg");
}
.article blockquote.colorquote.success {
  border-color: hsl(141, 71%, 48%);
  background-color: #cbf6da;
}
.article blockquote.colorquote.success:before {
  background-color: hsl(141, 71%, 48%);
  background-image: url("../images/check.svg");
}
.article blockquote.colorquote.warning {
  border-color: hsl(48, 100%, 67%);
  background-color: #fff6d1;
}
.article blockquote.colorquote.warning:before {
  background-color: hsl(48, 100%, 67%);
  background-image: url("../images/question.svg");
}
.article blockquote.colorquote.danger {
  border-color: hsl(348, 100%, 61%);
  background-color: #ffb3c2;
}
.article blockquote.colorquote.danger:before {
  background-color: hsl(348, 100%, 61%);
  background-image: url("../images/exclamation.svg");
}
.article blockquote.pullquote {
  float: right;
  max-width: 50%;
  font-size: 1.15rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .article blockquote.pullquote {
    float: none;
    max-width: 100%;
  }
}
.article blockquote.pullquote:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 3rem;
  height: 3rem;
  opacity: 0.1;
  background: url("../images/quote-left.svg") 0 0/3rem 3rem no-repeat;
}
.article blockquote footer cite {
  font-style: normal;
}
.article blockquote footer cite:before {
  content: "—";
  padding: 0 0.3em;
}
.article .gist table tr:hover {
  background: transparent;
}
.article .gist table td {
  border: none;
}
.article .gist .file {
  all: initial;
}

.sharebox {
  margin-top: 3rem;
}

.comments {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #dbdbdb;
}
.comments > .title {
  font-weight: 300;
}

.archive:not(:last-child) {
  margin-bottom: 3rem;
}
.archive .articles {
  border-left: 1px solid #dbdbdb;
}
.archive .article {
  border-top: none;
  margin-left: -1px;
  padding: 1rem 1.5rem;
  border-left: 3px solid transparent;
}
.archive .article:hover {
  border-left-color: black;
}
.archive .article time {
  font-size: 0.9rem;
  color: darkgray;
}
.archive .article h6 {
  margin: 0;
}
.archive .article h6 a {
  color: inherit;
  border-bottom: 1px dotted transparent;
}
.archive .article h6 a:hover {
  border-bottom-color: darkgray;
}

.footer {
  font-size: 0.9rem;
  background: transparent;
}
.footer .content {
  padding-top: 2rem;
  border-top: 1px solid #dbdbdb;
}

.searchbox {
  display: none;
}
.searchbox.show {
  display: block;
}
.searchbox .searchbox-mask,
.searchbox .searchbox-container {
  position: fixed;
}
.searchbox .searchbox-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.searchbox .searchbox-selectable {
  cursor: pointer;
}
.searchbox .searchbox-input-wrapper {
  position: relative;
}
.searchbox .searchbox-input-wrapper .searchbox-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  box-shadow: none;
  font-weight: 200;
  border-radius: 0;
  background: #fff;
  line-height: 20px;
  box-sizing: border-box;
  padding: 12px 28px 12px 20px;
  border-bottom: 1px solid #e2e2e2;
}
.searchbox .searchbox-input-wrapper .searchbox-close {
  top: 50%;
  right: 6px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  margin-top: -11px;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.searchbox .searchbox-input-wrapper .searchbox-close:hover {
  color: rgb(64, 133, 241);
}
.searchbox .searchbox-result-wrapper {
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0;
  overflow-y: auto;
  position: absolute;
}
.searchbox .searchbox-container {
  left: 50%;
  top: 100px;
  width: 540px;
  z-index: 101;
  bottom: 100px;
  margin-left: -270px;
  box-sizing: border-box;
}
@media screen and (max-width: 559px), screen and (max-height: 479px) {
  .searchbox .searchbox-container {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
  }
}

code, pre {
  font-size: 0.85rem;
  font-family: "Courier New", Courier, monospace;
  text-align: left;
}

figure.highlight {
  padding: 0;
  width: 100%;
  margin: 0 0 1.5rem;
}
figure.highlight pre,
figure.highlight table tr:hover {
  color: inherit;
  background: transparent;
}
figure.highlight table {
  width: auto;
}
figure.highlight pre {
  padding: 0;
  overflow: visible;
}
figure.highlight pre .line {
  line-height: 1.5rem;
}
figure.highlight figcaption,
figure.highlight .gutter {
  background: rgba(200, 200, 200, 0.15);
}
figure.highlight figcaption {
  padding: 0.3em 0.75em;
  text-align: left;
  font-style: normal;
  font-size: 0.8rem;
}
figure.highlight figcaption span {
  font-weight: 500;
  font-family: "Courier New", Courier, monospace;
}
figure.highlight figcaption a {
  float: right;
  color: #9a9a9a;
}
figure.highlight .gutter {
  text-align: right;
}
figure.highlight .tag,
figure.highlight .title,
figure.highlight .number,
figure.highlight .section {
  display: inherit;
  font: inherit;
  margin: inherit;
  padding: inherit;
  background: inherit;
  height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  min-width: inherit;
  border-radius: inherit;
}

.pagination {
  margin: 0 -1em;
}
.pagination .pagination-previous,
.pagination .pagination-next,
.pagination .pagination-link {
  border: 1px solid transparent;
}
.pagination .pagination-previous:active,
.pagination .pagination-next:active,
.pagination .pagination-link:active {
  box-shadow: none;
}
.pagination .pagination-link:hover {
  border-color: black;
}
.pagination .pagination-link.is-current {
  background-color: black;
}
.pagination .pagination-previous a,
.pagination .pagination-next a {
  position: relative;
  color: inherit;
}
.pagination .pagination-previous a {
  padding-left: 1rem;
}
.pagination .pagination-previous a:before {
  top: 0;
  left: 0;
  content: "<";
  position: absolute;
}
.pagination .pagination-next a {
  padding-right: 1rem;
}
.pagination .pagination-next a:after {
  top: 0;
  right: 0;
  content: ">";
  position: absolute;
}

.section-heading {
  padding-bottom: 0;
}
.section-heading h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-heading h5 > svg {
  margin-right: 0.5rem;
}
.section-heading + .section {
  padding-top: 2rem;
}

.gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
  max-width: 100%;
}
.gallery-item:hover .caption {
  display: initial;
}
.gallery-item .caption {
  display: none;
  position: absolute;
  opacity: 0.7;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: inherit !important;
  line-height: 1.5;
}

.video-container {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ins-section-container {
  position: relative;
  background: #f7f7f7;
}

.ins-section {
  font-size: 14px;
  line-height: 16px;
}

.ins-section .ins-section-header,
.ins-section .ins-search-item {
  padding: 8px 15px;
}

.ins-section .ins-section-header {
  color: #9a9a9a;
  border-bottom: 1px solid #e2e2e2;
}

.ins-section .ins-slug {
  margin-left: 5px;
  color: #9a9a9a;
}

.ins-section .ins-slug:before {
  content: "(";
}

.ins-section .ins-slug:after {
  content: ")";
}

.ins-section .ins-search-item header,
.ins-section .ins-search-item .ins-search-preview {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ins-section .ins-search-item header .ins-title {
  margin-left: 8px;
}

.ins-section .ins-search-item .ins-search-preview {
  height: 15px;
  font-size: 12px;
  color: #9a9a9a;
  margin: 5px 0 0 20px;
}

.ins-section .ins-search-item:hover,
.ins-section .ins-search-item.active {
  color: #fff;
  background: #3273dc;
}

.ins-section .ins-search-item:hover .ins-slug,
.ins-section .ins-search-item.active .ins-slug,
.ins-section .ins-search-item:hover .ins-search-preview,
.ins-section .ins-search-item.active .ins-search-preview {
  color: #fff;
}