@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Noto-Sans-regular/Noto-Sans-regular.eot");
  src: url("../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Noto Sans"), local("Noto-Sans-regular"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2") format("woff2"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.woff") format("woff"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf") format("truetype"), url("../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans") format("svg");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Noto-Sans-700/Noto-Sans-700.eot");
  src: url("../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix") format("embedded-opentype"), local("Noto Sans Bold"), local("Noto-Sans-700"), url("../fonts/Noto-Sans-700/Noto-Sans-700.woff2") format("woff2"), url("../fonts/Noto-Sans-700/Noto-Sans-700.woff") format("woff"), url("../fonts/Noto-Sans-700/Noto-Sans-700.ttf") format("truetype"), url("../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans") format("svg");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Noto-Sans-italic/Noto-Sans-italic.eot");
  src: url("../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix") format("embedded-opentype"), local("Noto Sans Italic"), local("Noto-Sans-italic"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2") format("woff2"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.woff") format("woff"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf") format("truetype"), url("../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans") format("svg");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot");
  src: url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix") format("embedded-opentype"), local("Noto Sans Bold Italic"), local("Noto-Sans-700italic"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2") format("woff2"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff") format("woff"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf") format("truetype"), url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans") format("svg");
}
figure.highlight,
pre.highlight {
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  overflow: auto;
  line-height: 1.4rem;
  position: relative;
}

.highlighter-rouge {
  font-weight: 300;
  position: relative;
}

:is(p, a, li, h1, h2, h3, h4, h5, h6) code.highlighter-rouge,
p kbd {
  /*font-size: 1rem;*/
  background-color: #2e3e4e;
  color: #e9ecef;
  padding: 2px 4px;
  border-radius: 2px;
  word-break: break-word;
}

kbd {
  border: 1px solid #343a40;
  border-radius: 4px;
}

/* "data-lang" should be injected by JavaScript */
/*
figure.highlight::before,
div.highlighter-rouge::before {
    font-family: $font-family-monospace;
    content: attr(data-lang);
    font-size: .9rem;
    color: $gray-200;
    position: absolute;
    display: block;
    height: 1rem;
    right: .5rem;
    z-index: 5;
}

figure.highlight::before {
    margin-top: -1rem;
}
*/
.rouge-table .code pre {
  overflow: hidden;
}

.rouge-table .code pre {
  overflow: hidden;
}

table.rouge-table,
table.rouge-table tr,
table.rouge-table td,
table.rouge-table pre {
  border: 0;
  padding: 0;
  margin: 0;
}

table.rouge-table td.gutter {
  padding-right: 0.5rem;
  border-right: 1px solid #adb5bd;
}

table.rouge-table td.code {
  padding-left: 0.5rem;
}

figure pre {
  margin-bottom: 0;
}

.lineno {
  text-align: right;
}

/* Base16 Tomorrow Dark by Chris Kempson; https://github.com/idleberg */
.highlight,
.highlight pre,
.highlight table {
  background: #2e3e4e;
  color: #e9ecef;
  border-radius: 4px;
  font-size: 1rem;
}

.highlight .hll {
  background-color: #373b41;
}

.highlight .c {
  color: #969896;
} /* Comment */
.highlight .err {
  color: #cc6666;
} /* Error */
.highlight .k {
  color: #b294bb;
} /* Keyword */
.highlight .l {
  color: #de935f;
} /* Literal */
.highlight .n, .highlight .h {
  color: #ffffff;
} /* Name */
.highlight .o {
  color: #8abeb7;
} /* Operator */
.highlight .p {
  color: #ffffff;
} /* Punctuation */
.highlight .cm {
  color: #969896;
} /* Comment.Multiline */
.highlight .cp {
  color: #969896;
} /* Comment.Preproc */
.highlight .c1 {
  color: #969896;
} /* Comment.Single */
.highlight .cs {
  color: #969896;
} /* Comment.Special */
.highlight .gd {
  color: #cc6666;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  color: #ffffff;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #b5bd68;
} /* Generic.Inserted */
.highlight .gp {
  color: #969896;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #8abeb7;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #b294bb;
} /* Keyword.Constant */
.highlight .kd {
  color: #b294bb;
} /* Keyword.Declaration */
.highlight .kn {
  color: #8abeb7;
} /* Keyword.Namespace */
.highlight .kp {
  color: #b294bb;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #b294bb;
} /* Keyword.Reserved */
.highlight .kt {
  color: #f0c674;
} /* Keyword.Type */
.highlight .ld {
  color: #b5bd68;
} /* Literal.Date */
.highlight .m {
  color: #de935f;
} /* Literal.Number */
.highlight .s {
  color: #b5bd68;
} /* Literal.String */
.highlight .na {
  color: #81a2be;
} /* Name.Attribute */
.highlight .nb {
  color: #ffffff;
} /* Name.Builtin */
.highlight .nc {
  color: #f0c674;
} /* Name.Class */
.highlight .no {
  color: #cc6666;
} /* Name.Constant */
.highlight .nd {
  color: #8abeb7;
} /* Name.Decorator */
.highlight .ni {
  color: #ffffff;
} /* Name.Entity */
.highlight .ne {
  color: #cc6666;
} /* Name.Exception */
.highlight .nf {
  color: #81a2be;
} /* Name.Function */
.highlight .nl {
  color: #ffffff;
} /* Name.Label */
.highlight .nn {
  color: #f0c674;
} /* Name.Namespace */
.highlight .nx {
  color: #81a2be;
} /* Name.Other */
.highlight .py {
  color: #ffffff;
} /* Name.Property */
.highlight .nt {
  color: #8abeb7;
} /* Name.Tag */
.highlight .nv {
  color: #cc6666;
} /* Name.Variable */
.highlight .ow {
  color: #8abeb7;
} /* Operator.Word */
.highlight .w {
  color: #ffffff;
} /* Text.Whitespace */
.highlight .mf {
  color: #de935f;
} /* Literal.Number.Float */
.highlight .mh {
  color: #de935f;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #de935f;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #de935f;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #b5bd68;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #ffffff;
} /* Literal.String.Char */
.highlight .sd {
  color: #969896;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #b5bd68;
} /* Literal.String.Double */
.highlight .se {
  color: #de935f;
} /* Literal.String.Escape */
.highlight .sh {
  color: #b5bd68;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #de935f;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #b5bd68;
} /* Literal.String.Other */
.highlight .sr {
  color: #b5bd68;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #b5bd68;
} /* Literal.String.Single */
.highlight .ss {
  color: #b5bd68;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #ffffff;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #cc6666;
} /* Name.Variable.Class */
.highlight .vg {
  color: #cc6666;
} /* Name.Variable.Global */
.highlight .vi {
  color: #cc6666;
} /* Name.Variable.Instance */
.highlight .il {
  color: #de935f;
} /* Literal.Number.Integer.Long */
/*
H -> hue
L -> luminosity
S -> saturation
clr -> color
bg -> background
hvr -> hover
*/
:root {
  --code-d14: #d14;
  --code-aa0000: #aa0000;
  --code-990000: #990000;
  --code-009999: #009999;
  --code-008080: #008080;
  --code-3c5d5d: #3c5d5d;
  --code-009926: #009926;
  --code-990073: #990073;
  --code-800080: #800080;
  --code-445588: #445588;
  --code-000080: #000080;
  --code-aaaaaa: #aaaaaa;
  --code-999999: #999999;
  --code-888888: #888888;
  --code-555555: #555555;
}

body {
  background-color: var(--clr-bg);
  padding: 50px;
  font: 15px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--clr-text);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--clr-h1-and-bold);
  margin: 0 0 20px;
}

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

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

h1 {
  font-size: 32px;
}

h2 {
  color: var(--clr-h2);
}

h3, h4, h5, h6 {
  color: var(--clr-h-3-6);
}

a {
  color: var(--clr-a-text);
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--clr-a-text-hvr);
}

a small {
  font-size: 11px;
  color: var(--clr-small-in-a);
  margin-top: -0.3em;
  display: block;
}

a:hover small {
  color: var(--clr-small-in-a);
}

p.link {
  margin: 0 0 4px;
}

ul.link {
  list-style-type: none; /* Remove bullets */
  margin: 0; /* To remove default bottom margin */
  padding: 0.4px; /* To remove default left padding */
}

ul.link li + li {
  margin-top: 6px;
}

ul.link:last-child {
  margin-bottom: 6px;
}

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

blockquote {
  border-left: 1px solid var(--clr-splitter-blockquote-and-section);
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
}

code, pre {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  color: var(--clr-code-text);
}

pre {
  padding: 8px 15px;
  background: var(--clr-code-bg);
  border-radius: 5px;
  border: 1px solid var(--clr-code-border);
  overflow-x: auto;
}

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

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid var(--clr-splitter-blockquote-and-section);
}

dt {
  color: var(--clr-table-header-and-dt);
  font-weight: 700;
}

th {
  color: var(--clr-table-header-and-dt);
}

img {
  max-width: 100%;
}

kbd {
  background-color: var(--clr-kbd-bg);
  border: 1px solid var(--clr-kbd-border);
  border-bottom-color: var(--clr-kbd-border-bottom-and-shadow);
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 var(--clr-kbd-border-bottom-and-shadow);
  color: var(--clr-kbd-text);
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

.sidebar {
  width: 185px;
  float: left;
  position: fixed;
  -webkit-font-smoothing: subpixel-antialiased;
  top: 0;
  padding: 58px 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 108px);
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

@-moz-document url-prefix() {
  .sidebar {
    scrollbar-width: none;
  }
}
.sidebar::-webkit-scrollbar {
  /* Chrome, Safari, Edge */
  display: none;
}

strong {
  color: var(--clr-h1-and-bold);
  font-weight: 700;
}

section {
  width: 610px;
  float: right;
  padding-bottom: 30px;
}

small {
  font-size: 11px;
}

hr {
  border: 0;
  background: var(--clr-splitter-blockquote-and-section);
  height: 1px;
  width: 30%;
  margin: 10px auto 30px;
}

footer, .sidebar-footer {
  width: 185px;
  float: left;
  bottom: 30px;
  -webkit-font-smoothing: subpixel-antialiased;
}

footer {
  display: none;
}

.sidebar-footer {
  flex-basis: content;
}

@media print, screen and (max-width: 960px) {
  .sidebar {
    padding: initial;
    display: initial;
    height: initial;
    overflow: initial;
  }
  footer {
    display: initial;
  }
  .sidebar-footer {
    display: none;
  }
  div.wrapper {
    width: auto;
    margin: 0;
  }
  .sidebar, section, footer {
    float: none;
    position: static;
    width: auto;
  }
  header {
    padding-right: 320px;
  }
  section {
    border: 1px solid var(--clr-splitter-blockquote-and-section);
    border-width: 1px 0;
    padding: 20px 0;
    margin: 0 0 20px;
  }
  header a small {
    display: inline;
  }
  header ul {
    position: absolute;
    right: 50px;
    top: 52px;
  }
  .link-wrapper {
    display: none !important;
  }
  .img-circle {
    display: none !important;
  }
}
@media print, screen and (max-width: 720px) {
  body {
    word-wrap: break-word;
  }
  header {
    padding: 0;
  }
  header ul, header p.view {
    position: static;
  }
  pre, code {
    word-wrap: normal;
  }
}
.link-wrapper-mobile {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 961px) {
  .link-wrapper-mobile {
    display: none !important;
  }
}
@media print, screen and (max-width: 480px) {
  body {
    padding: 15px;
  }
}
@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444;
  }
}
figure.highlight {
  padding: 0;
}

figure.highlight > pre {
  padding: 1rem;
  border-width: 0;
}

.highlight button.copy {
  border-width: 0;
  border-radius: 0.5rem;
  background-color: var(--clr-bg);
  color: var(--clr-text);
  display: unset;
  position: absolute;
  right: 0.75rem;
  top: min(2rem, 50%);
  transform: translateY(-50%);
  padding: 0.5rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.25s;
}

.highlight:hover button.copy,
.highlight button.copy:active,
.highlight button.copy:focus {
  opacity: 1;
}

.vendor-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.vendor {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--clr-splitter-blockquote-and-section);
}

.vendor > span:first-of-type {
  align-self: center;
  margin-right: 20px;
}

.cert-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.cert-container > * {
  margin-right: 10px;
  margin-top: 10px;
}

.cert img,
.vendor img {
  max-height: 120px;
  max-width: 120px;
  height: auto;
  width: auto;
}

.verticals {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.verticals > span {
  background-color: #005eba;
  border-radius: 4px !important;
  padding: 3px 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
}

.skills-container {
  display: flex;
  flex-direction: column;
}

.skills-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.skills-category > h2 {
  font-size: 150%;
  line-height: 1.1;
  margin-bottom: 10px;
}

.skills-category > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.skills-category > div:not(:last-of-type) {
  border-bottom: 1px dashed var(--clr-splitter-blockquote-and-section);
}

.skills-category > div > span:first-of-type {
  align-self: center;
  font-size: 120%;
  line-height: 1.1;
  min-width: 100px;
}

.skill-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.skill-container span {
  background-color: #005eba;
  border-radius: 4px !important;
  margin: 0 8px 8px 0;
  padding: 5px 8px;
  text-align: center;
}

.link-wrapper h2:not(:first-of-type) {
  margin-top: 20px;
}

.post-wrapper-mobile {
  margin: 8px 0;
}

.post-wrapper-mobile strong {
  font-size: 18px;
}

.toggle-container h2:not(:first-of-type) {
  margin-top: 20px;
}

.toggle-container .toggle {
  user-select: none;
}

.toggle-container .toggle summary span.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  margin-right: 6px;
}

.toggle-container .toggle[open] summary span.icon {
  transform: rotate(90deg);
}

.toggle-container .toggle summary {
  font-size: 18px;
  display: flex;
  cursor: pointer;
}

.toggle-container .toggle summary::-webkit-details-marker {
  display: none;
}

.toggle-container .toggle summary + * {
  margin-top: 6px;
}

.header-text h1 a {
  color: var(--clr-h1-and-bold);
}

.header-text h1 a:hover {
  color: var(--clr-a-text);
}

@media print, screen and (min-width: 1340px) {
  .wrapper {
    width: 1260px;
  }
  section {
    width: 1010px;
  }
}
@media print, screen and (max-width: 960px) {
  .sidebar header {
    padding: 0;
  }
  .sidebar .header-logo {
    max-width: 185px;
    float: left;
    margin-right: 20px;
  }
  .sidebar .header-logo .img-circle {
    /*display: none !important;*/
    display: inline !important;
  }
  .sidebar .header-text {
    float: left;
  }
  .sidebar + * {
    clear: left;
  }
}

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