@charset "UTF-8";
/* Utility mixins
   ========================================================================== */
/**
 * Clearfix for clearing floats like a boss h5bp.com/q
 */
/**
 * Media query
 */
/**
 * Webkit-style focus
 */
/**
 * Center-align a block level element
 */
/**
 * Hide text overflow and end with ...
 */
/* Gradient mixins
   ========================================================================== */
/* Rounded corners
   ========================================================================== */
/**
 * Round all corners
 * example: @include rounded(4px);
 */
/**
 * Round individual corners (top right, bottom right, bottom left, top left)
 * example: @include border-radius(4px, 0, 0, 4px);
 */
/**
 * Box shadow
 * example: @include box-shadow(HORIZONTAL VERTICAL BLUR COLOR));
 */
/**
 * Drop shadow
 * example: @include drop-shadow(HORIZONTAL, VERTICAL, BLUR, ALPHA);
 */
/**
 * Text shadow
 * example: @include text-shadow(0 2px 3px rgba(0,0,0,.25));
 */
/**
 * Opacity
 * example: @include opacity(0.5); // 50% opacity
 */
/* Transformations
   ========================================================================== */
/**
 * @include rotate(VALUEdeg);
 */
/**
 * @include scale(VALUE);
 */
/**
 * @include skew(VALUE, VALUE);
 */
/**
 * @include transition(PROPERTY DURATION DELAY(OPTIONAL) TIMING-FINCTION);
 */
/**
 * @include translate(VALUE, VALUE);
 */
/**
 * Box-sizing
 * example: @include box-sizing(VALUE); //(border-box, padding-box, content-box)
 */
/**
 * Hide from visual and speaking browsers
 */
/**
 * Hide but maintain layout
 */
/*
 * Global Variables
 */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:600,400,400italic|Roboto+Mono);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
  * Global setting
  */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.notice {
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0.4em;
  padding: 0.5em 1em; }

img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

::-webkit-scrollbar {
  width: 1em; }

::-webkit-scrollbar-thumb {
  background-color: #21252b; }

table,
th,
td {
  border: none; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.table-top {
  vertical-align: top; }

.table-middle {
  vertical-align: middle; }

.table-bottom {
  vertical-align: bottom; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr, table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th,
  table.centered tbody tr td,
  table.centered tfoot tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

tfoot {
  border-top: 1px solid #d0d0d0; }

.short-table {
  width: 90%; }

@media only screen and (min-width: 992px) {
  .short-table {
    width: 35%; } }
b,
i,
strong,
em,
blockquote,
p,
q,
span,
figure,
img,
h1,
h2,
header,
input,
a {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

footer {
  text-align: center;
  padding: 3em 0; }
  footer .heart-icon {
    color: #f83e4b;
    text-shadow: 0 0 5px #282c34, 0 0 10px #f83e4b; }

.related-articles {
  margin-top: 2em; }
  .related-articles h4 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .related-articles ul {
    margin: 0;
    padding: 0;
    list-style: none; }

/**
  * Helpers
  */
.block {
  display: block; }

.inline-block {
  display: inline-block; }

.hidden-md {
  display: none; }
  @media only screen and (min-width: 992px) {
    .hidden-md {
      display: inline-block; } }

.radius-box {
  border-radius: 10px; }

.radius-ls {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.radius-rs {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.radius-l1 {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.radius-r1 {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.ms {
  margin: 0.25em; }

.mts {
  margin-top: 0.25em; }

.mbs {
  margin-bottom: 0.25em; }

.mrs {
  margin-right: 0.25em; }

.mls {
  margin-left: 0.25em; }

.mm {
  margin: 0.5em; }

.mtm {
  margin-top: 0.5em; }

.mbm {
  margin-bottom: 0.5em; }

.mrm {
  margin-right: 0.5em; }

.mlm {
  margin-left: 0.5em; }

.m1 {
  margin: 1.5em; }

.mt1 {
  margin-top: 1.5em; }

.mb1 {
  margin-bottom: 1.5em; }

.mr1 {
  margin-right: 1.5em; }

.ml1 {
  margin-left: 1.5em; }

.m2 {
  margin: 3em; }

.mt2 {
  margin-top: 3em; }

.mb2 {
  margin-bottom: 3em; }

.mr2 {
  margin-right: 3em; }

.ml2 {
  margin-left: 3em; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.ps {
  padding: 0.25em; }

.pts {
  padding-top: 0.25em; }

.pbs {
  padding-bottom: 0.25em; }

.prs {
  padding-right: 0.25em; }

.pls {
  padding-left: 0.25em; }

.pm {
  padding: 0.5em; }

.ptm {
  padding-top: 0.5em; }

.pbm {
  padding-bottom: 0.5em; }

.prm {
  padding-right: 0.5em; }

.plm {
  padding-left: 0.5em; }

.p1 {
  padding: 1em; }

.pt1 {
  padding-top: 1em; }

.pr1 {
  padding-right: 1em; }

.pb1 {
  padding-bottom: 1em; }

.pl1 {
  padding-left: 1em; }

.p2 {
  padding: 2em; }

.pt2 {
  padding-top: 2em; }

.pr2 {
  padding-right: 2em; }

.pb2 {
  padding-bottom: 2em; }

.pl2 {
  padding-left: 2em; }

.pb5 {
  padding-bottom: 5em; }

.pads {
  padding: 0.25em; }

.padm {
  padding: 0.5em; }

.padl {
  padding: 1em; }

.padsx {
  padding-left: .25em;
  padding-right: .25em; }

.padmx {
  padding-left: .5em;
  padding-right: .5em; }

.padlx {
  padding-left: 1em;
  padding-right: 1em; }

.padsy {
  padding-top: .25em;
  padding-bottom: .25em; }

.padmy {
  padding-top: .5em;
  padding-bottom: .5em; }

.padly {
  padding-top: 1em;
  padding-bottom: 1em; }

.primary-text-color {
  color: #8d7edc; }

.primary-bg-color {
  background-color: #8d7edc; }

.secondary-text-color {
  color: #8d7edc; }

.secondary-bg-color {
  background-color: #8d7edc; }

.success-text-color {
  color: #8d7edc; }

.success-bg-color {
  background-color: #8d7edc; }

.danger-text-color {
  color: #f83e4b; }

.danger-bg-color {
  background-color: #f83e4b; }

.info-text-color {
  color: #09ABF6; }

.info-bg-color {
  background-color: #09ABF6; }

.warning-text-color {
  color: #8d7edc; }

.warning-bg-color {
  background-color: #8d7edc; }

/**
  * Grid
  */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 992px) {
  .container {
    width: 85%; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: 70%; } }
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
    width: 100%; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: 0; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: 0; }
    .row .col.s3 {
      width: 25%;
      margin-left: 0; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: 0; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: 0; }
    .row .col.s6 {
      width: 50%;
      margin-left: 0; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: 0; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: 0; }
    .row .col.s9 {
      width: 75%;
      margin-left: 0; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: 0; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: 0; }
    .row .col.s12 {
      width: 100%;
      margin-left: 0; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    @media only screen and (min-width: 600px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: 0; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: 0; }
      .row .col.m3 {
        width: 25%;
        margin-left: 0; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: 0; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: 0; }
      .row .col.m6 {
        width: 50%;
        margin-left: 0; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: 0; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: 0; }
      .row .col.m9 {
        width: 75%;
        margin-left: 0; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: 0; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: 0; }
      .row .col.m12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; } }
    @media only screen and (min-width: 992px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: 0; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: 0; }
      .row .col.l3 {
        width: 25%;
        margin-left: 0; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: 0; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: 0; }
      .row .col.l6 {
        width: 50%;
        margin-left: 0; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: 0; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: 0; }
      .row .col.l9 {
        width: 75%;
        margin-left: 0; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: 0; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: 0; }
      .row .col.l12 {
        width: 100%;
        margin-left: 0; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; } }

/* ==========================================================================
   Typography
   ========================================================================== */
html {
  line-height: 1.5;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.65);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 20px; }

blockquote {
  display: block;
  position: relative;
  padding-left: 20px;
  font-style: italic;
  border-left: 5px solid #8d7edc; }

a {
  text-decoration: none;
  color: #8d7edc; }
  a:hover, a:focus {
    color: #bfb6eb;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: rgba(255, 255, 255, 0.65); }
  h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
    color: rgba(255, 255, 255, 0.65); }

h1 {
  font-size: 2rem;
  margin: 1rem 0 0.8rem 0; }

h2 {
  font-size: 1.75rem;
  margin: 0.875rem 0 0.7rem 0; }

h3 {
  font-size: 1.5rem;
  margin: 0.75rem 0 0.6rem 0; }

h4 {
  font-size: 1.25rem;
  margin: 0.75rem 0 0.625rem 0; }

h5 {
  font-size: 1.15rem;
  margin: 0.575rem 0 0.46rem 0; }

h6 {
  font-size: 1rem;
  margin: 0.5rem 0 0.4rem 0;
  text-transform: uppercase; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1); }

em {
  font-style: italic;
  font-size: 0.9em; }

strong {
  font-weight: 600; }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

p {
  margin: 0.5em 0 0;
  word-spacing: 0.05em;
  line-height: 1.6em; }

ol, ul {
  width: 100%;
  display: inline-block;
  padding-left: 1em;
  margin: 0.4em 0 0; }

li {
  margin: 0.4em 0; }

/* Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  padding: 5px 10px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #8d7edc;
  border-radius: 7px;
  text-decoration: none !important; }
  .btn:hover {
    color: rgba(255, 255, 255, 0.65);
    background-color: #21252b; }
  .btn:before {
    content: attr(data-content); }

.btn-success:hover {
  color: #8d7edc;
  background-color: #21252b; }

.btn-warning:hover {
  color: #8d7edc;
  background-color: #21252b; }

.btn-danger:hover {
  color: #f83e4b;
  background-color: #21252b; }

.btn-info:hover {
  color: #09ABF6;
  background-color: #21252b; }

/* ==========================================================================
   Syntax highlighting
   ========================================================================== */
pre, code {
  font-family: "Roboto Mono", "Courier New", monospace;
  color: #c5c8c6;
  font-size: 0.9em;
  background-color: #21252b;
  font-size: 17px; }

code {
  color: #8d7edc;
  border-radius: 2px;
  padding: 0.1em 0.3em;
  cursor: pointer; }

pre {
  overflow: auto;
  display: block;
  padding: 1em;
  margin: 1.5em 0;
  line-height: 1.3875;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 0;
  font-weight: normal; }

pre code {
  background: transparent;
  white-space: pre-wrap;
  overflow: auto;
  word-wrap: normal;
  color: #c5c8c6;
  padding: 0; }
  pre code span {
    word-break: break-all; }

.highlight {
  margin: 0;
  background: #21252b;
  color: #c5c8c6;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .highlight pre {
    margin: 1em 0;
    position: relative; }
  .highlight pre code {
    color: #c5c8c6; }
    .highlight pre code::before {
      content: attr(data-lang);
      position: absolute;
      top: 0;
      right: 0;
      color: #ccc;
      text-align: right;
      text-transform: uppercase;
      font-size: 0.85em;
      padding: 5px 10px 0;
      line-height: 20px;
      height: 20px;
      font-weight: 600; }
  .highlight .hll {
    background-color: #373b41; }
  .highlight .c {
    color: #969896; }
  .highlight .err {
    color: #cc6666; }
  .highlight .k {
    color: #b294bb; }
  .highlight .l {
    color: #de935f; }
  .highlight .n {
    color: #c5c8c6; }
  .highlight .o {
    color: #8abeb7; }
  .highlight .p {
    color: #c5c8c6; }
  .highlight .cm {
    color: #969896; }
  .highlight .cp {
    color: #969896; }
  .highlight .c1 {
    color: #969896; }
  .highlight .cs {
    color: #969896; }
  .highlight .gd {
    color: #cc6666; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gh {
    color: #c5c8c6;
    font-weight: bold; }
  .highlight .gi {
    color: #b5bd68; }
  .highlight .gp {
    color: #969896;
    font-weight: bold; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #8abeb7;
    font-weight: bold; }
  .highlight .kc {
    color: #b294bb; }
  .highlight .kd {
    color: #b294bb; }
  .highlight .kn {
    color: #8abeb7; }
  .highlight .kp {
    color: #b294bb; }
  .highlight .kr {
    color: #b294bb; }
  .highlight .kt {
    color: #f0c674; }
  .highlight .ld {
    color: #b5bd68; }
  .highlight .m {
    color: #de935f; }
  .highlight .s {
    color: #b5bd68; }
  .highlight .na {
    color: #81a2be; }
  .highlight .nb {
    color: #c5c8c6; }
  .highlight .nc {
    color: #f0c674; }
  .highlight .no {
    color: #cc6666; }
  .highlight .nd {
    color: #8abeb7; }
  .highlight .ni {
    color: #c5c8c6; }
  .highlight .ne {
    color: #cc6666; }
  .highlight .nf {
    color: #81a2be; }
  .highlight .nl {
    color: #f0c674; }
  .highlight .nn {
    color: #f0c674; }
  .highlight .nx {
    color: #81a2be; }
  .highlight .py {
    color: #c5c8c6; }
  .highlight .nt {
    color: #8abeb7; }
  .highlight .nv {
    color: #cc6666; }
  .highlight .ow {
    color: #8abeb7; }
  .highlight .w {
    color: #c5c8c6; }
  .highlight .mf {
    color: #de935f; }
  .highlight .mh {
    color: #de935f; }
  .highlight .mi {
    color: #de935f; }
  .highlight .mo {
    color: #de935f; }
  .highlight .sb {
    color: #b5bd68; }
  .highlight .sc {
    color: #c5c8c6; }
  .highlight .sd {
    color: #969896; }
  .highlight .s2 {
    color: #b5bd68; }
  .highlight .se {
    color: #de935f; }
  .highlight .sh {
    color: #b5bd68; }
  .highlight .si {
    color: #de935f; }
  .highlight .sx {
    color: #b5bd68; }
  .highlight .sr {
    color: #b5bd68; }
  .highlight .s1 {
    color: #b5bd68; }
  .highlight .ss {
    color: #b5bd68; }
  .highlight .bp {
    color: #c5c8c6; }
  .highlight .vc {
    color: #cc6666; }
  .highlight .vg {
    color: #cc6666; }
  .highlight .vi {
    color: #cc6666; }
  .highlight .il {
    color: #de935f; }

.gist, .gist-file, .gist-data, .gist-meta,
.gist pre, .gist .highlight {
  border: 0 !important;
  color: #c5c8c6 !important;
  background-color: #21252b !important; }

.gist {
  margin: 1.5em 0; }
  .gist p {
    font-family: "Roboto Mono", "Courier New", monospace !important; }
  .gist a {
    color: #8d7edc !important; }
  .gist pre, .gist code {
    background-color: #282c34 !important;
    font-size: 17px !important;
    color: #8d7edc;
    white-space: normal !important; }
  .gist .gist-file {
    padding: 0.5em 0.6em; }
  .gist .highlight {
    table-layout: fixed !important;
    font-family: "Roboto Mono", "Courier New", monospace !important; }
    .gist .highlight tr:hover {
      background-color: #282a2e; }
    .gist .highlight td {
      color: rgba(255, 255, 255, 0.65) !important;
      font-size: 17px;
      white-space: pre-wrap; }
    .gist .highlight .js-line-number {
      color: rgba(255, 255, 255, 0.65);
      display: none; }
    .gist .highlight .pl-c {
      color: #969896; }
    .gist .highlight .pl-k {
      color: #b294bb;
      font-weight: bold; }
    .gist .highlight .pl-s, .gist .highlight .pl-pds {
      color: #b5bd68; }
    .gist .highlight .pl-s .pl-s1 {
      color: #c5c8c6; }
    .gist .highlight .pl-e {
      color: #f0c674; }
    .gist .highlight .pl-en {
      color: #81a2be; }
    .gist .highlight .pl-sr {
      color: #cc6666; }
    .gist .highlight .pl-smi, .gist .highlight .pl-c1 {
      color: #de935f; }

#scroll-to-top {
  background-color: #21252b;
  position: fixed;
  bottom: 0.9em;
  right: 0.9em;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0.1em 0.7em;
  border-radius: 50%;
  box-shadow: inset -1px -2px #1b1b1b;
  z-index: 999;
  will-change: transform;
  transform: translateY(70px);
  transition: transform 0s ease; }
  #scroll-to-top:hover {
    color: #8d7edc; }
  #scroll-to-top:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 1.5em; }
  @media only screen and (min-width: 992px) {
    #scroll-to-top {
      right: 1.7em; } }

#search-button {
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
  font-size: 1.2em;
  color: #8d7edc; }
  #search-button:before {
    content: "\f002";
    font-family: FontAwesome; }

#search-input-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2.5em;
  margin-left: -30px;
  background-color: #21252b;
  font-size: 1.3em;
  z-index: 600;
  overflow: hidden;
  transition: width .5s ease; }
  #search-input-container #search-input {
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    outline: 0;
    padding: 0 30px; }
    #search-input-container #search-input::placeholder {
      color: #8d7edc;
      opacity: 0.75; }
  #search-input-container #search-close {
    position: absolute;
    margin-right: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #8d7edc; }
    #search-input-container #search-close:before {
      content: "\f057";
      font-family: FontAwesome; }
  #search-input-container.close {
    width: 0; }

#results-container {
  position: absolute;
  top: 2.5em;
  width: 100%;
  max-height: calc(100vh * 99);
  margin-left: -30px;
  padding: 30px;
  z-index: 500;
  overflow-y: hidden;
  background-color: #21252bee;
  transition: all .5s ease; }
  #results-container .result-items {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center; }
    #results-container .result-items h3 {
      margin-top: 0; }
    @media only screen and (min-width: 992px) {
      #results-container .result-items {
        display: block; }
        #results-container .result-items .post-meta {
          margin-left: 0.8em; }
        #results-container .result-items .post-meta,
        #results-container .result-items h3 {
          display: inline; } }
  #results-container.close {
    max-height: 0;
    padding: 0 30px; }

@media only screen and (min-width: 992px) {
  #search-input-container,
  #results-container {
    width: 75%; } }
.search-arrow {
  position: absolute;
  left: 10px;
  margin-top: 7px;
  color: #8d7edc; }
  .search-arrow:before {
    content: "\f0da";
    font-family: FontAwesome; }

ins.play-gif:before {
  content: "\f04b";
  font-family: FontAwesome; }

ins.play-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8d7edc;
  text-decoration: none;
  font-size: 5em;
  cursor: pointer; }
  ins.play-gif:hover {
    opacity: .9; }

.gifplayer-wrapper {
  position: relative;
  display: block;
  margin: 1em auto; }
  .gifplayer-wrapper video {
    display: block;
    outline: 0;
    cursor: pointer; }

.spinner {
  height: 50px;
  width: 50px;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(255, 255, 255, 0.15);
  border-right: 6px solid rgba(255, 255, 255, 0.15);
  border-bottom: 6px solid rgba(255, 255, 255, 0.15);
  border-top: 6px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
/* LAYOUT CSS */
body {
  background-color: #21252b; }

.cover {
  background-color: #21252b;
  position: fixed;
  text-align: center;
  width: 100%;
  min-height: 400px;
  padding: 30px 15px 20px;
  z-index: 1; }
  @media only screen and (min-width: 600px) {
    .cover {
      background-position: center;
      padding: 30px; } }
  @media only screen and (min-width: 992px) {
    .cover {
      height: 100vh;
      position: initial;
      width: 100%; } }

.cover-card {
  color: rgba(255, 255, 255, 0.65);
  padding: 0 30px;
  position: relative; }
  .cover-card .avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    float: none; }
  .cover-card .author_name {
    display: block;
    color: #8d7edc;
    font-size: 1.75em;
    text-transform: capitalize; }
  .cover-card .author_job {
    display: block;
    font-size: 0.8em;
    font-weight: 700;
    margin: -5px auto 10px; }
  .cover-card .author_bio {
    font-size: 90%;
    display: block; }
  @media only screen and (min-width: 992px) {
    .cover-card {
      text-align: right;
      margin: 0 auto;
      padding: 0 0px 80px; } }

.social-links {
  margin-top: 0.5em; }
  .social-links ul {
    margin: 0;
    padding: 0; }
    .social-links ul li {
      list-style: none;
      display: inline-block;
      margin-left: 1em; }
      .social-links ul li a.social-link-item {
        color: #8d7edc; }
        .social-links ul li a.social-link-item:hover, .social-links ul li a.social-link-item:focus {
          color: #bfb6eb; }

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .nav-list .nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1; }
    .nav-list .nav-item a {
      margin-top: 1em;
      text-transform: lowercase;
      font-size: 85%;
      color: #8d7edc; }
      .nav-list .nav-item a:hover, .nav-list .nav-item a:focus {
        color: #bfb6eb; }

ul.tag-cloud {
  padding: 2em 0 3em;
  margin: 0;
  overflow: hidden;
  list-style: none; }
  ul.tag-cloud li {
    display: inline-block;
    margin-right: .5em; }
    ul.tag-cloud li a.post-tag {
      border-radius: 0.2em; }

.tag-list .tag-group {
  margin-bottom: 2em; }
  .tag-list .tag-group .tag-group-title {
    color: #8d7edc;
    text-transform: capitalize; }
  .tag-list .tag-group .tag-item {
    padding-left: 1em;
    margin-bottom: .5em; }
    .tag-list .tag-group .tag-item a {
      color: rgba(255, 255, 255, 0.65); }
      .tag-list .tag-group .tag-item a:hover, .tag-list .tag-group .tag-item a:focus {
        color: rgba(255, 255, 255, 0.65); }

.cat-list .cat-group {
  margin-bottom: 2em; }
  .cat-list .cat-group .cat-group-title {
    color: #8d7edc;
    text-transform: capitalize; }
  .cat-list .cat-group .cat-item {
    padding-left: 1em;
    margin-bottom: .5em; }
    .cat-list .cat-group .cat-item a {
      color: #f83e4b; }
      .cat-list .cat-group .cat-item a:hover, .cat-list .cat-group .cat-item a:focus {
        color: #fcb4b9; }

.archive #timeline {
  position: relative; }
  .archive #timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 4px;
    background: #21252b; }
  .archive #timeline:after {
    content: "";
    display: table;
    clear: both; }
.archive .archive-title {
  position: relative;
  margin: 2em auto 1em; }
  .archive .archive-title .archive-year {
    margin-left: 1em; }
    .archive .archive-title .archive-year:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 50%;
      margin-left: -4px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      background: #bbb;
      border-radius: 50%; }
.archive ul {
  list-style: none; }
  .archive ul li {
    margin: 1em auto; }

.post-listing {
  background-color: #282c34;
  position: absolute;
  top: 400px;
  z-index: 233;
  width: 100%;
  padding: 30px 30px 0; }
  @media only screen and (min-width: 600px) {
    .post-listing {
      padding: 50px 30px 0; } }
  @media only screen and (min-width: 992px) {
    .post-listing {
      height: 100vh;
      overflow-y: scroll;
      position: initial;
      top: 0; } }

.image-credit {
  float: right;
  font-weight: bold;
  font-style: italic;
  color: #09ABF6;
  font-size: 13px;
  padding-right: 20px; }

section.post {
  margin-bottom: 80px; }

.back-home {
  position: absolute;
  margin-top: -20px;
  margin-left: -10px;
  outline: 0;
  font-size: 1.1em; }
  .back-home:before {
    content: "❬"; }
  @media only screen and (min-width: 600px) {
    .back-home {
      margin-top: -35px; } }

.post-title {
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.8); }

.post-title-link {
  color: #8d7edc;
  font-size: 14px;
  margin-left: 10px; }
  .post-title-link:hover, .post-title-link:focus {
    color: #bfb6eb; }

.post-meta {
  font-size: 17px;
  font-weight: bold; }
  .post-meta .post-date {
    color: rgba(255, 255, 255, 0.65); }
  .post-meta .post-author {
    text-transform: uppercase;
    color: #8d7edc; }
  .post-meta .post-tags {
    text-transform: uppercase;
    color: #8d7edc;
    padding: 0.1em 0.2em;
    border-radius: 3px; }
    .post-meta .post-tags:hover {
      background-color: #21252b;
      text-decoration: none; }
  .post-meta .read-time {
    color: #8d7edc; }

a.read-more {
  padding: 5px 8px; }

#post {
  padding-bottom: 50px; }
  #post .post-header {
    margin: 0 auto 40px; }

#post h1 {
  margin: 0.5em 0 0.2em; }

#post h2 {
  margin: 2em 0 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd; }

#post h3 {
  margin: 1.25em 0 0.5em;
  position: relative; }

#post h5 {
  margin: 1.1em 0 0.4em; }

#page {
  padding-bottom: 50px;
  min-height: 70vh; }
  #page .page-header {
    margin: 0 auto 50px; }

.post-navigation {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.leonids-icon {
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  color: #8d7edc;
  font-size: 16px;
  line-height: 16px; }

.post-nav-prev,
.post-nav-next {
  min-height: 10px;
  width: 100%; }

.post-nav-next {
  text-align: right; }

.post-nav-btn {
  width: 100%;
  padding: 20px 30px; }
  .post-nav-btn .post-nav-text {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold; }
  .post-nav-btn .table-cell {
    vertical-align: middle; }

.post-image-feature {
  margin-top: 20px;
  margin-bottom: 40px; }
  .post-image-feature img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: 0 0; }

.toc {
  background-color: #21252b;
  padding: 1em;
  margin: 1em 0 0;
  display: inline-block; }
  .toc h4 {
    margin-top: 0; }
  .toc #markdown-toc, .toc .highlighter-rouge {
    font-size: 0.85em; }
  .toc #markdown-toc > li > a {
    font-size: 1.1em;
    font-weight: bold; }
  .toc ul {
    list-style: none;
    margin: 0.1em 0 0.3em; }
  .toc li {
    margin: 0; }
  .toc ul li:before {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 0.8em;
    margin-left: -1em;
    width: 1.3em;
    display: inline-block; }
  .toc ul li ul li:before {
    content: "\f105";
    font-size: 1em;
    font-weight: bold;
    width: 1em; }

.share-buttons {
  padding-top: 1em;
  border-top: 1px solid #ddd; }
  .share-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .share-buttons ul li {
      display: inline-block;
      margin-right: 0.5em; }
      .share-buttons ul li span {
        display: none; }
        @media only screen and (min-width: 600px) {
          .share-buttons ul li span {
            display: inline;
            margin: 0.5em; } }

.twitter {
  background-color: #77bcf1;
  color: #282c34;
  border-color: #77bcf1; }
  .twitter:visited {
    color: #282c34;
    border-color: #77bcf1; }
  .twitter:hover {
    background-color: #282c34;
    color: #77bcf1;
    border-color: #77bcf1; }

.facebook {
  background-color: #627aac;
  color: #282c34;
  border-color: #627aac; }
  .facebook:visited {
    color: #282c34;
    border-color: #627aac; }
  .facebook:hover {
    background-color: #282c34;
    color: #627aac;
    border-color: #627aac; }

.google-plus {
  background-color: #e36f60;
  color: #282c34;
  border-color: #e36f60; }
  .google-plus:visited {
    color: #282c34;
    border-color: #e36f60; }
  .google-plus:hover {
    background-color: #282c34;
    color: #e36f60;
    border-color: #e36f60; }

.hacker-news {
  background-color: #f60;
  color: #282c34;
  border-color: #f60; }
  .hacker-news:visited {
    color: #282c34;
    border-color: #f60; }
  .hacker-news:hover {
    background-color: #282c34;
    color: #f60;
    border-color: #f60; }

.reddit {
  background-color: #5f99cf;
  color: #282c34;
  border-color: #5f99cf; }
  .reddit:visited {
    color: #282c34;
    border-color: #5f99cf; }
  .reddit:hover {
    background-color: #282c34;
    color: #5f99cf;
    border-color: #5f99cf; }
