/**
 * 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 18px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #eee;
  background-color: #191126;
  -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: 15.75px;
}

/**
 * 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: #4A67FC;
  text-decoration: none;
}
a:visited {
  color: rgb(124.1684782609, 145.1304347826, 252.8315217391);
}
a:hover {
  color: #eee;
  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: 20.25px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

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

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(960px - (30px * 2));
  max-width: calc(960px - 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(960px - (30px));
    max-width: calc(960px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
footer: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: white;
  border-collapse: collapse;
  border: 1px solid rgb(34.2727272727, 23.3054545455, 52.0945454545);
}
table tr:nth-child(even) {
  background-color: rgb(38.9090909091, 26.4581818182, 59.1418181818);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(31.9545454545, 21.7290909091, 48.5709090909);
  border: 1px solid rgb(34.2727272727, 23.3054545455, 52.0945454545);
  border-bottom-color: rgb(52.8181818182, 35.9163636364, 80.2836363636);
}
table td {
  border: 1px solid rgb(52.8181818182, 35.9163636364, 80.2836363636);
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 720px) {
  .col-1 {
    width: 4.3333333333%;
  }
  .col-2 {
    width: 12.6666666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.3333333333%;
  }
  .col-5 {
    width: 37.6666666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.3333333333%;
  }
  .col-8 {
    width: 62.6666666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.3333333333%;
  }
  .col-11 {
    width: 87.6666666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
.pushdown {
  padding-top: 20px;
}

.pushdown2 {
  padding-top: 40px;
}

.pushdown3 {
  padding-top: 60px;
}

/**
 * Site header
 */
.site-header {
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 29.25px;
  font-weight: 900;
  line-height: 60.75px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #828282;
}

.site-nav {
  float: right;
  line-height: 60.75px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #eee;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #191126;
    border: 1px solid #828282;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: #828282;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

/**
 * Site footer
 */
footer {
  margin-top: auto;
  font-size: 15.3px;
  color: #828282;
  width: 100%;
}
footer .wrapper {
  padding-top: 20px;
}

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

* main {
  padding: 30px 0;
  flex-grow: 1;
  display: flex;
}

.page-heading {
  font-size: 80px;
  font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  color: #DDE016;
  padding-bottom: 8px;
}

.post-list-heading {
  font-size: 40px;
  font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  color: #DDE016;
  padding-bottom: 4px;
}

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

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

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

strong {
  font-weight: 400;
  background-color: #EE3D3D;
  padding-left: 5px;
  padding-right: 5px;
}
strong.red {
  background-color: #EE3D3D;
}
strong.orange {
  background-color: #EF6700;
}
strong.yellow {
  color: #333;
  background-color: #DDE016;
}
strong.blue {
  background-color: #4A67FC;
}
strong.green {
  color: #333;
  background-color: #02d609;
}
strong.pink {
  background-color: #FF4EED;
}
strong.purple {
  background-color: #A934F0;
}
strong a {
  color: #eee;
  text-decoration: none;
}
strong a:visited {
  color: #eee;
}
strong a:hover {
  color: #eee;
  text-decoration: underline;
}

h1 {
  font-size: 80px;
  font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  color: #DDE016;
  padding-bottom: 8px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 64px;
    font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    line-height: 1.1em;
    color: #DDE016;
    padding-bottom: 6.4px;
  }
}

h2 {
  font-size: 60px;
  font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  color: #DDE016;
  padding-bottom: 6px;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 48px;
    font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    line-height: 1.1em;
    color: #DDE016;
    padding-bottom: 4.8px;
  }
}

h3 {
  font-size: 40px;
  font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  color: #DDE016;
  padding-bottom: 4px;
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 32px;
    font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    line-height: 1.1em;
    color: #DDE016;
    padding-bottom: 3.2px;
  }
}

h4 {
  font-size: 32px;
  font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  line-height: 1.1em;
  color: #DDE016;
  padding-bottom: 3.2px;
}
@media screen and (max-width: 800px) {
  h4 {
    font-size: 25.6px;
    font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    line-height: 1.1em;
    color: #DDE016;
    padding-bottom: 2.56px;
  }
}

h1.red, h2.red, h3.red, h4.red {
  color: #EE3D3D;
}
h1.orange, h2.orange, h3.orange, h4.orange {
  color: #EF6700;
}
h1.yellow, h2.yellow, h3.yellow, h4.yellow {
  color: #DDE016;
}
h1.blue, h2.blue, h3.blue, h4.blue {
  color: #4A67FC;
}
h1.green, h2.green, h3.green, h4.green {
  color: #02d609;
}
h1.pink, h2.pink, h3.pink, h4.pink {
  color: #FF4EED;
}
h1.purple, h2.purple, h3.purple, h4.purple {
  color: #A934F0;
}
h1.red-gradient, h2.red-gradient, h3.red-gradient, h4.red-gradient {
  color: #EE3D3D;
  background: linear-gradient(180deg, rgb(242.1090047393, 107.8909952607, 107.8909952607) 1.31%, rgb(228.018957346, 19.981042654, 19.981042654) 103.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}
h1.orange-gradient, h2.orange-gradient, h3.orange-gradient, h4.orange-gradient {
  color: #EF6700;
  background: linear-gradient(180deg, rgb(255, 129.8117154812, 35) 1.31%, rgb(188, 81.0209205021, 0) 103.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}
h1.yellow-gradient, h2.yellow-gradient, h3.yellow-gradient, h4.yellow-gradient {
  color: #DDE016;
  background: linear-gradient(180deg, rgb(233.3536585366, 235.9512195122, 61.0487804878) 1.31%, rgb(175.1829268293, 177.5609756098, 17.4390243902) 103.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}
h1.blue-gradient, h2.blue-gradient, h3.blue-gradient, h4.blue-gradient {
  color: #4A67FC;
  background: linear-gradient(180deg, rgb(124.1684782609, 145.1304347826, 252.8315217391) 1.31%, rgb(23.8315217391, 60.8695652174, 251.1684782609) 103.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}
h1.green-gradient, h2.green-gradient, h3.green-gradient, h4.green-gradient {
  color: #02d609;
  background: linear-gradient(180deg, rgb(14.25, 252.75, 22.125) 1.31%, rgb(1.5277777778, 163.4722222222, 6.875) 103.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}
h1.pink-gradient, h2.pink-gradient, h3.pink-gradient, h4.pink-gradient {
  color: #FF4EED;
  background: linear-gradient(180deg, rgb(255, 129, 242.186440678) 1.31%, rgb(255, 27, 231.813559322) 103.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}
h1.purple-gradient, h2.purple-gradient, h3.purple-gradient, h4.purple-gradient {
  color: #A934F0;
  background: linear-gradient(180deg, rgb(189.119266055, 99.4908256881, 243.5091743119) 1.31%, rgb(145.9266055046, 16.5825688073, 224.4174311927) 103.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.06);
}

code, pre {
  background-color: #000;
  border: 1px solid #674870;
  corner-radius: 3px;
}

/**
 * Syntax highlighting styles
 */
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  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 .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.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 */