@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,700;1,100&display=swap");
.ql-align-center {
  text-align: center; }

.ql-align-right {
  text-align: right; }

.ql-size-huge {
  font-size: 2.5em; }

.ql-size-large {
  font-size: 1.5em; }

.ql-size-small {
  font-size: 0.75em; }

body {
  background-color: rgb(15, 23, 42);
  transition: 0.5s ease all;
  padding: 50px;
  font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  color: #889cbb;
  font-family: 'Fira Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #222; }

h1.title {
  color: #c7d2ec;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold; }

em {
  font-weight: 900; }

p, ul, ol, table, pre, dl {
  margin: 0 0 10px; }

p {
  line-height: 28px;
  font-size: 16px; }

h1, h2, h3 {
  line-height: 1.1; }

h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  color: rgb(199, 210, 236);
}

h2 {
  color: rgb(226,232,240);
  font-weight: 500;
  font-size: 45px;
  margin-top: 0;
}

h3, h4, h5, h6 {
  color: #c7d2ec;
  font-weight: 500; }

h3 {
  color: rgb(226,232,240);
  font-size: 20px;
}

h4 {
  margin: 5px 0px;
}

.force-h-center {
  width: fit-content;
  margin: 0 auto; }

.mb-0 {
  margin-bottom: 0px; }

.mb-1 {
  margin-bottom: 10px; }

.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

strong {
  color: rgb(199, 210, 236);
}

.d-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.ml-auto {
  margin-left: auto; }

.fit-content {
  width: fit-content;
  height: fit-content; }

.overline {
  text-decoration: overline; }

span.category {
  color: rgb(94, 234, 212);
  line-height: 1.25rem;
  font-weight: 500;
  font-size: .75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: rgba(45,212,191,.1);
  border-radius: 9999px;
  align-items: center;
}

.block-menu svg {
  width: 1.5rem;
  height: 1.5rem;
}

a {
  color: rgb(226,232,240);
  text-decoration: none; }
  a.neutral {
    color: inherit; }
  a.active {
    color: rgb(94, 234, 212) !important; }
  a.min-link {
    border-radius: 4px;
    background-color: #419b4d;
    padding: 3px 5px 3px 5px;
    color: white; }
  a small {
    font-size: 11px;
    color: #777;
    margin-top: -0.3em;
    display: block; }
  a:hover small {
    color: #777; }

.wrapper {
  width: 860px;
  margin: 0 auto; }

blockquote {
  border-left: 1px solid #419b4d;
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
  font-weight: 700; }

code {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  color: #333; }

pre {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
  font-size: 12px;
  color: #f3f3f3;
  padding: 8px 15px;
  background: #414141; }

table {
  width: 100%;
  border-collapse: collapse; }

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5; }

dt {
  color: #444;
  font-weight: 500; }

th {
  color: #444; }

img {
  max-width: 100%; }

header {
  width: 270px;
  float: left;
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased; }
  header.animated {
    transition: 2s ease-in all; }
  header.focus-mode {
    transition: 2s ease all;
    opacity: 0.3; }
    header.focus-mode:hover {
      opacity: 1; }
  header ul.buttons-list {
    list-style: none;
    height: 40px;
    padding: 0;
    background: #f4f4f4;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 270px; }
  header ul.buttons-list li {
    width: 89px;
    float: left;
    border-right: 1px solid #e0e0e0;
    height: 40px; }
    header ul.buttons-list li:first-child a {
      border-radius: 5px 0 0 5px; }
    header ul.buttons-list li:last-child a {
      border-radius: 0 5px 5px 0; }
  header ul.buttons-list a {
    line-height: 1;
    font-size: 11px;
    color: #999;
    display: block;
    text-align: center;
    padding-top: 6px;
    height: 34px; }
    header ul.buttons-list a:hover {
      color: #999; }
    header ul.buttons-list a:active {
      background-color: #f0f0f0; }

strong {
  color: #889cbb;
  font-weight: 600; }

div.block-menu h4 {
  margin-bottom: 0; }

ul.menu {
  list-style: none;
  padding-left: 7px; }
  ul.menu.main-menu a {
    color: #cacaca; }
  ul.menu.secondary-menu a {
    color: #889cbb; }
  ul.menu.secondary-menu a:hover {
      color: #c7d2ec; }

ul li {
  position: relative; }

ul.main-menu {
  padding: 0px; }
  ul.main-menu li {
    line-height: 25px; }
    ul.main-menu li a {
      color: #c5c5c5;
      font-size: 18px;
      text-transform: uppercase; }
      ul.main-menu li a.active {
        font-weight: bold; }

header ul.buttons-list li + li + li {
  border-right: none;
  width: 89px; }

header ul.buttons-list a strong {
  font-size: 14px;
  display: block;
  color: #222; }

section {
  width: 500px;
  float: right;
  padding-bottom: 50px; }

small {
  font-size: 11px; }

hr {
  border: 0;
  background: #e5e5e5;
  height: 1px;
  margin: 0 0 20px; }

.alert {
  padding: 10px 8px 10px 8px;
  width: 100%;
  margin: 7px 0px 7px 0px; }
  .alert.alert-info {
    background-color: #4686b3;
    color: #ffffff; }

.skill {
  background: linear-gradient(90deg, rgba(4,36,115,0.6) 31%, rgba(14,80,248,0) 100%);
  margin-bottom: 3px;
  width: 200px;
  min-width: 145px;
  height: 23px;
  width: 50%;
  padding: 0px 4px 0px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .skill span {
    color: #ffffff !important;
    font-size: 13px; }

.hamb-container {
  cursor: pointer; }
  .hamb-container.mobile {
    position: absolute;
    right: 25px;
    top: 5px;
    display: none; }

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: rgb(226,232,240);
  margin: 6px 0;
  transition: 0.4s; }

.pseudo-header {
  display: none;
  box-shadow: 0px 0px 10px #0c0c0ca6;
  background: rgb(15, 23, 42);
  position: fixed;
  width: 100%;
  padding-right: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  padding-top: 20px;
  left: 0;
  z-index: 999;
  padding-left: 20px;
  padding-bottom: 10px; }

footer {
  width: 270px;
  float: left;
  position: fixed;
  bottom: 50px;
  -webkit-font-smoothing: subpixel-antialiased; }

.blog-post-minimal {
    transition: 0.5s ease all;
    padding: 20px 20px;
    border-top: 1px solid transparent;
  }

.list-section:hover .blog-post-minimal {
  opacity: 0.7;
}

.blog-post-minimal:hover {
  background: #ffffff08;
  border-radius: 8px;
  opacity: 1 !important;
  border-top: 1px solid #ffffff0f;
}
.blog-post-minimal:hover h2 a {
 color: rgb(94, 234, 212);
}

::-moz-selection {
  color: #134f59;
  background: #58dad5;
}

::selection {
  color: #134f59;
  background: #58dad5;
}

@media print, screen and (max-width: 960px) {
  .pseudo-header {
    display: block; }
  header {
    transition: .5s ease all;
    top: 0;
    padding-top: 15px;
    position: fixed;
    background: rgb(15, 23, 42);
    width: 100%;
    min-height: 100%;
    z-index: 9999;
    margin-left: 0px;
    padding: 20px 36px 20px 20px;
    box-sizing: border-box;
    left: 0;
    padding-left: 15px;
    margin-left: -100%; }
    header.mobile-open {
      margin: 0; }
  div.wrapper {
    width: auto;
    margin: 0; }
  section, footer {
    float: none;
    position: static;
    width: auto; }
  section {
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    padding: 20px 0;
    margin: 0 0 20px;
    padding-top: 55px; }
  .focus-mode {
    opacity: 1 !important;
    transition: .5s ease all !important; }
  header a small {
    display: inline; }
  header .hamb-container.mobile {
    display: block;
    right: 37px;
    top: 19px; } }

@media print, screen and (max-width: 720px) {
  body {
    word-wrap: break-word; }
    body ul, body p.view {
      position: static; }
  pre, code {
    word-wrap: normal; } }

@media print, screen and (max-width: 480px) {
  section.main {
    margin-top: 105px;
  }
  body {
    padding: 15px; }
    body ul {
      width: 99%; }
    body li, body ul li + li + li {
      width: 90%; } }

@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444; } }

.blog-post-minimal .date {
  color: #bbbbbb; 
  margin-top: 5px;
}

#word-cloud {
  height: 500px;
  width: 100%;
  margin: 0 auto; }

u {
  text-decoration: none;
  color: #ffffff;
  background: #2169c04d; }

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