@charset "UTF-8";
/**
 * Scriptor Jekyll Theme 2.0.0
 * By Just Good Themes - https://justgoodthemes.com/
*/
/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*
  0. Icons
  1. Reset
  2. General
  3. Structure
  4. Site Header
  5. Content
  6. Comments
  7. Posts Navigation
  8. Site Footer
  9. Animations
 10. Prism
*/
/* ==========================================================================
   0. Font Awesome by @fontawesome - https://fontawesome.com
   License - https://fontawesome.com/license/free
   ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome.ttf?471qre") format("truetype"), url("../fonts/FontAwesome.woff?471qre") format("woff"), url("../fonts/FontAwesome.svg?471qre#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-rss:before {
  content: "\f09e"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-dev:before {
  content: "\f6cc"; }

/* ==========================================================================
   1. Reset
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-size: 112.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%; }

body {
  margin: 0; }

a {
  background-color: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 1em; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

form {
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   2. General
   ========================================================================== */
html,
button,
input,
select,
textarea {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html {
  border: 10px solid #000000;
  box-sizing: border-box; }
  @media only screen and (max-width: 600px) {
    html {
      border-width: 5px;
      font-size: 100%; } }

body {
  color: #666666;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.66667;
  padding-left: 30px;
  padding-right: 30px; }

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  a:hover {
    color: #2c343c;
    text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c343c;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 2rem 0 1rem;
  text-rendering: optimizeLegibility; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2rem;
  line-height: 1.11111;
  letter-spacing: -1px; }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 1.875rem;
      letter-spacing: normal;
      line-height: 1.2; } }

h2 {
  font-size: 1.66667rem;
  letter-spacing: -1px; }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 1.5rem;
      letter-spacing: normal; } }

h3 {
  font-size: 1.33333rem; }
  @media only screen and (max-width: 600px) {
    h3 {
      font-size: 1.25em; } }

h4 {
  font-size: 1.11111rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.88889rem; }

p {
  margin: 0 0 1.66667em;
  font-size: 0.87rem;
  line-height: 2.05; }

address {
  font-style: italic;
  margin: 0 0 1.66667em; }

mark {
  background: #fff7c5;
  padding: 0 3px; }

ins {
  background: #fff7c5;
  padding: 0 3px;
  text-decoration: none; }

pre {
  background: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-family: Consolas, "Andale Mono", "Courier New", Courier, monospace;
  font-size: 0.88889rem;
  margin: 0 0 1.875em;
  overflow: auto;
  padding: 10px;
  white-space: pre; }

:not(pre) > code {
  background: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-family: Consolas, "Andale Mono", "Courier New", Courier, monospace;
  font-size: 0.88889rem;
  padding: 1px 3px;
  white-space: pre; }

blockquote {
  border-left: 3px solid #2c343c;
  color: #2c343c;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  margin: 0 0 1.66667em -30px;
  padding: 0 0 0 30px; }
  @media only screen and (max-width: 910px) {
    blockquote {
      margin-left: 0;
      padding-left: 24px; } }
  blockquote p {
    margin: 0 0 0.83333em; }
  blockquote small,
  blockquote cite {
    color: #666666;
    display: inline-block;
    font-size: 0.88889em; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.66667em; }

ul,
ol {
  margin: 0 0 1.66667em;
  padding: 0 0 0 24px; }

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

hr {
  background: #d7d7d7;
  border: 0;
  height: 1px;
  margin: 2.5em 0; }

table {
  border-bottom: 1px solid #d7d7d7;
  line-height: 1.33333;
  margin: 0 0 1.66667em;
  text-align: left;
  width: 100%; }

caption {
  font-size: 0.88889em;
  margin-bottom: 0.9375em;
  text-align: left; }

th,
td {
  border-top: 1px solid #d7d7d7;
  padding: 8px; }

th {
  color: #2c343c;
  font-weight: bold; }

table tbody > tr:nth-child(odd) {
  background: #fbfbfb; }

img {
  border-radius: 3px;
  height: auto;
  max-width: 100%; }

embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe,
.image-card {
  margin: 0 0 1.66667em; }

.image-card figcaption {
  color: #9ba6ad;
  font-size: 0.77778rem;
  padding-top: 0.5em;
  text-align: left; }

@media only screen and (min-width: 851px) {
  .width-full img,
  .width-wide img {
    margin-left: calc(425px - 50vw);
    margin-right: calc(425px - 50vw);
    max-width: none;
    width: calc(100vw - 90px); } }
@media only screen and (min-width: 971px) {
  .width-wide img {
    margin-left: -60px;
    margin-right: -60px;
    width: 880px; } }
/* Clearing floats */
.inner:after,
.site-header:after,
.site-footer:after {
  clear: both; }

.inner:before,
.inner:after,
.post-content:before,
.post-content:after {
  content: "";
  display: table; }

/* Text meant only for screen readers */
.screen-reader-text {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

/* Text selection */
::-moz-selection {
  background: #e4edfa;
  color: #2c343c;
  text-shadow: none; }

::selection {
  background: #e4edfa;
  color: #2c343c;
  text-shadow: none; }

/* Buttons */
#menu-open,
#menu-close,
.back-to-top {
  background: 0;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  box-sizing: border-box;
  color: #666666;
  padding: 0;
  position: relative;
  height: 36px;
  width: 36px;
  -webkit-transition: border-color .3s, color .3s;
  transition: border-color .3s, color .3s; }
  #menu-open:hover, #menu-open:focus, #menu-open:active,
  #menu-close:hover,
  #menu-close:focus,
  #menu-close:active,
  .back-to-top:hover,
  .back-to-top:focus,
  .back-to-top:active {
    border-color: #000000;
    color: #000000;
    outline: 0; }

/* Custom icons */
.icon-menu {
  background: currentColor;
  color: inherit;
  height: 2px;
  left: 50%;
  margin-left: -11px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 22px; }
  .icon-menu:before, .icon-menu:after {
    background: currentColor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
  .icon-menu:before {
    top: -5px; }
  .icon-menu:after {
    bottom: -5px; }

.icon-close {
  background: 0;
  color: inherit;
  height: 2px;
  left: 50%;
  margin-left: -12px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 24px; }
  .icon-close:before, .icon-close:after {
    background: currentColor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* ==========================================================================
   3. Structure
   ========================================================================== */
.inner {
  margin: 0 auto;
  max-width: 700px; }

/* ==========================================================================
   4. Site Header
   ========================================================================== */
.site-header {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0em;
  padding-top: 2.5em; }

.site-title {
  color: #2c343c;
  font-size: 1.66667rem;
  transform: scale(1, 0.777);
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 15px 0 0; }
  @media only screen and (max-width: 600px) {
    .site-title {
      font-size: 1.5rem;
      letter-spacing: normal; } }
  .site-title a {
    color: #2c343c;
    text-decoration: none; }
    .site-title a:hover {
      color: #ffffff;
      background: #000000; }

/* Navigation */
.site-navigation {
  margin-left: auto; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-item {
  display: inline-block;
  margin: 0 0 0 15px; }
  .menu-item a {
    color: #9ba6ad;
    display: inline-block;
    font-size: 0.88889rem;
    font-weight: bold;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: scale(1, 0.777);
    padding: 5px 0;
    text-decoration: none; }
    .menu-item a:hover {
      color: #000000; }

.menu-toggle {
  display: none; }

/* Site description */
.site-description {
  border-bottom: 1px solid #d7d7d7;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.33333em;
  font-style: italic;
  padding-bottom: 3.33333rem;
  padding-top: 2.22222rem; }
  @media only screen and (max-width: 600px) {
    .site-description {
      font-size: 1.25em;
      padding-bottom: 2.8125rem;
      padding-top: 1.875rem; } }
  .site-description p {
    margin-bottom: 0; }

@media only screen and (max-width: 800px) {
  #menu-open {
    display: block;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto; }

  #menu-close {
    display: block;
    position: absolute;
    right: 45px;
    top: 3.33333rem; }

  .site-navigation {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: -1; }

  .site-navigation-wrap {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }

  .menu {
    opacity: 1;
    padding: 7rem 45px 2.5rem; }

  .menu-item {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    margin: 0; }
    .menu-item:last-child {
      border: 0; }
    .menu-item a {
      display: block;
      padding: 0.5rem 0; }

  .menu--opened .site {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998; }
  .menu--opened .site-navigation {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 999; }
  .menu--opened .menu {
    opacity: 1; } }
@media only screen and (max-width: 600px) {
  #menu-close {
    right: 35px;
    top: 2.8125rem; }

  .menu {
    padding: 6.375rem 35px 2.5rem; } }
/* ==========================================================================
   5. Content
   ========================================================================== */
.post {
  border-bottom: 1px solid #d7d7d7;
  padding: 3.33333em 0 1.66667em; }

.post-header {
  margin-bottom: 1.66667em; }

.post-date {
  color: #9ba6ad;
  display: inline-block;
  font-size: 14px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1.25em; }

.post-meta {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.88889rem;
  font-style: italic;
  margin-bottom: 1.11111rem; }

.post-tags a:before {
  content: "\0023"; }

.post-title {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  transform: scale(1, 0.777);
  background: linear-gradient(transparent 80%, #000000 70%); }
  @media only screen and (max-width: 600px) {
    .post-title {
      font-size: 1.7rem;
      letter-spacing: normal;
      line-height: 1.2; } }
  .post-title a {
    color: inherit;
    text-decoration: none; }
    .post-title a:hover {
      color: #ffffff;
      background: #000000; }

.read-more {
  font-weight: bold;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: scale(1, 0.777); }

/* Author profile */
.author-box {
  border-top: 1px solid #d7d7d7;
  padding-top: 1.66667em; }
  .author-box .author-avatar {
    background-size: cover;
    border-radius: 50%;
    display: block;
    height: 90px;
    float: left;
    margin-right: 30px;
    width: 90px; }
  .author-box .author-avatar + .author-details {
    padding-left: 120px; }
  .author-box .author-title {
    font-size: 1.11111rem; }
  .author-box .author-bio {
    line-height: 1.5;
    margin-bottom: 1.11111em; }
  .author-box .author-meta {
    margin-bottom: 1em; }
  .author-box .author-location,
  .author-box .author-website {
    color: #9ba6ad;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.88889rem;
    font-style: italic;
    margin-right: 5px; }
  @media only screen and (max-width: 480px) {
    .author-box .author-avatar {
      float: none;
      margin-bottom: 1.25em;
      margin-right: 0; }
    .author-box .author-avatar + .author-details {
      padding-left: 0; } }

/* Share post */
.post-share {
  padding: 1.66667em 0 3.33333em; }
  .post-share span {
    color: #9ba6ad;
    display: inline-block;
    font-size: 0.88889em;
    margin-right: 15px; }
  .post-share a {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0.5em;
    margin-right: 5px;
    padding: 3px 10px;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .post-share a:hover {
      border-color: #000000;
      color: #000000; }

/* Archive page */
.archive-tags {
  font-style: italic; }
  .archive-tags a {
    margin-right: 5px; }
    .archive-tags a:before {
      content: "\0023"; }

.archive-top-link {
  color: #9ba6ad;
  font-size: 0.88889em;
  margin-bottom: 1.25em; }

.archive-post-list {
  list-style: none;
  padding: 0; }
  .archive-post-list li {
    margin-bottom: 1em; }

.archive-meta {
  color: #9ba6ad; }
  .archive-meta .archive-date {
    font-size: 14px;
    font-weight: bold; }

/* ==========================================================================
   6. Comments
   ========================================================================== */
.comments-area {
  border-bottom: 1px solid #d7d7d7;
  padding: 1.66667em 0 3.33333em; }

.comments-title {
  font-size: 1.33333rem; }
  @media only screen and (max-width: 600px) {
    .comments-title {
      font-size: 1.25rem; } }

/* ==========================================================================
   7. Posts Navigation
   ========================================================================== */
.pagination {
  border-bottom: 1px solid #d7d7d7;
  color: #666666;
  font-weight: bold;
  transform: scale(1, 0.777);
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 2.22222em 0 3.33333em;
  text-align: center; }

.nav-links {
  position: relative; }

.page-number {
  display: block;
  font-size: 14px;
  line-height: 1.5; }

.older-posts,
.newer-posts {
  display: inline-block;
  font-size: 0.88889em;
  line-height: 1.875; }

.older-posts {
  margin-top: 0.5rem; }

.newer-posts {
  margin-bottom: 0.5rem; }

@media only screen and (min-width: 481px) {
  .older-posts,
  .newer-posts {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .older-posts {
    right: 0; }

  .newer-posts {
    left: 0; } }
/* ==========================================================================
   8. Site Footer
   ========================================================================== */
.site-footer {
  padding: 1.66667em 0; }

.offsite-links {
  margin-bottom: 1.11111em; }
  .offsite-links a {
    color: #666666;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    text-decoration: none; }
    .offsite-links a:hover {
      color: #000000; }

.site-info {
  font-size: 12px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.back-to-top {
  display: inline-block;
  font-size: 18px;
  margin-top: 1.25rem;
  padding: 1px 0 3px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .back-to-top:hover {
    text-decoration: none; }

@media only screen and (min-width: 481px) {
  .footer-bottom {
    padding-right: 60px;
    position: relative; }

  .back-to-top {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
/* ==========================================================================
   9. Animations
   ========================================================================== */
@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: .15; } }
@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: .15; } }
.fadeInDown {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.delay_05s {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay_075s {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay_1s {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* ==========================================================================
   10. PrismJS 1.17.1 
   https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+json+yaml
   ========================================================================== */
code[class*="language-"],
pre[class*="language-"] {
  color: #2c343c;
  background: none;
  font-family: Consolas, "Andale Mono", "Courier New", Courier, monospace;
  font-size: 0.88889rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #fbfbfb; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function,
.token.class-name {
  color: #dd4a68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }
