@charset "UTF-8";
/*! 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;
}

.highlight pre {
  background-color: #404040;
}

.highlight .hll {
  background-color: #404040;
}

.highlight .c {
  color: #999999;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .g {
  color: #d0d0d0;
} /* Generic */
.highlight .k {
  color: #46a891;
  font-weight: bold;
} /* Keyword */
.highlight .l {
  color: #d0d0d0;
} /* Literal */
.highlight .n {
  color: #d0d0d0;
} /* Name */
.highlight .o {
  color: #d0d0d0;
} /* Operator */
.highlight .x {
  color: #d0d0d0;
} /* Other */
.highlight .p {
  color: #d0d0d0;
} /* Punctuation */
.highlight .cm {
  color: #999999;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #cd2828;
  font-weight: bold;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999999;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #e50808;
  font-weight: bold;
  background-color: #520000;
} /* Comment.Special */
.highlight .gd {
  color: #d22323;
} /* Generic.Deleted */
.highlight .ge {
  color: #d0d0d0;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #d22323;
} /* Generic.Error */
.highlight .gh {
  color: #ffffff;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #589819;
} /* Generic.Inserted */
.highlight .go {
  color: #cccccc;
} /* Generic.Output */
.highlight .gp {
  color: #aaaaaa;
} /* Generic.Prompt */
.highlight .gs {
  color: #d0d0d0;
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #ffffff;
  text-decoration: underline;
} /* Generic.Subheading */
.highlight .gt {
  color: #d22323;
} /* Generic.Traceback */
.highlight .kc {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #46a891;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Type */
.highlight .ld {
  color: #d0d0d0;
} /* Literal.Date */
.highlight .m {
  color: #3677a9;
} /* Literal.Number */
.highlight .s {
  color: #ed9d13;
} /* Literal.String */
.highlight .na {
  color: #bbbbbb;
} /* Name.Attribute */
.highlight .nb {
  color: #24909d;
} /* Name.Builtin */
.highlight .nc {
  color: #447fcf;
  text-decoration: underline;
} /* Name.Class */
.highlight .no {
  color: #40ffff;
} /* Name.Constant */
.highlight .nd {
  color: #ffa500;
} /* Name.Decorator */
.highlight .ni {
  color: #d0d0d0;
} /* Name.Entity */
.highlight .ne {
  color: #bbbbbb;
} /* Name.Exception */
.highlight .nf {
  color: #447fcf;
} /* Name.Function */
.highlight .nl {
  color: #d0d0d0;
} /* Name.Label */
.highlight .nn {
  color: #447fcf;
  text-decoration: underline;
} /* Name.Namespace */
.highlight .nx {
  color: #d0d0d0;
} /* Name.Other */
.highlight .py {
  color: #d0d0d0;
} /* Name.Property */
.highlight .nt {
  color: #46a891;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #40ffff;
} /* Name.Variable */
.highlight .ow {
  color: #46a891;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #666666;
} /* Text.Whitespace */
.highlight .mf {
  color: #3677a9;
} /* Literal.Number.Float */
.highlight .mh {
  color: #3677a9;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #3677a9;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #3677a9;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #ed9d13;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #ed9d13;
} /* Literal.String.Char */
.highlight .sd {
  color: #ed9d13;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #ed9d13;
} /* Literal.String.Double */
.highlight .se {
  color: #ed9d13;
} /* Literal.String.Escape */
.highlight .sh {
  color: #ed9d13;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #ed9d13;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #ffa500;
} /* Literal.String.Other */
.highlight .sr {
  color: #ed9d13;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #ed9d13;
} /* Literal.String.Single */
.highlight .ss {
  color: #ed9d13;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #24909d;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #40ffff;
} /* Name.Variable.Class */
.highlight .vg {
  color: #40ffff;
} /* Name.Variable.Global */
.highlight .vi {
  color: #40ffff;
} /* Name.Variable.Instance */
.highlight .il {
  color: #3677a9;
} /* Literal.Number.Integer.Long */
/* 0. Variables
   ========================================================================== */
/* 1. General
   ========================================================================== */
*::selection {
  background: var(--post_title);
  color: white;
}

*::-moz-selection {
  background: var(--post_title);
  color: white;
}

*::-webkit-selection {
  background: var(--post_title);
  color: white;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

html,
html.light {
  --bg_color: #e5e5e5; /* Background color */
  --header_bg: #ededed; /* Header color (div containing user + menu)*/
  --content_bg: #fff; /* Content backgound color (div containing post)*/
  --archive_font: #000; /* Archive is the page where the post list is rendered */
  --archive_title: #80a7fc;
  --archive_title_hover: #f47c3f;
  --name_font: #f47c3f;
  --job_font: #000;
  --tag_bg: #e5e5e5;
  --nav_font: #80a7fc;
  --nav_font_hover: #f47c3f;
  --shadow_color: rgba(128, 128, 128, 0.15);
  --post_title: #4c4c4c;
  --post_title_bg: #f0f4cb;
  --post_date: #000;
  --post_text: #4c4c4c;
  --post_h3: #4c4c4c;
  --post_link: #80a7fc;
  --post_link_hover: #f47c3f;
  --inlinecode_text: #e27ba8;
  --blockquote: #333;
  --footer_font: #4c4c4c;
  --footer_font_a: #80a7fc;
  --border_radius: 15px;
  --dfn-after: #80a7fc;
  --nav_bg: #f4f4f4;
  background-image: url("../img/textures/lgrey104.jpg");
}

html.dark {
  --bg_color: #191919;
  /* Background color */
  --header_bg: #102019;
  /* Header color (div containing user + menu)*/
  --content_bg: #1c1c1c;
  /* Content backgound color (div containing post)*/
  --archive_font: #CACCCE;
  --archive_title: #80a7fc;
  --archive_title_hover: #f47c3f;
  --name_font: #f47c3f;
  --job_font: #CACCCE;
  --tag_bg: #e5e5e5;
  --nav_font: #80a7fc;
  --nav_font_hover: #f47c3f;
  --shadow_color: rgba(188, 188, 188, 0.5);
  --post_title: #80a7fc;
  --post_title_bg: #07213200;
  --post_date: #CACCCE;
  --post_text: #CACCCE;
  --post_h3: #fff;
  --post_link: #80a7fc;
  --post_link_hover: #f47c3f;
  --inlinecode_text: #e27ba8;
  --blockquote: #CACCCE;
  --footer_font_a: #80a7fc;
  --border_radius: 15px;
  --dfn-after: #80a7fc;
  --nav_bg: #333333;
  background-image: url("../img/textures/dblue158.jpg");
}

@media (prefers_color: light), (prefers_color: no-preference) {
  html {
    --bg_color: #e5e5e5; /* Background color */
    --header_bg: #ededed; /* Header color (div containing user + menu)*/
    --content_bg: #fff; /* Content backgound color (div containing post)*/
    --archive_font: #000; /* Archive is the page where the post list is rendered */
    --archive_title: #80a7fc;
    --archive_title_hover: #f47c3f;
    --name_font: #f47c3f;
    --job_font: #000;
    --tag_bg: #e5e5e5;
    --nav_font: #80a7fc;
    --nav_font_hover: #f47c3f;
    --shadow_color: rgba(128, 128, 128, 0.15);
    --post_title: #4c4c4c;
    --post_title_bg: #f0f4cb;
    --post_date: #000;
    --post_text: #4c4c4c;
    --post_h3: #4c4c4c;
    --post_link: #80a7fc;
    --post_link_hover: #f47c3f;
    --inlinecode_text: #e27ba8;
    --blockquote: #333;
    --footer_font: #4c4c4c;
    --footer_font_a: #80a7fc;
    --border_radius: 15px;
    --dfn-after: #80a7fc;
    --nav_bg: #f4f4f4;
  }
  html.dark {
    --bg_color: #191919;
    /* Background color */
    --header_bg: #102019;
    /* Header color (div containing user + menu)*/
    --content_bg: #1c1c1c;
    /* Content backgound color (div containing post)*/
    --archive_font: #CACCCE;
    --archive_title: #80a7fc;
    --archive_title_hover: #f47c3f;
    --name_font: #f47c3f;
    --job_font: #CACCCE;
    --tag_bg: #e5e5e5;
    --nav_font: #80a7fc;
    --nav_font_hover: #f47c3f;
    --shadow_color: rgba(188, 188, 188, 0.5);
    --post_title: #80a7fc;
    --post_title_bg: #07213200;
    --post_date: #CACCCE;
    --post_text: #CACCCE;
    --post_h3: #fff;
    --post_link: #80a7fc;
    --post_link_hover: #f47c3f;
    --inlinecode_text: #e27ba8;
    --blockquote: #CACCCE;
    --footer_font_a: #80a7fc;
    --border_radius: 15px;
    --dfn-after: #80a7fc;
    --nav_bg: #333333;
  }
}
@media (prefers_color: dark) {
  html {
    --bg_color: #191919;
    /* Background color */
    --header_bg: #102019;
    /* Header color (div containing user + menu)*/
    --content_bg: #1c1c1c;
    /* Content backgound color (div containing post)*/
    --archive_font: #CACCCE;
    --archive_title: #80a7fc;
    --archive_title_hover: #f47c3f;
    --name_font: #f47c3f;
    --job_font: #CACCCE;
    --tag_bg: #e5e5e5;
    --nav_font: #80a7fc;
    --nav_font_hover: #f47c3f;
    --shadow_color: rgba(188, 188, 188, 0.5);
    --post_title: #80a7fc;
    --post_title_bg: #07213200;
    --post_date: #CACCCE;
    --post_text: #CACCCE;
    --post_h3: #fff;
    --post_link: #80a7fc;
    --post_link_hover: #f47c3f;
    --inlinecode_text: #e27ba8;
    --blockquote: #CACCCE;
    --footer_font_a: #80a7fc;
    --border_radius: 15px;
    --dfn-after: #80a7fc;
    --nav_bg: #333333;
  }
  html.light {
    --bg_color: #e5e5e5; /* Background color */
    --header_bg: #ededed; /* Header color (div containing user + menu)*/
    --content_bg: #fff; /* Content backgound color (div containing post)*/
    --archive_font: #000; /* Archive is the page where the post list is rendered */
    --archive_title: #80a7fc;
    --archive_title_hover: #f47c3f;
    --name_font: #f47c3f;
    --job_font: #000;
    --tag_bg: #e5e5e5;
    --nav_font: #80a7fc;
    --nav_font_hover: #f47c3f;
    --shadow_color: rgba(128, 128, 128, 0.15);
    --post_title: #4c4c4c;
    --post_title_bg: #f0f4cb;
    --post_date: #000;
    --post_text: #4c4c4c;
    --post_h3: #4c4c4c;
    --post_link: #80a7fc;
    --post_link_hover: #f47c3f;
    --inlinecode_text: #e27ba8;
    --blockquote: #333;
    --footer_font: #4c4c4c;
    --footer_font_a: #80a7fc;
    --border_radius: 15px;
    --dfn-after: #80a7fc;
    --nav_bg: #f4f4f4;
  }
}
body {
  height: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto Condensed", "Titillium Web", "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  /* background-color: var(--bg_color); */
  opacity: 1;
  /* background-image: radial-gradient(#a1a3c4 2px, transparent 2px), radial-gradient(#a1a3c4 2px, var(--bg_color) 2px);
  background-size: 90px 90px;
  background-position: 0 0, 45px 45px; */
  transition: background-color 0s ease;
  /* background-size: 100%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 769px) {
  body {
    zoom: 1;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content {
  margin: 1.4em auto;
  z-index: 0;
  background: var(--content_bg);
  position: relative;
  min-height: 85%;
  border-radius: 20px;
  border: solid 1px lightslategray;
  /* box-shadow: 0 0 2px 2px var(--shadow_color); */
  padding-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 769px) {
  .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    padding-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .content {
    padding-top: 16rem;
    min-height: 75%;
    max-width: 92%;
  }
}

.main {
  padding: 0.5rem;
}
@media (min-width: 769px) {
  .main {
    margin-left: 22rem;
  }
}

@media (min-width: 769px) {
  .aboutme {
    max-width: 42rem;
    margin-top: 5.5rem;
  }
  .aboutme img {
    float: none;
  }
}
@media (max-width: 768px) {
  .aboutme {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

.fourzerofour {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 7rem;
}

/* 2. Archive
   ========================================================================== */
.archive {
  color: var(--archive_font);
}
.archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive ul li {
  margin-bottom: 0.6rem;
}
.archive a {
  text-decoration: none;
  color: var(--archive_title);
}
.archive a:hover, .archive a:focus {
  color: var(--archive_title_hover);
}
@media (min-width: 769px) {
  .archive {
    max-width: 42rem;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .archive {
    margin-top: 2rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.archive_date {
  color: var(--post_text);
  font-size: 0.85rem;
  vertical-align: baseline;
}
@media (min-width: 769px) {
  .archive_date {
    float: right;
  }
}

.archive_title {
  word-wrap: normal;
}
@media (min-width: 769px) {
  .archive_title {
    max-width: 80%;
  }
}

.archive_type {
  color: var(--post_title);
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.archive_year {
  font-size: 1.2rem;
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
}

/* 3. Header
   ========================================================================== */
.header {
  /* background-image: repeating-radial-gradient(circle at 0 0, transparent 0, var(--header_bg) 128px), repeating-linear-gradient(#778cc155, #778cc1); */
  background-image: url("../img/textures/dblue072.jpg");
  /* background-image: radial-gradient(#3e61b3 3.2px, transparent 3.2px), radial-gradient(#3e61b3 3.2px, var(--bg_color) 3.2px);
  background-size: 160px 160px;
  background-position: 0 0, 80px 80px; */
  /* background-color: var(--header_bg); */
  z-index: 1;
  position: absolute;
  top: 0;
  border-top-left-radius: var(--border_radius);
  border-bottom-left-radius: var(--border_radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* box-shadow: 0 0 2px 2px var(--shadow_color); */
}
@media (max-width: 768px) {
  .header {
    width: 100%;
    height: 8.5rem;
    border-top-left-radius: var(--border_radius);
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--border_radius);
    border-bottom-right-radius: 0;
    overflow: visible;
  }
}
@media (min-width: 769px) {
  .header {
    overflow: scroll;
    width: 18rem;
    height: 100%;
    min-height: 100%;
  }
}

.header_content {
  position: absolute;
  text-align: center;
}
@media (min-width: 769px) {
  .header_content {
    margin-top: 8rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header_content {
    margin-top: 3rem;
    width: 100%;
  }
}

.header_circle, .header_circle img {
  border: none;
  box-sizing: border-box;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}
.header_circle:hover, .header_circle img:hover {
  cursor: pointer;
  animation: pulseHeartBeat 2s ease 0s 1 normal forwards;
}
@media (max-width: 768px) {
  .header_circle, .header_circle img {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.header_name {
  display: block;
  color: var(--name_font);
  font-size: 1.6em;
  font-weight: bold;
}

.header_job {
  display: block;
  margin-top: 0.1rem;
  color: var(--job_font);
  font-size: 1em;
  font-style: italic;
}

.theme_changer {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.theme_changer input {
  display: none;
}
.theme_changer input + div {
  background: url("../img/theme-moon.png") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: box-shadow 0.5s ease 0s, transform 0.5s ease 0.1s;
}
.theme_changer input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.5s ease;
}
.theme_changer input + div:after {
  background: url("../img/theme-sun.png") no-repeat center;
  background-size: contain;
  border-radius: 50%;
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  transform: scale(0);
  transition: all 0.5s ease;
}
.theme_changer input:checked + div {
  transform: scale(0.5);
}
.theme_changer input:checked + div:after {
  transform: scale(2);
  transition: transform 0.5s ease 0.15s;
}

.button {
  margin-left: auto;
  margin-right: auto;
}

.nav {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}

.nav_list {
  margin: 0.5rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .nav_list {
    text-align: center;
  }
}

.link_nav {
  display: inline-block;
  padding: 2px 6px 2px 6px;
  background-color: var(--nav_font);
  border-radius: 1em;
}
.link_nav a {
  color: var(--bg_color);
}
.link_nav a:hover, .link_nav a:focus {
  color: var(--nav_font_hover);
}

.tag {
  font-size: 1rem;
  display: inline-block;
  padding: 2px 6px 2px 6px;
  border-radius: 1em;
  /*Se i tag iniziano ad essere tanti, si può mettere questa proprietà
  in una classe a parte, in modo da assegnare un colore ad ogni tag*/
  background-color: var(--tag_bg);
}
.tag a {
  color: var(--nav_font);
}
.tag a:hover, .tag a:focus {
  color: var(--nav_font_hover);
}
.tag:before, .tag:first-child::before {
  content: "•";
  color: var(--nav_font);
}
.tag:last-child::after {
  content: none;
}
.tag:last-child {
  margin-right: 0;
}

.nav_item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: var(--bg_color);
  border-radius: 1em;
}

.nav_item a {
  text-shadow: rgba(128, 128, 128, 0.15);
}

.mobile_menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile_menu {
    display: block;
    background-color: var(--nav_bg);
    margin-top: -2rem;
    padding: 0.2em 0;
  }
}
@media (min-width: 769px) {
  .mobile_menu {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
}

@keyframes pulseHeartBeat {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
/* 4. Post
   ========================================================================== */
.post {
  color: var(--post_text);
}
@media (min-width: 769px) {
  .post {
    max-width: 42rem;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .post {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.post_title {
  color: var(--post_title);
  /* background-color: var(--post_title_bg); */
  padding: 0.3rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .post_title {
    text-align: center;
    font-size: 1.5rem;
  }
}

.post_data {
  color: var(--post_text);
  font-size: 0.85rem;
  margin-top: 1rem;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .post_data {
    text-align: center;
    margin-top: 1rem;
  }
}

.post_divider {
  margin: 0;
  padding: 0;
  text-align: center;
}

.post_date {
  color: var(--post_text);
  letter-spacing: -0.5px;
  line-height: 1;
}

.post_categories {
  line-height: 1;
  margin-left: 0.3rem;
}
.post_categories a {
  color: var(--nav_font);
}
.post_categories a:hover, .post_categories a:focus {
  color: var(--nav_font_hover);
}

.post_content {
  font-size: 0.98rem;
  line-height: 1.5rem;
  color: var(--post_text);
  text-align: justify;
}
.post_content h1,
.post_content h2 {
  margin-top: 2rem;
}
.post_content h3 {
  margin-top: 2rem;
  color: var(--post_h3);
}
.post_content h4 {
  margin-top: 2rem;
  margin-bottom: -0.5rem;
  color: var(--post_h3);
}
.post_content p {
  max-width: 49rem;
}
.post_content a {
  color: var(--post_link);
}
.post_content a:hover, .post_content a:focus {
  color: var(--post_link_hover);
}
.post_content li {
  margin-bottom: 0.3rem;
}
.post_content pre {
  font-size: 0.85rem;
  text-decoration: none;
  display: block;
  padding: 1rem;
  overflow-x: scroll;
  border-radius: 10px;
  white-space: pre;
}
.post_content code {
  color: var(--inlinecode_text);
  padding: 0.1em 0.4em;
  border-radius: 5px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 0.85rem;
}
.post_content pre code {
  color: #fafafa;
  padding: 0;
  border: none;
}
.post_content img {
  border-radius: 0px;
}
.post_content hr {
  margin-top: 2rem;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.post_content blockquote {
  border-left: 5px solid var(--blockquote);
  margin: 10px 0 10px 0;
  padding: 2px 8px 2px 8px;
  font-style: italic;
}
.post_content dfn {
  border-bottom: dashed 1px var(--job_font);
  padding: 0 0.2rem;
  font-style: normal;
  position: relative;
}
.post_content dfn::after {
  content: attr(info);
  display: inline;
  position: absolute;
  top: 22px;
  left: 0;
  opacity: 0;
  width: 11rem;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5rem 0.8rem;
  background: var(--dfn-after);
  pointer-events: none;
  transition: opacity 200ms, top 200ms;
}
.post_content dfn::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
  opacity: 0;
  width: 0;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: var(--dfn-after);
  transition: opacity 200ms, top 200ms;
}
.post_content dfn:hover::after,
.post_content dfn:hover::before {
  opacity: 1;
}
.post_content dfn:hover::after {
  top: 30px;
}
.post_content dfn:hover::before {
  top: 20px;
}

.post_comment {
  margin-top: 8rem;
  padding: 10px;
}

/* 6. Footer
   ========================================================================== */
.footer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.4rem;
  text-align: center;
  color: var(--footer_font);
  font-size: 0.8rem;
}
.footer a {
  text-decoration: none;
  color: var(--footer_font_a);
}

/*# sourceMappingURL=main.css.map */