/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* FIX for font that reboot.scss is messing up (bolder) */
b, strong {
  font-weight: bold; }

/**
 * Basic styling
 */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14.66px;
  line-height: 1.5;
  font-weight: 300;
  color: #ddd;
  background-color: #121212;
  -webkit-text-size-adjust: 100%; }

strong {
  font-weight: bold; }

sub, sup {
  padding: 0 2px; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure, table {
  margin-bottom: 1em; }

/**
 * Tables
 */
table td, table th {
  padding: 3px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

p.center {
  text-align: center; }

table.center {
  margin-left: auto;
  margin-right: auto; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 13px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 1em; }

/* For doubly nested lists on the post list, keep vertical rhythm */
ul.post-list > li > ul,
ul.post-list > li > ol {
  margin-bottom: 1em; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300; }

hr {
  margin: 10px 0;
  border: 2px solid rgba(0, 0, 0, 0.1); }

/**
 * Links
 */
a {
  color: #ef5350;
  text-decoration: none; }
  a:hover {
    color: #eb2521;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #888888;
  border-left: 4px solid #eeeeee;
  padding-left: 1em;
  font-size: 18.325px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-family: 'Droid Sans Mono', monospace; }

code {
  border-radius: 4px;
  font-size: 13px;
  padding: 0px 4px;
  color: #5fef4f;
  background-color: #232323; }

pre {
  border-radius: 8px;
  font-size: 11px;
  padding: 8px 12px;
  overflow-x: auto;
  border-left: 3px solid #ef5350;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: #0a0a0a;
  color: #bfbfbf; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(900px - (2em * 2));
  max-width: calc(900px - (2em * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em; }
  @media screen and (max-width: 768px) {
    .wrapper {
      max-width: -webkit-calc(900px - (2em));
      max-width: calc(900px - (2em));
      padding-right: 1em;
      padding-left: 1em; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon {
  color: #000000; }
  .icon > svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle; }
    .icon > svg path {
      fill: #000000; }

.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/**
 * Site header
 */
.site-header {
  min-height: 56px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 576px) {
    .site-header {
      border-bottom: 2px solid #eeeeee; } }

#profile-picture {
  background-color: black; }

.site-title {
  font-family: 'Oxygen';
  font-size: 36.65px;
  line-height: 66px;
  letter-spacing: -1px;
  margin-bottom: 0; }
  .site-title, .site-title:hover, .site-title:visited {
    color: #000000;
    text-decoration: none; }

.site-nav {
  line-height: 56px;
  z-index: 2;
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 0 5px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav #site-hamburger {
    display: none; }
  .site-nav .my-page-link {
    color: #ddd;
    line-height: 1.5;
    font-size: 21.99px;
    display: block; }
    @media screen and (min-width: 576px) {
      .site-nav .my-page-link {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 576px) {
      .site-nav .my-page-link {
        padding-left: 25px;
        padding-top: 5px;
        margin-top: 5px; } }
  @media screen and (max-width: 576px) {
    .site-nav {
      position: absolute;
      top: 17px;
      right: 4px;
      background-color: #121212;
      border: 1px solid #eeeeee;
      border-radius: 5px; }
      .site-nav .menu-icon {
        margin: 4px 0;
        display: block;
        float: right;
        color: white;
        font-size: 28px;
        width: 36px;
        height: 34px;
        line-height: 0.5;
        padding-top: 10px;
        text-align: center; }
      .site-nav .trigger {
        clear: both;
        display: none; } }
  @media screen and (max-width: 576px) and (pointer: fine) {
    .site-nav:hover .trigger {
      display: block;
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media screen and (max-width: 576px) {
      .site-nav #site-hamburger:checked ~ .menu-icon::before {
        content: '\f00d'; }
      .site-nav #site-hamburger:checked ~ .trigger {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px; } }

.button-stack a.btn {
  text-decoration: none; }
.button-stack ul {
  list-style: none;
  margin: 0;
  display: inline-block; }
  .button-stack ul li {
    float: left; }
    .button-stack ul li:not(:first-child) {
      margin-left: 10px; }

ul.flowing-list, ol.flowing-list {
  margin-left: 1.5em; }
  ul.flowing-list li, ol.flowing-list li {
    position: relative;
    left: 1.5em;
    padding-right: 1.5em; }

/**
 * Site footer
 */
html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 90px; }

.site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  border-top: 1px solid #eeeeee;
  padding: 1em 0;
  background: url("/img/cream_pixels.png");
  background-repeat: repeat;
  background-size: 140px; }
  .site-footer .copyright {
    color: white;
    font-size: 13px;
    padding: 0;
    margin: 0;
    padding-top: 10px; }

.contact-list,
.spec-media-list {
  list-style: none;
  margin-left: 0;
  display: inline-block;
  margin: 0; }
  .contact-list li,
  .spec-media-list li {
    float: left;
    padding-right: 20px; }
  .contact-list li:last-child,
  .spec-media-list li:last-child {
    padding-right: 0; }
  .contact-list .spec-icon,
  .spec-media-list .spec-icon {
    font-size: 29.32px;
    color: #ef5350; }
    .contact-list .spec-icon:hover,
    .spec-media-list .spec-icon:hover {
      color: #66b9f5; }
  .contact-list .fa-graduation-cap,
  .spec-media-list .fa-graduation-cap {
    margin-right: -5px;
    /* fix this icon from looking too far away from right side */ }

.footer-col {
  float: left;
  margin-bottom: 1em;
  padding-left: 1em; }

.footer-col-1 {
  width: -webkit-calc(35% - (2em / 2));
  width: calc(35% - (2em / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (2em / 2));
  width: calc(20% - (2em / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (2em / 2));
  width: calc(45% - (2em / 2)); }

@media screen and (max-width: 768px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (2em / 2));
    width: calc(50% - (2em / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (2em / 2));
    width: calc(100% - (2em / 2)); } }
@media screen and (max-width: 576px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (2em / 2));
    width: calc(100% - (2em / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 2em 0; }

.page-heading {
  font-size: 21.99px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list .post-list-item .preview-image {
    max-height: 300px; }
  .post-list > li {
    margin-bottom: 2em;
    padding-bottom: 2em; }
  .post-list > li:not(:last-child) {
    border-bottom: 1px solid #bfbfbf; }

.post-meta {
  font-size: 13px;
  color: #ddd; }

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

/**
 * Posts
 */
.post-header {
  margin-bottom: 2em; }
  .post-header .preview-image {
    max-height: 400px; }

.post-title {
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 1.1; }
  @media screen and (max-width: 768px) {
    .post-title {
      font-size: 27.75px; } }

article a, section a {
  text-decoration: underline; }

.post-content {
  margin-bottom: 2em; }
  .post-content h1 {
    font-size: 37px; }
    @media screen and (max-width: 768px) {
      .post-content h1 {
        font-size: 31.45px; } }
  .post-content h2 {
    font-size: 27.75px; }
    @media screen and (max-width: 768px) {
      .post-content h2 {
        font-size: 27.75px; } }
  .post-content h3 {
    font-size: 22.2px; }
    @media screen and (max-width: 768px) {
      .post-content h3 {
        font-size: 22.2px; } }
  .post-content h4 {
    font-size: 18.5px; }
    @media screen and (max-width: 768px) {
      .post-content h4 {
        font-size: 18.5px; } }

/** Youtube Video Embeds
 *  https://avexdesigns.com/responsive-youtube-embed/
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/** Special Blog Layout
*/
.archive-post-list a {
  text-decoration: none;
  color: #ddd; }
  .archive-post-list a:hover {
    color: #ef5350; }
.archive-post-list li time {
  color: white; }

/* We don't want hyperlink buttons to be underlined */
a.btn {
  text-decoration: none; }

/** Project Layout
 */
.project-list {
  margin-bottom: 30px; }
  .project-list .col {
    padding-top: 25px; }
  .project-list .project-metadata {
    margin-bottom: 10px; }
    .project-list .project-metadata time {
      color: grey; }
  .project-list .project-image {
    text-align: center;
    border-radius: 12px;
    border: 2px solid silver; }
    .project-list .project-image img {
      border-radius: 12px; }
  @media screen and (min-width: 576px) {
    .project-list .project-image-container {
      min-height: 220px; } }
  @media screen and (min-width: 672px) {
    .project-list .project-image-container {
      min-height: 275px; } }
  .project-list .project-image-frame {
    border: 2px solid silver;
    border-radius: 12px;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative; }
    .project-list .project-image-frame div {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 10px solid black;
      border-top-width: 20px;
      border-radius: 10px;
      overflow-y: scroll; }
  .project-list .project-image-caption {
    padding: 1em 0 0 0;
    margin: 0;
    font-weight: bold; }
  .project-list .project-description {
    margin-top: 25px;
    text-align: justify; }
  .project-list > div:not(:last-child) {
    padding-bottom: 30px; }
    @media screen and (max-width: 576px) {
      .project-list > div:not(:last-child) {
        border-bottom: 1px solid #bfbfbf; } }

/* Twitter widget */
.center-margin {
  margin: 0 auto; }

.list-item-inside {
  list-style-position: inside; }

.twitter-tweet {
  margin: 0 auto; }

ol, ul {
  margin-left: 2em; }

hr {
  background: white; }

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

.profile-picture img {
  border-radius: 100%;
  border: 2px solid black;
  margin-bottom: 1px; }

.code-line-break {
  white-space: break-spaces;
  line-break: anywhere; }

#markdown-toc {
  list-style-type: upper-roman; }
  #markdown-toc ul {
    list-style-type: decimal; }
    #markdown-toc ul ul {
      list-style-type: disc; }

/**
 * Syntax highlighting styles
 */
/*! Darcula theme; https://github.com/alem0lars/vim-colorscheme-darcula */
.highlight, .highlight pre, .highlight table {
  background: #2b2b2b !important;
  color: #ffffff !important; }

.highlight .hll {
  background: gold;
  color: black;
  font-weight: bold; }

.highlight .c {
  color: #00fd5d !important;
  font-style: italic !important; }

/* Comment */
.highlight .err {
  color: #7df7ff !important; }

/* Error */
.highlight .g {
  color: #7df7ff !important; }

/* Generic */
.highlight .k {
  color: #2eb8cb !important; }

/* Keyword */
/*.highlight .l { color: #7df7ff !important; }*/
/* Literal */
/*.highlight .o { color: #7df7ff !important; }*/
/* Operator */
.highlight .x {
  color: #7df7ff !important; }

/* Other */
/*.highlight .p { color: #7df7ff !important; }*/
/* Punctuation */
.highlight .cm {
  color: #00fd5d !important;
  font-style: italic !important; }

/* Comment.Multiline */
.highlight .cp {
  color: #ff7f00 !important; }

/* Comment.Preproc */
.highlight .cpf {
  color: #44f2a5 !important; }

/* Comment.Preproc.String? */
.highlight .c1 {
  color: #00fd5d !important;
  font-style: italic !important; }

/* Comment.Single */
.highlight .cs {
  color: #00fd5d !important;
  font-style: italic !important; }

/* Comment.Special */
.highlight .gd {
  color: #8c0909 !important; }

/* Generic.Deleted */
.highlight .ge {
  color: #7df7ff !important;
  text-decoration: underline !important; }

/* Generic.Emph */
.highlight .gr {
  color: #7df7ff !important; }

/* Generic.Error */
.highlight .gh {
  color: #7df7ff !important;
  font-weight: bold !important; }

/* Generic.Heading */
.highlight .gi {
  color: #7df7ff !important;
  font-weight: bold !important; }

/* Generic.Inserted */
.highlight .go {
  color: #bfbfbf !important; }

/* Generic.Output */
.highlight .gp {
  color: #7df7ff !important; }

/* Generic.Prompt */
.highlight .gs {
  color: #7df7ff !important; }

/* Generic.Strong */
.highlight .gu {
  color: #7df7ff !important;
  font-weight: bold !important; }

/* Generic.Subheading */
.highlight .gt {
  color: #ffffff !important; }

/* Generic.Traceback */
.highlight .kc {
  color: #2eb8cb !important; }

/* Keyword.Constant */
.highlight .kd {
  color: #2eb8cb !important; }

/* Keyword.Declaration */
.highlight .kn {
  color: #ff7f00 !important; }

/* Keyword.Namespace */
.highlight .kp {
  color: #2eb8cb !important; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #2eb8cb !important; }

/* Keyword.Reserved */
.highlight .kt {
  color: #7df7ff !important; }

/* Keyword.Type */
.highlight .ld {
  color: #7df7ff !important; }

/* Literal.Date */
.highlight .m {
  color: #6897bb !important; }

/* Literal.Number */
.highlight .s {
  color: #44f2a5 !important; }

/* Literal.String */
.highlight .na {
  color: #ffc66d !important;
  font-weight: bold !important; }

/* Name.Attribute */
.highlight .nb {
  color: #7df7ff !important; }

/* Name.Builtin */
.highlight .nc {
  color: #7df7ff !important; }

/* Name.Class */
.highlight .no {
  color: #9876aa !important;
  font-style: italic !important; }

/* Name.Constant */
.highlight .nd {
  color: #7df7ff !important; }

/* Name.Decorator */
.highlight .ni {
  color: #7df7ff !important; }

/* Name.Entity */
.highlight .ne {
  color: #7df7ff !important; }

/* Name.Exception */
.highlight .nf {
  color: #ffc66d !important;
  font-weight: bold !important; }

/* Name.Function */
.highlight .nl {
  color: !important; }

/* Name.Label */
.highlight .nn {
  color: !important; }

/* Name.Namespace */
.highlight .nx {
  color: !important; }

/* Name.Other */
.highlight .py {
  color: !important; }

/* Name.Property */
.highlight .nt {
  color: #2eb8cb !important; }

/* Name.Tag */
.highlight .nv {
  color: #2eb8cb !important; }

/* Name.Variable */
.highlight .ow {
  color: #2eb8cb !important; }

/* Operator.Word */
.highlight .w {
  color: #7df7ff !important; }

/* Text.Whitespace */
.highlight .mf {
  color: #8c8cff !important; }

/* Literal.Number.Float */
.highlight .mh {
  color: #8c8cff !important; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #8c8cff !important; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #8c8cff !important; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #44f2a5 !important; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #44f2a5 !important; }

/* Literal.String.Char */
.highlight .sd {
  color: #44f2a5 !important; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #44f2a5 !important; }

/* Literal.String.Double */
.highlight .se {
  color: #b000ff !important; }

/* Literal.String.Escape */
.highlight .sh {
  color: #44f2a5 !important; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #44f2a5 !important; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #44f2a5 !important; }

/* Literal.String.Other */
.highlight .sr {
  color: #44f2a5 !important; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #44f2a5 !important; }

/* Literal.String.Single */
.highlight .ss {
  color: #44f2a5 !important; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #7df7ff !important; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #2eb8cb !important; }

/* Name.Variable.Class */
.highlight .vg {
  color: #2eb8cb !important; }

/* Name.Variable.Global */
.highlight .vi {
  color: #2eb8cb !important; }

/* Name.Variable.Instance */
.highlight .il {
  color: #6897bb !important; }

/* Literal.Number.Integer.Long */
html[data-theme='dark'] body {
  color: #ddd;
  background-color: #121212; }

html[data-theme='dark'] article > a {
  text-decoration: underline; }

html[data-theme='dark'] a:hover {
  color: #f59896; }

html[data-theme='dark'] footer {
  background: none;
  border: 0; }

html[data-theme='dark'] .site-title {
  color: #ef5350; }

html[data-theme='dark'] .site-nav {
  border-color: #ddd;
  text-decoration: none; }

html[data-theme='dark'] .my-page-link {
  color: #ef5350; }

html[data-theme='dark'] #profile-picture {
  content: url("/img/ascii-me.jpg");
  border-color: #333; }

html.color-theme-in-transition,
html.color-theme-in-transition *,
html.color-theme-in-transition *:before,
html.color-theme-in-transition *:after {
  transition: all 750ms !important;
  transition-delay: 0 !important; }
