@font-face {
  font-family: "Ailerons Regular";
  src: local("Ailerons Regular"), url("fonts/Ailerons-Typeface.woff") format("woff"), url("fonts/Ailerons-Typeface.otf") format("otf");
  font-style: normal;
  font-weight: normal;
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #F3FAFF;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
  counter-reset: line;
}
pre > code {
  border: 0;
  padding-right: 10;
  padding-left: 10;
  color: #3B4856;
  font-family: "Fira Code", monospace;
  display: block;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 61.94px;
  background-color: transparent;
  z-index: 999;
  display: flex;
  align-items: center;
}
.site-header > .wrapper {
  display: flex;
  align-items: center;
}

.page-title {
  font-size: 26px;
  display: none;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.page-title, .page-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
  display: flex;
  align-items: center;
  height: 100%;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .nav-bar {
  display: flex;
  align-items: center;
}
.site-nav .nav-bar-page-link {
  color: #828282;
  line-height: 1.5;
  text-align: center;
  transition: color 0.5s ease;
  font-size: 16px;
}
.site-nav .nav-bar-page-link:not(:last-child) {
  margin-right: 5vw;
}
.site-nav .nav-bar-page-link:hover {
  color: #111;
  text-decoration-line: none;
}
@media screen and (max-width: 600px) {
  .site-nav .page-title {
    display: flex;
  }
  .site-nav .nav-bar {
    display: none;
  }
  .site-nav .menu-icon {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: transparent;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    line-height: 0;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
    width: 100%;
    height: 100%;
  }
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1000;
  backdrop-filter: none;
  transition: background-color 0.1s ease, backdrop-filter 0.1s ease;
}
@media (min-width: 600.1px) {
  .mask {
    transition: none;
  }
}

.trigger {
  background-color: #fdfdfd;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20vw;
  right: 0;
  width: 80%;
  align-items: center;
  z-index: 1000;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 0.1s ease;
}
@media (min-width: 600.1px) {
  .trigger {
    transition: none;
  }
}
.trigger > .close {
  display: flex;
  width: 100%;
  height: 30%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fdfdfd;
  cursor: pointer;
}
.trigger > .close > .close-icon {
  position: absolute;
  right: 15px;
  background-color: transparent;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  line-height: 0;
  text-align: center;
}
.trigger > .close > .close-icon > svg {
  fill: rgb(66.25, 66.25, 66.25);
  width: 100%;
  height: 100%;
}
.trigger > .page-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  justify-items: center;
  color: #111;
  line-height: 1.5;
  background-color: #fdfdfd;
}
.trigger > .page-link:hover {
  background-color: #2a7ae2;
  color: #fdfdfd;
  text-decoration-line: none;
}
.trigger > .page-link:nth-child(1):hover ~ .close-icon > svg {
  fill: #fdfdfd;
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
  max-height: 180px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
  width: 100%;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(50% - (30px / 2));
  width: calc(50% - 30px / 2);
  right: 0;
}

.footer-col-3 {
  width: -webkit-calc(100% - (30px / 2));
  width: calc(100% - 30px / 2);
}

@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Home Page
 */
.home-page-content {
  padding: 30px 0;
  flex: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: background-opacity 1s ease forwards;
  animation-delay: 0.1s;
}

@keyframes background-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-wrapper {
  display: grid;
  grid-template-rows: 10% 7% 66% 7% 10%;
  grid-template-columns: 43% 7% 7% 43%;
  position: relative;
  width: 100%;
  height: 87.5vh;
  overflow: hidden;
}

.vertical-line {
  position: absolute;
  grid-row: 2/5;
  grid-column: 2/4;
  width: 2px;
  justify-self: center;
  height: 0%;
  background-color: #444336;
  z-index: 3;
  animation: expand-line 1.2s cubic-bezier(0.68, 0.1, 0.27, 1) forwards;
  animation-delay: 0.2s;
}

.vertical-line.top {
  bottom: 50%;
}

.vertical-line.bottom {
  top: 50%;
}

@keyframes expand-line {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}
.home-menu {
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}

.home-menu a {
  flex: 0 1 auto;
  white-space: normal;
  word-wrap: break-word;
  padding-top: 6.25vh;
  padding-bottom: 6.25vh;
  color: rgb(66.25, 66.25, 66.25);
  line-height: 1.5;
  font-family: "Ailerons Regular";
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  justify-content: center;
  border: 1px solid #fdfdfd;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 0;
  overflow: hidden;
}
.home-menu a:hover {
  color: #485C68;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
}

.home-menu.left {
  grid-column-end: 2;
  text-align: right;
}
.home-menu.left a {
  margin-left: 20%;
  padding-right: 10%;
  transform: translateX(5%);
  animation: fade-in-menu-left 1s ease forwards;
  animation-delay: 1.1s;
}

.home-menu.right {
  grid-column-start: 4;
  text-align: left;
}
.home-menu.right a {
  margin-right: 20%;
  padding-left: 10%;
  transform: translateX(-5%);
  animation: fade-in-menu-right 1s ease forwards;
  animation-delay: 1.3s;
}

@keyframes fade-in-menu-left {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-menu-right {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**
 * Page content
 */
.page-content {
  position: relative;
  padding: 91.94px 30px;
  flex: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.page-content h1 {
  font-family: "Ailerons Regular";
  font-size: 32px;
  font-weight: 600;
}
.page-content > .page-mask {
  height: 100%;
  flex: 1;
  overflow: hidden;
  border: 1px solid #fdfdfd;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.4);
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #F3FAFF;
}
.highlight .c {
  color: #0c9a01;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  color: #102724;
}
.highlight .cm {
  color: #0c9a01;
  font-style: italic;
}
.highlight .cp {
  color: #0070B2;
}
.highlight .cpf {
  color: #C35355;
  font-weight: bold;
}
.highlight .c1 {
  color: #0c9a01;
  font-style: italic;
}
.highlight .cs {
  color: #0c9a01;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kt {
  color: #0070B2;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #DF7AAA;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #002157;
}
.highlight .nc {
  color: #458;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
}
.highlight .nf {
  color: #6E3A00;
}
.highlight .nn {
  color: #555;
}
.highlight .n {
  color: #298A80;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

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