
@charset "utf-8";
/* Main Color palette and fonts */

html {
  --accent:       #DB504A;    /* accent     */
  --accent-dark:  #4e3e51;    /* accent 2   */
  --main:         #326273;    /* main color */
  --main-dim:     #879dab;    /* dimmed version of main color */
  --text:         #2B323B;
  --grey1:        #5F5E58;
  --grey2:        #8D897C;
  --grey3:        #B4B3A7;
  --grey4:        #DAD7D2;
  --grey5:        #F0EFED;
  --background:   #ffffff;
  --shadow:       rgba(32,30,30,.3);
  --github:       #333;
  --font1: 'Lora', charter, Georgia, Cambria, 'Times New Roman', Times, serif;/* body text */
  --font2: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* headers and titles   */
  --font1-light:      400;
  --font1-regular:    400;
  --font1-bold:       600;
  --font2-light:      200;
  --font2-regular:    400;
  --font2-bold:       700;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* = = = = = = = = = = Main Styles = = = = = = = = = = */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  overflow: visible
}
html {
    line-height: 1.75;
    letter-spacing: 0.002em;
    font-size: 1.375rem;
}
body {
  font-family: var(--font1);
  color: var(--text);
  margin: 0;
  background-color: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font2);
  color: var(--accent-dark);
}

h1 {
  font-size: 4rem;
  font-weight: var(--font2-regular);
  line-height: 1;
}

img {
  height: auto;
  max-width: 100%;
}
a {
    color: var(--text);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
a:hover{
    color:var(--accent)
}
table {
      border-left: 6px solid var(--accent);
}
table td, table th {
    border: 0;
    padding: 12px;
    text-align: left;
    background-color: var(--grey5);
}
blockquote {
    border-left: 10px solid var(--grey4);
    padding-left: 1em;
    margin-left: 2.5em;
    font-style: italic;
    color: var(--accent-dark);
    background: var(--grey5);
    margin-right: 0;
    font-weight: 100;
}
pre {
  padding: 16px 32px;
  overflow-x: auto;
  font-family: monospace;
  font-size: 0.75rem;
}
pre code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
code {
  font-family: monospace;
  font-size: 0.75rem;
}
svg {
    vertical-align: middle;
}

.hidden{display:none}

.flex-container {
  will-change: opacity;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.flex-container.opaque {

  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0);
}

.flex-container::after{
  will-change: opacity;
  -webkit-transition: -webkit-opacity 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-opacity 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: opacity 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-opacity 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.flex-container.active.opaque::after {
  opacity: 0.5;
}

.flex-container.active.transparent::after {
  opacity: 0.01;
}

.flex-container.active::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0);
  opacity: 0.5;
}
.content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper {
  width: 960px;
  max-width: 90%;
  margin: 0.75em auto 0.75em;
  position: relative;
}
::-moz-selection {
  background: rgba(49, 30, 62, 0.7);
  color: white;
}
::selection {
  background: rgba(49, 30, 62, 0.7);
  color: white;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix::before {
  clear: both;
}
/* = = = = = = = = = = Header = = = = = = = = = = */
.main-header {
  font-family: var(--font2), sans-serif;
  padding: 15px 0;
  background-color: var(--background);
  -webkit-box-shadow: 0px -5px 15px var(--shadow);
          box-shadow: 0px -5px 15px var(--shadow);
}
.main-header .header-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header .logo {
  width: 80%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: var(--font2-light);
  flex-direction: row;
}
.main-header .logo a {
  font-size: 37px;
  text-decoration: none;
}
.main-header .logo img {
  height: 80px;
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 300px;
  height: 100%;
  background-color: var(--background);
  padding: 25px 30px;
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}
.main-nav ul {
  padding: 15px 0 0;
  margin: 0;
  list-style: none;
}
.main-nav ul li {
  border-bottom: 1px solid var(--grey5);
}
.main-nav ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: var(--font2-regular);
  font-size: 18px;
  color: var(--main);
}
.main-nav ul li a:hover {
  opacity: .8;
  color: var(--accent-dark);
}
.menu-icon-container {
  width: 25%;
  text-align: left;
}
.search-icon-container {
  width: 25%;
  text-align: right;
}
svg.menu-icon-house {
    width: 19px;
}
.menu-icon,
.menu-icon-close,
.search-icon a,
.search-icon-close {
  cursor: pointer;
  font-size: 18px;
  color: var(--main);
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 10px;
}
.menu-icon:hover,
.menu-icon-close:hover,
.search-icon a:hover,
.search-icon-close:hover {
  opacity: .8;
}
.left{text-align:left; float:left;}
.right{text-align:right;}


/* = = = = = = = = = = Search Page = = = = = = = = = = */
.search-box {
  padding-top: 40px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: var(--background);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate(0, -100%) scale(0, 0);
      -ms-transform: translate(0, -100%) scale(0, 0);
          transform: translate(0, -100%) scale(0, 0);
  max-height: 100vh;
  overflow: scroll;
}
.search-grid {
  width: 80%;
  margin: 0 auto;
}

.search-form {
  margin-bottom: 15px;
}

.search-form .search {
  width: 100%;
  padding: 15px;
  border: none;
  border-bottom: 1px solid var(--grey5);
  outline: none;
  font-size: 21px;
  color: var(--grey1);
  background: var(--background);
}

.results-search {
  list-style: none;
  overflow: scroll;
  margin: 0;
  padding: 0;
  max-height: 80vh;
}

.results-search li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.results-search li a {
  font-family: var(--font2);
  text-decoration: none;
  color: var(--accent-dark);
  font-weight: var(--font2-bold);
}

.results-search li a:hover {
  color: var(--accent);
  opacity: .8;
}

.results-search > * p {
  font-weight: var(--font1-light);
  color: var(--grey3);
  font-size: .75em;
  line-height: 1.3;
}

.search-box.search-active {
  -webkit-transform: translate(0, 0) scale(1, 1);
      -ms-transform: translate(0, 0) scale(1, 1);
          transform: translate(0, 0) scale(1, 1);
}

.icon-close-container {
  position: absolute;
  top: 0;
  right: 0;
}
/* = = = = = = = = = = Post-Card (homepage) = = = = = = = = = = */
.post-card-box {
  margin: 50px 0 15px;
  padding: 0;
}
.post-card-box li {
  position: relative;
  list-style: none;
  float: left;
  width: 50%;
}

.post-card {
  position: relative;
}
.post-card-image {
  display: block;
  width: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-card-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.15);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.post-card:hover .post-card-image::after{
  background: rgba(0, 0, 0, 0);
}

.post-card:hover .post-card-body{
  background-color: #000000bf;
}

.post-card-body {
  position: absolute;
  left: 5%;
  bottom: 5%;
  background-color: #00000099;
  padding-left: 5px;
  width: 95%
}
.post-card-tags{
  font-size: 10px
}

.tag {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  white-space: nowrap
}
.tag:hover {
  text-decoration: underline;
  color: var(--grey4);
}
.post-card-title-and-meta {
  margin:0;
  color: white;
  line-height: 1.2;
}
.post-card-link {
  text-decoration: none;
  font-family: var(--font2), sans-serif;
  font-weight: var(--font2-bold);
  text-transform: uppercase;
  color: white;
}
.post-card-link:hover {
  opacity: .75;
  color: var(--grey4);
}

/* = = = = = = = = = = Pagination  = = = = = = = = = = */
.pagination {
  margin-bottom: 30px;
}

.pagination .previous {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .previous, .pagination .next {
  font-family: var(--font2);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--grey1);
}

.pagination .previous:hover, .pagination .next:hover {
  opacity: .8;
  color: var(--accent);
}
/* = = = = = = = = = = Footer  = = = = = = = = = = */
.main-footer {
  padding: 5px 15px 5px 15px;
  color: white;
  background-color: black;
  box-shadow: 0 5px 5px -6px var(--shadow) inset;
}
.footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items:center;
}
.logo-link {
  display:block;
  color: var(--grey4);
  -webkit-transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
  transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
}
.logo-link:hover{
  transform: scale(1.2);
  opacity: 0.6;
  color: var(--main);
}
.copyright {
  text-align: center;
  color: white;
  font-size: 0.6em;
  text-decoration: none;
}
.footer-nav {
  display: flex;
  }
.footer-nav div {
  display: flex;
  padding: 3px 5px;
  flex: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.footer-nav a {
  color: var(--grey4);
  text-decoration: none;
  font-size: 14px;
  font-weight: var(--font2-bold);
  font-family: var(--font2);
}
.footer-wrapper a:hover {
  opacity: 0.6
}
@media (max-width:640px){
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-nav{
    font-size: .9rem
  }
  .main-footer {
    padding: 5px
  }
  .copyright {
    display:none;
  }
}
/*- Font-awesome icons centered within their containers by default -*/
.fa{margin:auto}

/* = = = = post's read time and date (meta data) = = = = */
.post-card-meta{
  font-size:.6em;
  white-space:nowrap;
  display: block;
  padding-top: 4px;
}
.post-card-meta i {
  display: none;
}
.recent-item-meta{
  padding-left:5px;
  font-size:8px;
  display: block
}
.recent-item-meta p{
  margin-block-start: 0;
  margin-block-end: 4px;
}
.meta-pre {
  padding-left: 5px;
  padding-right: 5px
}
.meta-sep::before {
  content: "\07C";
  padding-left: 5px;
  padding-right: 5px;
}
.page_meta {
  display: flex;
  color: var(--grey2);
  font-size: .9em;
}
/* = = = = = = = = = = to top button = = = = = = = = */
.top {
  position: fixed;
  bottom: 62px;
  right: -100px;
  z-index: 1;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border-radius: 100px;
  color: var(--main);
  border: 1px solid var(--main);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
  transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.top.is-active {
  right: 40px;
}
.top:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.top svg {
  display: inline-block;
  height: 25px;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  .top.is-active {
    right: 10px;
  }
}

/* = = = = = = = = = = Left sidebar  = = = = = = = = = = */
.sidebar.side .tag-cloud{
  display:none;
}
ul.tags {
  justify-content: center;
}
a.tag {
  line-height: 1;
  white-space: pre-wrap;
  text-align:center;
}
a.tag.side {
  padding: 3px 0px 3px 0px;
}
.share-options {
  cursor: default;
}
.share-options.inline {
  text-align:center;
  margin-bottom:1.5em
}
.share-button {
  margin-right: 3px;
  color:var(--accent-dark);
  vertical-align: top;
}
.share-icons {
  display: inline;
  vertical-align: middle;
}
.share-icons a {
  display:inline-block;
  color: var(--grey3);
  margin: 0 2% 10px 2%;
  font-size: 1.2em;
  -webkit-transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
  transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
  cursor: pointer;
}
.share-icons a:hover {
  transform:scale(1.3)
}
.sidebar.inline{
  border-bottom: 1px solid var(--grey4);
}
.separator {
  display: none;
  background-color:var(--grey4);
  width:100%;
  height:1px;
  margin-top: 2em
}
@media (min-width: 64em){
  .sidebar.side {
    display:block;
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    width: 115px;
    margin-left: -135px;
    float: left;
  }
  .sidebar.side .tag-cloud{
    display:block;
  }
  ul.tags.side {
    display: block;
  }
  .share-options.side {
    width: 20px;
    margin: auto;
    cursor: pointer;
    margin-right: 55px;
  }
  .share-icons.side{
    display:block;
    transition: all 1s ease-out;
    max-height:0;
    clip-path: inset(0);
  }
  .share-hover:hover>#sidebar-icons {
    transition: all 0.5s ease-in;
    max-height:100vh;
    clip-path: inset(-100vh -100vw);
  }
  .sidebar.inline{
    display:none
  }
  .separator{
    display: block
  }
}
/* = = = = = = = = = = Right Sidebar TOC  = = = = = = = = = = */
aside.toc {
  line-height: 1.4;
  font-size: .5em;
  font-family: sans-serif;
  font-weight:var(--font1-bold);
  width: max-content;
}
.toc {
  max-width: 480px;
}
.toc-title {
  padding: 5px;
  color: var(--accent);
}
path.fa-secondary {
  opacity: 0.4;
}
.toc-title{display:none}
.toc-title svg {
  width: 25px;
  margin-bottom:1em
}
.toc-content{
  list-style:none;
  margin-top: 3px;
  margin:0;
  padding-inline-start: 0px;
}
.toc-content a {
  text-decoration: none;
  padding: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.toc-item-1 {
  padding: 8px 0 8px 0;
}
.toc-sign {
  float: right;
  width: 10px;
  cursor: pointer;
  color: var(--text);
  margin-right: 8px;
}
.toc-sign:hover{
  color:var(--grey2)
}
.toc-submenu-1 {
  padding-inline-start: 0px;
  list-style:none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-top: 8px;
}
.toc-submenu-1 a{
  color:var(--grey1);
  font-weight:var(--font1-regular);
}
.toc-item-2, .toc-item-3, toc-item-4, .toc-item-5, .toc-item-6 {
  padding: 8px 0px 8px;
}
.toc-submenu-2, .toc-submenu-3, .toc-submenu-4, .toc-submenu-5 {
  padding-inline-start: 5px;
  list-style:none;
}
.toc .active {
  background-color:var(--grey5)
}
.underline{
  text-decoration: underline;
  text-decoration-color: var(--grey4)
}
@media (min-width: 1200px) {
  aside.toc {
    position: -webkit-sticky;  
    position: sticky;
    top: 32px;
    width: 180px;
    margin-right: -210px;
    float: right;
  }
  .toc-content{
    max-height: calc(100vh - 7em);
    overflow: scroll;
  }
}
/* = = = = = = = = = = Tags = = = = = = = = = = */

.center-tags .tag-cloud ul.tags {
    display: flex;
    justify-content: center;
    align-items: center
}
div.tag-cloud{
    margin-bottom: 1em;
}
.tags {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.tags li a {
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    color: var(--grey1) !important;
    border: 2px solid transparent;
    background: var(--grey5);
    border-radius: 15px;
    padding: 3px 15px;
    font-family: var(--font2);
    font-weight: var(--font2-regular);
    display: block;
    text-transform: lowercase}
.tags li a:hover {
    background: var(--accent);
    color: white !important;
    text-decoration: none}


/* = = = = = = = = = = Code = = = = = = = = = = */
.highlighter-rouge {
  color: var(--main);
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.1rem 0.5rem;
  line-height: 1.1;
}

/* = = = = = = = = = = Tweet = = = = = = = = = = = = */

tweet {
  display: block;
  cursor: pointer;
  border-left: 5px solid var(--accent);
  padding-left: 1em;
  padding-right: 0.5em;
  margin-left: 2.5em;
  font-family: var(--font2);
  background: var(--grey5);
  font-weight: var(--font2-bold);
  margin-bottom: 2em;
  font-size: .9em;
}

tweet:hover {
  opacity: 0.85;
}

tweet a {
  text-decoration: none;
}

.tweetText {
  display: block;
}

.tweetIcon {
  display: block;
  float: right;
  font-weight: bold;
  font-size: 0.6em;
  line-height: 100%;
  margin: 0 3px;
  padding: 3px 5px 3px 3px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.tweetIcon i {
  font-size: 1 em;
  padding: 0 0 0 0.5em;
}

@media only screen and (max-width: 768px) {
  tweet {
    margin-left: 0;
  }
}

/* = = = = = = = = = = Post Page  = = = = = = = = = = */
.page-image {
  position: relative;
  padding: 0;
  margin: 0;
  height: 500px;
  background-color: var(--background);
  overflow: hidden;
}

.page-image .cover-image {
  height: 100%;
  width: 100%;
}

.page-content {
  margin: auto;
  margin-top: -80px;
  background-color: var(--background);
  padding: 20px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-box-shadow: 0px 2px 4px var(--shadow);
          box-shadow: 0px 2px 4px var(--shadow);
  max-width: 800px;
}
/* full width image in posts */
img[src$="#full"] {
    max-width: none;
    width: 100vw;
}
/* Image captions
Usage (in markdown):
![img](/some/image.jpg)
<small>Your image caption</small>
*/
img + small, img + br + small {
    display: block;
    font-size:.6em;
    color:var(--grey1);
    margin-bottom: 1.5em;
    text-align: center;
    font-style: italic;
}

.page-content img {
    display: block;
    margin: auto;
}

.header-page {
  position: relative;
  margin-bottom: 1em;
}
.header-page h1 {
  font-weight: var(--font2-regular);
  font-size: 4.25rem;
  text-align: left;
  margin: 0 0 10px;
  color: var(--text)
}

.header-page .page-date {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: var(--font1-light);
}

.post-page-meta {
    font-size: .8em;
}

.page-footer {
  margin-top: 30px;
  padding-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.page-footer .page-tag,
.page-footer .page-share {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--accent-dark);
}

.page-footer .page-tag {
  margin-bottom: 10px;
}

.page-footer .page-tag a {
  text-decoration: none;
  color: var(--accent);
}

.page-footer .page-tag a:hover {
  opacity: .8;
}

.page-footer .page-share a {
  text-decoration: none;
  color: var(--grey2);
  margin-left: 10px;
  font-size: 18px;
}

.page-footer .page-share a:hover {
  opacity: .8;
}
.recent-box {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey4)
}
.recent-list {
  font-size: 0.7em
}
.recent-item{display:inline}
.recent-item:hover .recent-item-img::after{
  background: rgba(0, 0, 0, 0);
}
.recent-item:hover .recent-item-title{
  background-color: #000000bf
}
.recent-item-img {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 150px;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recent-item-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.15);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.recent-item-title {
  position: absolute;
  left: 2.5%;
  bottom: 2.5%;
  width: 97.5%;
  font-size: 12px;
  font-family: var(--font2), sans-serif;
  font-weight: var(--font2-bold);
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #00000099;
  padding-left: 5px;
}

.page-subtitle {
  font-weight: var(--font2-regular);
  text-align: center;
  margin: 0 0 30px;
}

/* = = = = = = = = = = Author Box = = = = = = = = = = */
.author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--grey4);
  font-size:.8em;
}
.narrow-column{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
.author-box .author-img {
  width: 120px;
  margin-right: 30px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  vertical-align: middle;
  margin-top: 30px;
}
.author-box .author-desc {
  margin: 0 0 10px;
}

.contact-icons {
    display: inline-block;
    margin-block-start: 0;
    padding-inline-start: 0;
    text-align: center;
}
.contact-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-icons li {
  display: inline-block;
  margin-left: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.contact-icons a {
    display:inline-block;
    color: var(--accent-dark);
    font-size: 18px;
    -webkit-transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
    transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
}
.contact-icons a:hover {
    transform:scale(1.3)
}

/* = = = = = = = = = = About Page  = = = = = = = = = = */
.small-wrapper {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}

.about-container {
  margin: 100px 0 100px;
}

.about-header {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.about-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 1px;
  width: 80px;
  background-color: var(--accent-dark);
}

.about-header .author-image-container {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 30px;
}

.about-header .subtitle {
  font-weight: var(--font1-light);
  margin: 0;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.contact-list li {
  display: inline-block;
  margin-left: 10px;
}

.contact-list li:first-child {
  margin-left: 0;
}

.contact-list a {
  display: block;
  color: var(--accent-dark);
  font-size: 32px;
  text-decoration: none;
  padding: 5px;
  -webkit-transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
  transition: all 350ms cubic-bezier(0.13, 0.43, 0.54, 1.82);
}

.contact-list a:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/* = = = = = = = = = = Post Lists  = = = = = = = = = = */
.tag-master h1 {
    color: var(--grey4);
    text-transform: lowercase;
}
.list-group {
  border-top: 1px solid var(--grey4);
  padding: 5px 10px;
  margin-bottom:10px
}
.list-group-title {
  margin-bottom:5px;
  font-size:.75em;
}
.list-group-title a {
    color: var(--text);
    text-transform: lowercase;
    font-family: var(--font2);
    font-weight:var(--font2-bold);
}
.list-item {
    margin-bottom:20px
}
.list-item a {
    display: block;
    text-decoration: none;
    color:var(--main);
    font-size:1.25em;
    font-weight: var(--font2-light);
    font-family:var(--font2)
}
.list-item a:hover {
    text-decoration: underline;
    text-decoration-color:var(--grey4);
}
.post:not(:last-child) {
    border-bottom: 1px solid var(--grey4);
    margin-bottom: 1.5em;
    padding-bottom: 1em
}
.post h1, .post h2,.post h3,.post h4,.post h5,.post h6 {
    display: none;
}
.post img {
    display: none;
}
a.post-list-title {
    text-decoration: none;
    font-family: var(--font2);
    font-weight: var(--font2-bold);
    font-size: 2em;
}
a.read-more {
    color: var(--accent);
    text-decoration:none
}
a.read-more:hover {
    text-decoration:underline;
}
/* = = = = = = = = = = Animations  = = = = = = = = = = */
.main-header,
.page-image,
.page-content,
.pagination,
.about-container,
.post-card-box,
.blog-tags,
.tag-master,
.tag-cloud,
.toc,
.sidebar,
.pnf-image,
.page_meta {
  -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;
}

.main-header,
.page-image
 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.page-content,
.pagination,
.tag-master,
.tag-cloud,
.blog-tags,
.page_meta,
.toc,
.sidebar,
.about-container,
.pnf-image,
.post-card-box {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0.01;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* = = = Social Share Icon Colors = = = */
.twitter:hover{color:#1DA1F2}
.facebook:hover{color:#3b5998}
.reddit:hover{color:#ff4500}
.linkedin:hover{color:#0072b1}
.email:hover{color:#66ab6b}
.bandcamp:hover{color:#629aa9}
.stackoverflow:hover{color:#f48024}
.instagram:hover{color:#e1306c}
.github:hover{color:var(--github)}
.copy-link:hover{color:var(--accent)}

/* = = = = = = = = = = Media = = = = = = = = = = */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main-header .logo {
    width: 90%;
  }
  .main-header .logo a {
    font-size: 24px;
    text-decoration: none;
  }
  .post-card-box {
    margin: revert;
  }
  .post-card-box li {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-card-box li:last-child {
    margin-bottom: 0;
  }
  .recent-box .recent-list .recent-item-img {
    position: relative;
    display: inline-block;
    width: 49%;
    height: 150px;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
  }
  .recent-box .recent-list .recent-item-title {
    position: absolute;
    font-size: 12px;
    left: 2.5%;
    bottom: 2.5%;
    width: 97.5%;
    color: white;
  }
  .about-container {
    margin: 25px 0 25px;
  }
}

@media only screen and (max-width: 480px) {
  .wrapper {
    max-width: 95%;
  }
  .page-content {
    margin-top: -50px;
    padding: 15px;
  }
  .header-page {
    margin-bottom: 10px;
  }
  .header-page h1 {
    font-size: 2.5rem;
    margin: 0 0 10px;
  }
  .header-page .page-date {
    font-size: 14px;
  }
  .main-header .logo {
    width: 100%;
  }
  .main-header .logo a {
    font-size: 21px;
    text-decoration: none;
  }
  .menu-icon,
  .menu-icon-close,
  .search-icon,
  .search-icon-close {
    font-size: 16px;
  }
  .page-image {
    height: 380px;
  }
  .recent-box .recent-list .recent-item-img {
    position: relative;
    display: inline-block;
    width: 99%;
    height: 150px;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
  }
  .recent-box .recent-list .recent-item-title {
    position: absolute;
    font-size: 12px;
    left: 2.5%;
    bottom: 2.5%;
    width: 97.5%;
    color: white;
  }
  .about-body .contact-list li {
    margin-left: 5px;
  }
  .about-body .contact-list li a {
    font-size: 28px;
  }
  .author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .author-box .author-img {
    height: 75px;
    width: 75px;
    margin: 10px auto;
  }
  .author-box .author-desc {
    margin: 0 0 10px;
  }
}
@media print{
    [hidden]{display:none}
    *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
    html{margin:0;padding:0;min-height:auto !important;font-size:16px}
    body{margin:0 auto;background:white !important;color:#000 !important;font-size:1rem;line-height:1.5;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
    h1,h2,h3,h4,h5,h6{color:#000;line-height:1.2;margin-bottom:0.75rem;margin-top:0}
    h1{font-size:2.5rem}
    h2{font-size:2rem}
    h3{font-size:1.75rem}
    h4{font-size:1.5rem}
    h5{font-size:1.25rem}
    h6{font-size:1rem}
    a,a:visited{color:#000;text-decoration:underline;word-wrap:break-word}
    table{border-collapse:collapse}
    thead{display:table-header-group}
    table,th,td{border-bottom:1px solid #000}
    td,th{padding:8px 16px}
    img{border:0;display:block;max-width:100% !important}
    hr{border:0;border-bottom:2px solid #bbb;height:0;margin:2.25rem 0;padding:0}
    dt{font-weight:bold}dd{margin:0;margin-bottom:0.75rem}
    abbr[title],acronym[title]{border:0;text-decoration:none}
    table,blockquote,pre,code,figure,li,hr,ul,ol,a,tr{page-break-inside:avoid}
    h2,h3,h4,p,a{orphans:3;widows:3}
    h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid}
    h1+p,h2+p,h3+p{page-break-before:avoid}
    img{page-break-after:auto;page-break-before:auto;page-break-inside:avoid}
    pre{white-space:pre-wrap !important;word-wrap:break-word}
    a[href^='http://']:after,a[href^='https://']:after,a[href^='ftp://']:after{content:" (" attr(href) ")";font-size:80%}
    abbr[title]:after,acronym[title]:after{content:" (" attr(title) ")"}#main{max-width:100%}
    .main-header, .main-nav, .theme-toggle .toggle, .theme-toggle  [type="checkbox"]:checked ~ label .toggle, .page-image, .page-content, .email-input {background:white !important}
    .page{margin:0;padding:0;width:100%}
    .page-break,.page-break-before{page-break-before:always}
    .page-break-after{page-break-after:always}
    .no-print{display:none}
    a.no-reformat:after{content:''}
    abbr[title].no-reformat:after,acronym[title].no-reformat:after{content:''}
    .page__hero-caption{color:#000 !important;background:white !important;opacity:1}
    .page__hero-caption a{color:#000 !important}
    .masthead,.toc,.page__share,.page__related,.pagination,.ads,.page__footer,.page__comments-form,.author__avatar,.author__content,.author__urls-wrapper,.nav__list,.sidebar,.adsbygoogle{display:none !important;height:1px !important}}

