body {
  background: #222;
  color: #eee; }

a {
  color: #7598f0; }
  a:hover {
    color: #9eb8fa; }

#sidebar {
  background: linear-gradient(to right, #000, #111); }

#sidebarNav > a.hasSubpages, #sidebarNav > .subpages {
  background: #1a243d; }
#sidebarNav > a, #sidebarNav > .subpages > a {
  color: #a3acc2; }
  #sidebarNav > a:hover, #sidebarNav > .subpages > a:hover {
    background: #263559;
    color: #e0e3eb; }
  #sidebarNav > a.selected, #sidebarNav > .subpages > a.selected {
    background: #364a7d;
    text-shadow: 0px 0px 2px #020204;
    font-weight: bold; }

.sbHeader {
  background: #263c73;
  color: #b3c1e6;
  border-bottom: 1px solid #4064bf; }

.sbBody {
  background: #1a284d; }
  .sbBody > a {
    color: #8ca2d9; }
    .sbBody > a:hover {
      background: #263c73; }
    .sbBody > a.selected {
      font-weight: bold;
      background: #2d4686; }

#footer {
  background: linear-gradient(to bottom, #0a0c0f, #1f232e);
  color: #667499; }

.home-post-list > li {
  border: 1px solid #335ecc; }

.home-post-meta {
  background: #335ecc;
  color: #d6dff5; }

.home-post-link {
  background: #142652;
  color: #d6dff5; }
  .home-post-link:hover {
    color: #d6dff5; }

.home-post-summary {
  border-top: 1px solid #335ecc;
  background: #000; }
  .home-post-summary:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000); }

.shiny-button {
  border: 1px solid #4329a3;
  background: linear-gradient(to bottom, #765cd6, #190f3d 10%, #4329a3 90%, black);
  color: #ddd6f5; }

.blog-post-list > li {
  background: #121621; }

.blog-post-meta {
  background: #335ecc;
  color: #d6dff5; }

.blog-post-link {
  color: #d6dff5; }
  .blog-post-link:hover {
    background: #142652;
    color: #d6dff5; }

.blog-post-summary {
  border: 1px solid #335ecc;
  background: #000; }

h1 {
  color: #949eb8;
  border-bottom: 2px dashed #6683cc; }

h2 {
  color: #8590ad;
  border-bottom: 1px dotted #6683cc; }

h3 {
  color: #7582a3;
  border-bottom: 1px dotted #6683cc; }

.post-meta {
  border-bottom: 2px solid #6683cc;
  color: #8590ad; }

p > code, li > code, td > code {
  background: #292f3d;
  color: #c2c8d6;
  border-color: #292f3d; }

tr:nth-child(2n) > td > code {
  background: #333a4d;
  border-color: #333a4d; }

blockquote {
  border-left: 0.5em solid #6683cc;
  border-bottom: 1px solid #6683cc;
  background: #1a284d; }

.notices.yellow {
  border-left: 0.5em solid #8f813d;
  background: #363017; }

#body > table th {
  background: #525d7a;
  color: #d1d5e0;
  border: 1px solid #3d465c; }
  #body > table th.hover-emphasis {
    background: #667499 !important; }
#body > table td {
  background: #1f232e;
  border: 1px solid #3d465c; }
  #body > table td.hover-emphasis {
    background: #3d465c !important; }
#body > table tr:nth-child(2n) > td {
  background: #292f3d; }
#body > table tr.bg1 > td {
  background: #1f232e; }
#body > table tr.bg2 > td {
  background: #292f3d; }

tr.verticalText > th > div.bg {
  border-bottom: 1px solid #3d465c;
  background: #525d7a; }

tr.verticalText > th.corner > div.bg {
  border-top: 1px solid #3d465c; }

#body > table tr.verticalText > th.hover-emphasis {
  background: #525d7a !important; }
  #body > table tr.verticalText > th.hover-emphasis > div.bg {
    background: #667499; }

.home-icon-credit {
  color: #bbb; }

.quote-bold-text > blockquote > p > strong {
  color: #6e95f7; }

.projects-special td > strong {
  color: #7a8cb8; }

.deal {
  color: #6ef7b3;
  font-style: italic; }

.product {
  color: #f79c6e;
  font-style: italic; }

code[class*="language-"],
pre[class*="language-"] {
  font-size: 90%;
  text-align: left;
  direction: ltr;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.namespace {
  opacity: .7; }

/**
 * Nord Theme Originally by Arctic Ice Studio
 * https://nordtheme.com
 *
 * Ported for PrismJS by Zane Hitchcoxc (@zwhitchcox) and Gabriel Ramos (@gabrieluizramos)
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #f8f8f2;
  background: none; }

/* Code blocks */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #2E3440; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #636f88; }

.token.punctuation {
  color: #81A1C1; }

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #81A1C1; }

.token.number {
  color: #B48EAD; }

.token.boolean {
  color: #81A1C1; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #A3BE8C; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #81A1C1; }

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
  color: #88C0D0; }

.token.keyword {
  color: #81A1C1; }

.token.regex,
.token.important {
  color: #EBCB8B; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

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