/**
 * 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-family: "Open Sans", sans-serif;
  font-size: 14.66px;
  line-height: 1.5;
  font-weight: 300;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%; }

body[data-theme='dark'] {
  color: #00ff00;
  background-color: #000000; }

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,
.highlight {
  margin-bottom: 15px; }

/**
 * 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: 30px; }

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

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

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

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

/**
 * Links
 */
a {
  color: #2e82f1;
  text-decoration: none; }
  a:hover {
    color: #0f68dd;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #888888;
  border-left: 4px solid #eeeeee;
  padding-left: 15px;
  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 3px;
  color: black;
  background-color: #f5f5f5; }

pre {
  border-radius: 8px;
  font-size: 11px;
  padding: 8px 12px;
  overflow-x: auto;
  border-left: 3px solid #2e82f1;
  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: #f5f5f5; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent; }

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

/**
 * 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 #333333;
  border-width: 1px 0;
  padding: 0 5px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .my-page-link {
    color: #333333;
    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: #ffffff;
      border: 1px solid #eeeeee;
      border-radius: 5px; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        color: black;
        font-size: 28px;
        width: 36px;
        height: 34px;
        line-height: 0.5;
        padding-top: 10px;
        text-align: center; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .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; }

/**
 * 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: 15px 0;
  background: url("/img/cream_pixels.png");
  background-repeat: repeat;
  background-size: 140px; }
  .site-footer .copyright {
    color: gray;
    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: black; }
    .contact-list .spec-icon:hover,
    .spec-media-list .spec-icon:hover {
      color: #2e82f1; }
  .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: 15px;
  padding-left: 15px; }

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

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

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

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

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 576px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 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: 30px;
    padding-bottom: 30px; }
  .post-list > li:not(:last-child) {
    border-bottom: 1px solid #bfbfbf; }

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

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

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }
  .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: 30px; }
  .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: #333333; }
  .archive-post-list a:hover {
    color: #2e82f1; }
.archive-post-list li time {
  color: gray; }

/* 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: 10px; }
    .project-list .project-image img {
      border-radius: 12px;
      border: 2px solid silver; }
    @media screen and (min-width: 576px) {
      .project-list .project-image {
        min-height: 220px; } }
    @media screen and (min-width: 672px) {
      .project-list .project-image {
        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-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; }

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

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

#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
 */
.highlight {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* 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.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 .hll {
    background-color: #ffffcc; }
  .highlight .c {
    color: #0099FF;
    font-style: italic; }
  .highlight .err {
    color: #AA0000;
    background-color: #FFAAAA; }
  .highlight .k {
    color: #006699;
    font-weight: bold; }
  .highlight .o {
    color: #555555; }
  .highlight .cm {
    color: #0099FF;
    font-style: italic; }
  .highlight .cp {
    color: #009999; }
  .highlight .c1 {
    color: #0099FF;
    font-style: italic; }
  .highlight .cs {
    color: #0099FF;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    background-color: #FFCCCC;
    border: 1px solid #CC0000; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #FF0000; }
  .highlight .gh {
    color: #003300;
    font-weight: bold; }
  .highlight .gi {
    background-color: #CCFFCC;
    border: 1px solid #00CC00; }
  .highlight .go {
    color: #AAAAAA; }
  .highlight .gp {
    color: #000099;
    font-weight: bold; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #003300;
    font-weight: bold; }
  .highlight .gt {
    color: #99CC66; }
  .highlight .kc {
    color: #006699;
    font-weight: bold; }
  .highlight .kd {
    color: #006699;
    font-weight: bold; }
  .highlight .kn {
    color: #006699;
    font-weight: bold; }
  .highlight .kp {
    color: #006699; }
  .highlight .kr {
    color: #006699;
    font-weight: bold; }
  .highlight .kt {
    color: #007788;
    font-weight: bold; }
  .highlight .m {
    color: #FF6600; }
  .highlight .s {
    color: #CC3300; }
  .highlight .na {
    color: #330099; }
  .highlight .nb {
    color: #336666; }
  .highlight .nc {
    color: #00AA88;
    font-weight: bold; }
  .highlight .no {
    color: #336600; }
  .highlight .nd {
    color: #9999FF; }
  .highlight .ni {
    color: #999999;
    font-weight: bold; }
  .highlight .ne {
    color: #CC0000;
    font-weight: bold; }
  .highlight .nf {
    color: #CC00FF; }
  .highlight .nl {
    color: #9999FF; }
  .highlight .nn {
    color: #00CCFF;
    font-weight: bold; }
  .highlight .nt {
    color: #330099;
    font-weight: bold; }
  .highlight .nv {
    color: #003333; }
  .highlight .ow {
    color: #000000;
    font-weight: bold; }
  .highlight .w {
    color: #bbbbbb; }
  .highlight .mf {
    color: #FF6600; }
  .highlight .mh {
    color: #FF6600; }
  .highlight .mi {
    color: #FF6600; }
  .highlight .mo {
    color: #FF6600; }
  .highlight .sb {
    color: #CC3300; }
  .highlight .sc {
    color: #CC3300; }
  .highlight .sd {
    color: #CC3300;
    font-style: italic; }
  .highlight .s2 {
    color: #CC3300; }
  .highlight .se {
    color: #CC3300;
    font-weight: bold; }
  .highlight .sh {
    color: #CC3300; }
  .highlight .si {
    color: #AA0000; }
  .highlight .sx {
    color: #CC3300; }
  .highlight .sr {
    color: #33AAAA; }
  .highlight .s1 {
    color: #CC3300; }
  .highlight .ss {
    color: #FFCC33; }
  .highlight .bp {
    color: #336666; }
  .highlight .vc {
    color: #003333; }
  .highlight .vg {
    color: #003333; }
  .highlight .vi {
    color: #003333; }
  .highlight .il {
    color: #FF6600; }

html[data-theme='dark'] body {
  color: #00ff00;
  background-color: #010; }

html[data-theme='dark'] a {
  color: #8ebbf7;
  text-decoration: none; }
  html[data-theme='dark'] a:hover {
    color: #2e82f1;
    text-decoration: underline; }

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

html[data-theme='dark'] p, html[data-theme='dark'] small, html[data-theme='dark'] strong {
  color: #00ff00; }

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

html[data-theme='dark'] .site-nav {
  border-color: white; }

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

html[data-theme='dark'] .spec-icon {
  color: #00ff00; }

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; }
