:root {
  --bs-primary-rgb: 98, 114, 164;
  --bs-link-color: rgb(255, 184, 108);
  --bs-link-hover-color: rgb(80, 250, 123);
  --bs-body-color: $black;
  --bs-code-color: $orange;
  --bs-font-sans-serif: Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  background: #282a36;
  background-image: linear-gradient(#282a36, #44475a);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: "Open Sans", sans-serif;
  color: #f8f8f2;
  height: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover, a:visited, a:active {
  text-decoration: none;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
.nav-item {
  font-family: "Orbitron", sans-serif;
}

.navbar-brand, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
}

.navbar-brand {
  font-size: 2.5rem;
}

h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

.post h1 {
  font-size: 2rem;
  margin-bottom: 0;
}

h1 {
  color: #ff79c6;
}

h2 {
  color: #50fa7b;
}

h3 {
  color: #f1fa8c;
}

h4 {
  color: #ffb86c;
}

p {
  margin: 0 0 1rem;
  line-height: 1.6em;
}
p strong, p b {
  font-weight: 800;
}
p em, p i {
  font-style: italic;
}

dl, ol, ul {
  margin: 0 0 1rem;
}
dl.no-list-style, ol.no-list-style, ul.no-list-style {
  list-style: none;
  padding-left: 0;
}
dl span, ol span, ul span {
  float: right;
}
dl span.post-date, ol span.post-date, ul span.post-date {
  color: #6272a4;
}

ul, ol {
  padding-left: 2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

hr {
  height: 3px;
  opacity: 0.5;
  background: linear-gradient(to right, #ff79c6, #bd93f9);
  color: transparent;
}

pre {
  padding: 1rem;
  background-color: #282a36;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

code {
  font-family: 'Hack','Courier', monospace;
  color: #8be9fd;
  word-wrap: break-word;
}

blockquote {
  border-left: 2px solid #ff79c6;
  padding-left: 30px;
}

.post:not(.single-post) {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #ff79c6, #bd93f9);
  border-image-slice: 1;
}

.post, .pagination, .page {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.pagination {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.page h2 {
  margin-top: 2rem;
}

.page h3 {
  padding: .5rem 0;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #ff79c6, #bd93f9);
  border-image-slice: 1;
}

.date {
  color: #6272a4;
  margin-bottom: .5rem;
}

.entry a.photo-link {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  text-decoration: none;
}

.footer {
  height: 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #8be9fd;
  background-image: linear-gradient(to right, #ff79c6, #bd93f9);
}

img {
  max-width: 100%;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}
img.photo {
  width: 250px;
}
img.photo-right {
  float: right;
  margin-left: 15px;
}
img.photo-left {
  float: left;
  margin-right: 15px;
}
img.bigger {
  width: 400px !important;
}

.card {
  background-color: #282a36;
  border-radius: 15px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.card h3 {
  padding: 0 0 .5rem 0;
  margin-bottom: 1rem;
}
.card img {
  margin-bottom: 1rem;
}

.littlefoot {
  --button-background-color: #f55;
  --button-text-color: #f8f8f2;
  --button-active-text-color: #f8f8f2;
  --button-active-background-color: #44475a;
  --popover-background-color: #282a36;
  --popover-text-color: #f8f8f2;
  --popover-border: 2px solid #ff79c6;
  --popover-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

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

.highlight {
  background: #282a36;
  color: #f8f8f2;
}

.highlight .c {
  color: #6272a4;
}

/* Comment */
.highlight .err {
  color: #f8f8f2;
}

/* Error */
.highlight .g {
  color: #f8f8f2;
}

/* Generic */
.highlight .k {
  color: #ff79c6;
}

/* Keyword */
.highlight .l {
  color: #f8f8f2;
}

/* Literal */
.highlight .n {
  color: #f8f8f2;
}

/* Name */
.highlight .o {
  color: #ff79c6;
}

/* Operator */
.highlight .x {
  color: #f8f8f2;
}

/* Other */
.highlight .p {
  color: #f8f8f2;
}

/* Punctuation */
.highlight .ch {
  color: #6272a4;
}

/* Comment.Hashbang */
.highlight .cm {
  color: #6272a4;
}

/* Comment.Multiline */
.highlight .cp {
  color: #ff79c6;
}

/* Comment.Preproc */
.highlight .cpf {
  color: #6272a4;
}

/* Comment.PreprocFile */
.highlight .c1 {
  color: #6272a4;
}

/* Comment.Single */
.highlight .cs {
  color: #6272a4;
}

/* Comment.Special */
.highlight .gd {
  color: #8b080b;
}

/* Generic.Deleted */
.highlight .ge {
  color: #f8f8f2;
  text-decoration: underline;
}

/* Generic.Emph */
.highlight .gr {
  color: #f8f8f2;
}

/* Generic.Error */
.highlight .gh {
  color: #f8f8f2;
  font-weight: bold;
}

/* Generic.Heading */
.highlight .gi {
  color: #f8f8f2;
  font-weight: bold;
}

/* Generic.Inserted */
.highlight .go {
  color: #44475a;
}

/* Generic.Output */
.highlight .gp {
  color: #f8f8f2;
}

/* Generic.Prompt */
.highlight .gs {
  color: #f8f8f2;
}

/* Generic.Strong */
.highlight .gu {
  color: #f8f8f2;
  font-weight: bold;
}

/* Generic.Subheading */
.highlight .gt {
  color: #f8f8f2;
}

/* Generic.Traceback */
.highlight .kc {
  color: #ff79c6;
}

/* Keyword.Constant */
.highlight .kd {
  color: #8be9fd;
  font-style: italic;
}

/* Keyword.Declaration */
.highlight .kn {
  color: #ff79c6;
}

/* Keyword.Namespace */
.highlight .kp {
  color: #ff79c6;
}

/* Keyword.Pseudo */
.highlight .kr {
  color: #ff79c6;
}

/* Keyword.Reserved */
.highlight .kt {
  color: #8be9fd;
}

/* Keyword.Type */
.highlight .ld {
  color: #f8f8f2;
}

/* Literal.Date */
.highlight .m {
  color: #bd93f9;
}

/* Literal.Number */
.highlight .s {
  color: #f1fa8c;
}

/* Literal.String */
.highlight .na {
  color: #50fa7b;
}

/* Name.Attribute */
.highlight .nb {
  color: #8be9fd;
  font-style: italic;
}

/* Name.Builtin */
.highlight .nc {
  color: #50fa7b;
}

/* Name.Class */
.highlight .no {
  color: #8be9fd;
}

/* Name.Constant */
.highlight .nd {
  color: #f8f8f2;
}

/* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
}

/* Name.Entity */
.highlight .ne {
  color: #f8f8f2;
}

/* Name.Exception */
.highlight .nf {
  color: #50fa7b;
}

/* Name.Function */
.highlight .nl {
  color: #8be9fd;
  font-style: italic;
}

/* Name.Label */
.highlight .nn {
  color: #f8f8f2;
}

/* Name.Namespace */
.highlight .nx {
  color: #f8f8f2;
}

/* Name.Other */
.highlight .py {
  color: #f8f8f2;
}

/* Name.Property */
.highlight .nt {
  color: #ff79c6;
}

/* Name.Tag */
.highlight .nv {
  color: #8be9fd;
  font-style: italic;
}

/* Name.Variable */
.highlight .ow {
  color: #ff79c6;
}

/* Operator.Word */
.highlight .w {
  color: #f8f8f2;
}

/* Text.Whitespace */
.highlight .mb {
  color: #bd93f9;
}

/* Literal.Number.Bin */
.highlight .mf {
  color: #bd93f9;
}

/* Literal.Number.Float */
.highlight .mh {
  color: #bd93f9;
}

/* Literal.Number.Hex */
.highlight .mi {
  color: #bd93f9;
}

/* Literal.Number.Integer */
.highlight .mo {
  color: #bd93f9;
}

/* Literal.Number.Oct */
.highlight .sa {
  color: #f1fa8c;
}

/* Literal.String.Affix */
.highlight .sb {
  color: #f1fa8c;
}

/* Literal.String.Backtick */
.highlight .sc {
  color: #f1fa8c;
}

/* Literal.String.Char */
.highlight .dl {
  color: #f1fa8c;
}

/* Literal.String.Delimiter */
.highlight .sd {
  color: #f1fa8c;
}

/* Literal.String.Doc */
.highlight .s2 {
  color: #f1fa8c;
}

/* Literal.String.Double */
.highlight .se {
  color: #f1fa8c;
}

/* Literal.String.Escape */
.highlight .sh {
  color: #f1fa8c;
}

/* Literal.String.Heredoc */
.highlight .si {
  color: #f1fa8c;
}

/* Literal.String.Interpol */
.highlight .sx {
  color: #f1fa8c;
}

/* Literal.String.Other */
.highlight .sr {
  color: #f1fa8c;
}

/* Literal.String.Regex */
.highlight .s1 {
  color: #f1fa8c;
}

/* Literal.String.Single */
.highlight .ss {
  color: #bd93f9;
}

/* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
  font-style: italic;
}

/* Name.Builtin.Pseudo */
.highlight .fm {
  color: #50fa7b;
}

/* Name.Function.Magic */
.highlight .vc {
  color: #8be9fd;
  font-style: italic;
}

/* Name.Variable.Class */
.highlight .vg {
  color: #8be9fd;
  font-style: italic;
}

/* Name.Variable.Global */
.highlight .vi {
  color: #8be9fd;
  font-style: italic;
}

/* Name.Variable.Instance */
.highlight .vm {
  color: #8be9fd;
  font-style: italic;
}

/* Name.Variable.Magic */
.highlight .il {
  color: #bd93f9;
}

/* Literal.Number.Integer.Long */
