@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lusitana:wght@400;700&display=swap");
@font-face {
  font-family: "ah_lcgregular";
  src: url("https://samuelbigos.github.io/assets/css/ah_lcg_v3-webfont.woff2") format("woff2"), url("https://samuelbigos.github.io/assets/css/ah_lcg_v3-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #15191F;
  color: #ac9984;
  font-family: "Lato", Helvetica, "GNU Unifont", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0rem;
}

p {
  color: #ac9984;
  margin: 0.5rem 0 0.5rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2rem 0 0.5rem;
  font-family: "Lusitana", serif;
  color: #ac9984;
  text-align: left;
  font-weight: bold;
  padding: 0rem;
  border-radius: 2px;
}

h1, h2 {
  margin-top: 2.5rem;
  background: #21252b;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1rem;
}

h1 {
  line-height: 1.8rem;
}

h2 {
  line-height: 1.5rem;
}

h3 {
  line-height: 1.4rem;
}

h4 {
  line-height: 1.2rem;
}

h5 {
  line-height: 1rem;
}

h2.nobg {
  background: 0px;
}

img.social {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 0px;
  vertical-align: sub;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}

img {
  border-radius: 2px;
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

img.home-head {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.home {
  display: block;
  margin-left: 0px;
  margin-right: auto;
  max-width: 200px;
  height: 120px;
  border-radius: 26px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  object-fit: cover;
}

img.full {
  border-radius: 2px;
  max-width: min(42rem, 100vw);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

img.small {
  border-radius: 2px;
  max-width: min(42rem, 100vw);
  max-height: 20rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

img.inline-l {
  border-radius: 2px;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  float: left;
  max-width: calc(min(42rem, 100vw) * 0.55);
  max-height: 25rem;
  width: auto;
  height: auto;
}

img.inline-r {
  border-radius: 2px;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  float: right;
  max-width: calc(min(42rem, 100vw) * 0.55);
  max-height: 25rem;
  width: auto;
  height: auto;
}

@media (max-width: 1000px) {
  img.small {
    width: 100%;
    margin-left: 0rem;
  }
  img.full {
    width: 100%;
    margin-left: 0rem;
  }
}
ul.home {
  margin: 0;
  padding: 0;
  padding-left: 0rem;
}

a.title:link {
  color: #ac885e;
  text-decoration: none;
}

a.title:visited {
  color: #ac885e;
  text-decoration: none;
}

a.title:hover {
  color: #ae2850;
  text-decoration: none;
}

a:link {
  color: #ac885e;
  /*font-weight: bold;*/
}

a:visited {
  color: #ac885e;
}

a:hover {
  color: #ae2850;
}

table, th, td {
  border: thin solid black;
  border-collapse: collapse;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #21252b;
}

span.tag {
  color: #f;
  font-weight: bold;
}

span.date {
  color: #ae2850;
  font-style: italic;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.toc {
  font-size: 0.9rem;
  line-height: 1.1rem;
  float: left;
  width: 12rem;
  margin-left: -13rem;
  margin-bottom: 1rem;
  margin-top: 1.9rem;
  padding-right: 1rem;
}

ul li.inline_toc::before {
  content: "";
}

@media (max-width: calc(min(42rem, 100vw) + 26rem)) {
  .toc {
    margin-left: calc((min(42rem, 100vw) + 26rem - 100vw) * 0.5 - 13rem);
  }
}
ul.inline_toc {
  padding-left: 1rem;
}

li.inline_toc {
  padding-top: 0.3rem;
}

.info {
  font-size: 0.9rem;
  background: #21252b;
  border-radius: 2px;
  margin-right: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
  margin-left: -13rem;
  width: 23rem;
}

@media (max-width: calc(min(42rem, 100vw) + 26rem)) {
  .info {
    margin-left: calc((min(42rem, 100vw) + 26rem - 100vw) * 0.5 - 13rem);
  }
}
.wrapper {
  max-width: min(42rem, 100vw);
  margin: 3rem auto;
}

.created {
  font-size: 0.9rem;
  font-style: italic;
  text-align: right;
  color: #ae2850;
}

.title {
  font-family: "Lusitana";
  border-radius: 2px;
  color: #ac9984;
  line-height: 1.8rem;
  font-size: 3.2rem;
  text-align: left;
  font-weight: bold;
}

.description {
  font-family: "Lusitana";
  width: min(42rem, 100vw);
  background: #21252b;
  padding: 0rem;
  border-radius: 2px;
  font-size: 1.5rem;
  display: block;
}

.socials {
  float: right;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 2rem;
}

ul.home-sub {
  padding-left: 0.5rem;
}

ul li::before {
  content: "●"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ac9984; /* Change the color */
  font-weight: normal; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

ul li.home::before {
  content: "";
}

.column {
  float: left;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

hr {
  border-top: 1px #ac9984;
  border-width: 1px;
  width: min(42rem, 100vw);
}

/** Syntax highlighting styles */
.highlight {
  background: #21252b;
  border-radius: 2px;
  margin-left: 0rem;
  width: min(42rem, 100vw);
  line-height: 1.2rem;
  font-size: 0.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 1000px) {
  .highlight {
    margin-left: 0rem;
    width: 97%;
  }
}
pre {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

pre, code {
  font-family: Source Code Pro;
}

code.language-plaintext {
  font-family: Source Code Pro;
  background-color: #21252b;
  padding: 0em 0.2em;
  border-radius: 3px;
  font-style: italic;
}

.highlight pre {
  white-space: pre;
  overflow: auto;
}

.highlight .c {
  color: #6d7079;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #ac9984;
} /* Error */
.highlight .g {
  color: #ccced3;
} /* Generic */
.highlight .k {
  color: #e16679;
} /* Keyword */
.highlight .l {
  color: #63ddf5;
} /* Literal */
.highlight .n {
  color: #bec1c6;
} /* Name */
.highlight .o {
  color: #a0bcf0;
} /* Operator */
.highlight .x {
  color: #ac9984;
} /* Other */
.highlight .p {
  color: #a7c4f9;
} /* Punctuation */
.highlight .cm {
  color: #6d7079;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #6d7079;
  font-weight: bold;
  font-style: italic;
} /* Comment.Preproc */
.highlight .c1 {
  color: #6d7079;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #6d7079;
  font-style: italic;
} /* Comment.Special */
.highlight .gd {
  color: #ac9984;
} /* Generic.Deleted */
.highlight .ge {
  color: #ac9984;
} /* Generic.Emph */
.highlight .gr {
  color: #ac9984;
} /* Generic.Error */
.highlight .gh {
  color: #ac9984;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #ac9984;
} /* Generic.Inserted */
.highlight .go {
  color: #444444;
  background-color: #222222;
} /* Generic.Output */
.highlight .gp {
  color: #ac9984;
} /* Generic.Prompt */
.highlight .gs {
  color: #ac9984;
} /* Generic.Strong */
.highlight .gu {
  color: #ac9984;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #ac9984;
} /* Generic.Traceback */
.highlight .kc {
  color: #e16679;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #e16679;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #e16679;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #e16679;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #e16679;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #e16679;
} /* Keyword.Type */
.highlight .ld {
  color: #ac9984;
} /* Literal.Date */
.highlight .m {
  color: #a0ffe0;
} /* Literal.Number */
.highlight .s {
  color: #fdeaa0;
} /* Literal.String */
.highlight .na {
  color: #ac9984;
} /* Name.Attribute */
.highlight .nb {
  color: #e16679;
} /* Name.Builtin */
.highlight .nc {
  color: #ac9984;
} /* Name.Class */
.highlight .no {
  color: #ac9984;
} /* Name.Constant */
.highlight .nd {
  color: #ac9984;
} /* Name.Decorator */
.highlight .ni {
  color: #ac9984;
} /* Name.Entity */
.highlight .ne {
  color: #ac9984;
} /* Name.Exception */
.highlight .nf {
  color: #57b2ff;
} /* Name.Function */
.highlight .nl {
  color: #ac9984;
} /* Name.Label */
.highlight .nn {
  color: #ac9984;
} /* Name.Namespace */
.highlight .nx {
  color: #ac9984;
} /* Name.Other */
.highlight .py {
  color: #ac9984;
} /* Name.Property */
.highlight .nt {
  color: #ac9984;
} /* Name.Tag */
.highlight .nv {
  color: #ac9984;
} /* Name.Variable */
.highlight .ow {
  color: #e16679;
} /* Operator.Word */
.highlight .w {
  color: #888888;
} /* Text.Whitespace */
.highlight .mf {
  color: #a0ffe0;
} /* Literal.Number.Float */
.highlight .mh {
  color: #a0ffe0;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #a0ffe0;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #a0ffe0;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #fdeaa0;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #fdeaa0;
} /* Literal.String.Char */
.highlight .sd {
  color: #fdeaa0;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #fdeaa0;
} /* Literal.String.Double */
.highlight .se {
  color: #fdeaa0;
} /* Literal.String.Escape */
.highlight .sh {
  color: #fdeaa0;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #fdeaa0;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #fdeaa0;
} /* Literal.String.Other */
.highlight .sr {
  color: #fdeaa0;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #fdeaa0;
} /* Literal.String.Single */
.highlight .ss {
  color: #fdeaa0;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #62bf58;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #62bf58;
} /* Name.Variable.Class */
.highlight .vg {
  color: #62bf58;
} /* Name.Variable.Global */
.highlight .vi {
  color: #62bf58;
} /* Name.Variable.Instance */
.highlight .il {
  color: #a0ffe0;
} /* Literal.Number.Integer.Long */
img.comment-avatar {
  width: 2rem;
  left: -2rem;
  float: left;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

a.comment-username {
  font-weight: normal;
  float: left;
}

div.comment-posted {
  float: left;
  padding-left: 1rem;
}

div.comment-body {
  padding-bottom: 2rem;
}

.preview-card {
  display: none;
}

.preview-investigator-front {
  display: none;
}

.preview-investigator-back {
  display: none;
}

.link:hover .preview-card {
  display: inline-block;
  position: absolute;
  transform: translateX(-100%) translateY(10%);
  width: 240px;
  height: 335px;
}

.link:hover .preview-investigator-front {
  display: inline-block;
  position: absolute;
  transform: translateX(-100%) translateY(5%);
  width: 335px;
  height: 240px;
}

.link:hover .preview-investigator-back {
  display: inline-block;
  position: absolute;
  transform: translateX(-100%) translateY(107%);
  width: 335px;
  height: 240px;
}

img.inline-card {
  width: 240px;
  height: auto;
}

.token {
  font-family: ah_lcgregular;
  font-size: 1.3rem;
  /*background-color: #c8cfdc;
  border-radius: 50px;
  color: #0f1116;
  padding: 3px;*/
}

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