@font-face {
  font-family: Optician-Sans;
  src: url(/assets/fonts/Static-Bold.otf); }
@font-face {
  font-family: GTW-Bold;
  src: url(/assets/fonts/GTW-Bold.woff); }
h1 {
  font-weight: normal !important; }

/**
 * 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: 400 17.1px/1.35 "Roboto", sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  /*  display: flex;
    min-height: 100vh;
    flex-direction: column;*/ }
  @media screen and (min-width: 600px) {
    body {
      font: 400 19px/1.5 "Roboto", sans-serif; } }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }
  @media screen and (min-width: 600px) {
    h1, h2, h3, h4, h5, h6,
    p, blockquote, pre,
    ul, ol, dl, figure,
    .highlight {
      margin-bottom: 30px; } }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

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

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

figcaption {
  font-size: 16.625px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 60px; }

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

/**
 * Headings
 */
h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  font-family: "GTW-Bold", sans-serif; }

h1 {
  font-weight: bold;
  font-family: "GTW-Bold", sans-serif; }

/**
 * Links
 */
a {
  color: #239ae2;
  text-decoration: none; }
  a:visited {
    color: #156ea3; }
  a:hover {
    color: #111;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #bdbdbd;
  border-left: 4px solid white;
  padding-left: 30px;
  font-size: 21.375px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-family: 'Roboto Mono', monospace;
  font-size: 15.2px;
  /*border: 1px solid $grey-color-light;*/
  border-radius: 3px;
  /*background-color: #eef;*/
  line-height: initial; }

code {
  padding: 1px 5px; }

pre {
  padding: 30px 37.5px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/*
custom
*/
.c-inline-list > *:not(:last-child) {
  margin-right: 15px; }

.hero-attrib {
  top: 400px;
  display: inline-block;
  float: right;
  position: relative;
  margin-right: 5px;
  font-size: 12px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-90deg) translateX(100%);
  transform: rotate(-90deg) translateX(100%);
  margin-top: -5px; }

.hero-attrib a {
  color: rgba(255, 255, 255, 0.8); }

@media screen and (min-width: 600px) {
  .post-list h1, .post-title {
    width: 660px; } }

.homepage .page-content {
  padding: 0; }

.post-list li {
  background: blue;
  cursor: pointer; }

.site-title img, .site-nav {
  /*filter: drop-shadow( 3px 5px 5px rgba(0, 0, 0, 0.51));*/
  /*  @media screen and (min-width: $on-large) {
       height: 0;
       }*/ }

@media screen and (min-width: 600px) {
  .site-nav .page-link {
    color: white !important;
    /*filter: drop-shadow( 3px 5px 5px rgba(0, 0, 0, 0.51));*/
    -webkit-filter: url(#goo);
    filter: url(#goo);
    background: black;
    padding: 6px 15px !important;
    font-size: 15px; } }

.post-title {
  text-transform: uppercase;
  line-height: 1.2em !important; }

.catNames {
  font-weight: 700; }

.post-list li:nth-child(1) {
  background: #3600ff; }

.post-list li:nth-child(2) {
  background: #e27f00; }

.post-list li:nth-child(3) {
  background: #68af1d; }

.post-list li:nth-child(4) {
  background: #004e98; }

.post-list li:nth-child(5) {
  background: #bf1313; }

.post-list li:nth-child(6) {
  background: #10bed2; }

.post-header .cats {
  -webkit-filter: url(#gooSmall);
  filter: url(#gooSmall); }

.post-header .title-inner {
  -webkit-filter: url(#goo);
  filter: url(#goo); }

.post-header .title-inner.nogoo {
  -webkit-filter: none;
  filter: none; }

.post-header .cats, .post-header .title-inner {
  background: white;
  color: black; }

.post-header .title-inner, .post-header .cats {
  padding: 5px 10px; }
  @media screen and (min-width: 600px) {
    .post-header .title-inner, .post-header .cats {
      padding: 8px 16px; } }

.catNames {
  padding-right: .8em;
  border-right: 1px solid #cacaca;
  margin-right: .8em; }

.cats {
  font-size: 14px;
  text-transform: uppercase;
  /* padding: .4em 20px .4em 20px;*/ }
  @media screen and (min-width: 600px) {
    .cats {
      font-size: 18px; } }

.post-title:hover {
  text-decoration: none !important; }

.title-inner, .cats {
  color: white;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.hero-banner {
  /*background: black;*/
  /*padding-top: $spacing-unit * 4;*/
  /*height: $spacing-unit * 7;*/
  --image-align: center;
  background-size: cover;
  background-position-y: 50%; }

.homepage .hero-banner {
  padding-top: 0;
  height: 120px;
  background: #0097e2; }
  @media screen and (min-width: 820px) {
    .homepage .hero-banner {
      height: 0; } }

.post-header {
  position: relative;
  color: white;
  max-width: -webkit-calc(820px - (60px));
  max-width: calc(820px - (60px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 820px) {
    .post-header {
      max-width: -webkit-calc(820px - (60px * 2));
      max-width: calc(820px - (60px * 2));
      padding-right: 60px;
      padding-left: 60px; } }

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

/**
 * Clearfix
 */
.post-header:after, .wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.orange {
  color: #f66a0a; }

.grey {
  color: #bdbdbd; }

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
  padding: 5px 3px 2px 5px;
  vertical-align: text-bottom; }

/**
 * Tables
 */
table {
  margin-bottom: 60px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid white; }
  table tr:nth-child(even) {
    background-color: white; }
  table th, table td {
    padding: 20px 30px; }
  table th {
    background-color: white;
    border: 1px solid whitesmoke;
    border-bottom-color: #e0e0e0; }
  table td {
    border: 1px solid white; }

/**
 * Site header
 */
.site-header {
  /*border-top: 5px solid $grey-color-dark;*/
  /*  height: 0;
    min-height: 0;
  line-height: 0;
  */
  /*@media screen and (min-width: $on-palm){*/
  min-height: 60px;
  /*line-height: $base-line-height * $base-font-size * 2.25;*/
  /*}*/
  position: absolute;
  color: white;
  z-index: 1;
  width: 100%; }

.site-title {
  font-size: 30.875px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  @media screen and (max-width: 600px) {
    .site-title {
      padding-right: 45px; } }
  .site-title, .site-title:visited {
    color: #7d7d7d; }
  @media screen and (min-width: 820px) {
    .site-title {
      position: fixed; } }

.site-nav {
  position: absolute;
  top: 9px;
  right: 30px;
  background-color: #fdfdfd;
  border: 1px solid white;
  border-radius: 5px;
  text-align: right; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center; }
    .site-nav .menu-icon > svg path {
      fill: #7d7d7d; }
  .site-nav label[for="nav-trigger"] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer; }
  .site-nav input ~ .trigger {
    clear: both;
    display: none; }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5;
    display: block;
    padding: 5px 10px;
    margin-left: 20px; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 0; }
  @media screen and (min-width: 600px) {
    .site-nav {
      position: static;
      float: right;
      border: none;
      background-color: inherit; }
      .site-nav label[for="nav-trigger"] {
        display: none; }
      .site-nav .menu-icon {
        display: none; }
      .site-nav input ~ .trigger {
        display: block; }
      .site-nav .page-link {
        display: inline;
        padding: 0;
        margin-left: auto; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 20px; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid white;
  padding: 60px 0;
  background: #eee; }

.footer-heading {
  font-size: 21.375px;
  margin-bottom: 30px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  /*@include relative-font-size(0.9375);*/
  font-size: 16.625px;
  /*color: $grey-color;*/
  margin-left: -30px; }

.footer-col {
  width: -webkit-calc(100% - (60px / 2));
  width: calc(100% - (60px / 2));
  /*margin-bottom: $spacing-unit / 2;*/
  padding-left: 30px; }

.footer-col-1,
.footer-col-2 {
  width: -webkit-calc(50% - (60px / 2));
  width: calc(50% - (60px / 2)); }

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

@media screen and (min-width: 820px) {
  .footer-col-1 {
    width: -webkit-calc(35% - (60px / 2));
    width: calc(35% - (60px / 2)); }

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

  .footer-col-3 {
    width: -webkit-calc(45% - (60px / 2));
    width: calc(45% - (60px / 2)); } }
@media screen and (min-width: 600px) {
  .footer-col {
    float: left; } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto; }
  @media screen and (min-width: 600px) {
    .page-content {
      padding: 30px 0; } }

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

.post-list-heading {
  font-size: 33.25px; }

.post-list {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none; }

.post-meta {
  font-size: 16.625px;
  color: #bdbdbd; }

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

/**
 * Posts
 */
.post-header {
  padding-top: 150px;
  padding-bottom: 75px; }
  @media screen and (min-width: 820px) {
    .post-header {
      padding-top: 180px;
      padding-bottom: 105px; } }

.post-title,
.post-content h1 {
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1;
  /*@include relative-font-size(2.625);*/ }
  @media screen and (min-width: 600px) {
    .post-title,
    .post-content h1 {
      font-size: 42.75px; } }
  @media screen and (min-width: 820px) {
    .post-title,
    .post-content h1 {
      font-size: 47.5px; } }

.post-content {
  margin-bottom: 60px; }
  .post-content h2 {
    font-size: 33.25px; }
    @media screen and (min-width: 820px) {
      .post-content h2 {
        font-size: 38px; } }
  .post-content h3 {
    font-size: 26.125px; }
    @media screen and (min-width: 820px) {
      .post-content h3 {
        font-size: 30.875px; } }
  .post-content h4 {
    font-size: 21.375px; }
    @media screen and (min-width: 820px) {
      .post-content h4 {
        font-size: 23.75px; } }

.social-media-list {
  display: table;
  margin: 0 auto; }
  .social-media-list li {
    float: left;
    margin: 0 5px; }
    .social-media-list li:first-of-type {
      margin-left: 0; }
    .social-media-list li:last-of-type {
      margin-right: 0; }
    .social-media-list li a {
      display: block;
      padding: 15px;
      border: 1px solid white; }
    .social-media-list li:hover .svg-icon {
      fill: currentColor; }

/**
 * Grid helpers
 */
@media screen and (min-width: 600px) {
  .one-half {
    width: -webkit-calc(50% - (60px / 2));
    width: calc(50% - (60px / 2)); } }

@media screen and (min-width: 600px) {
  .one-third {
    width: -webkit-calc(33.33% - (60px / 2));
    width: calc(33.33% - (60px / 2)); } }

@media screen and (min-width: 600px) {
  .two-third {
    width: -webkit-calc(66.66% - (60px / 2));
    width: calc(66.66% - (60px / 2)); } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.page-content img {
  margin: auto;
  display: block; }

.hrule {
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #0000000d;
  border-left-color: #ffffff24;
  border-right-color: #ffffff24; }

.language-c\# .highlight .c1 {
  color: #57a247;
  font-style: initial; }

.language-c\# .highlight .k {
  font-weight: initial;
  color: blue; }

.language-c\# span {
  background: none; }

code {
  font-family: Consolas, monospace;
  font-size: 16px; }

.language-c\# pre {
  /*	border-left: 18px solid #e0e0e0;
  	border-bottom: 18px solid #e0e0e0;*/
  /*border-radius: .4em;*/ }

.language-c\# .highlight {
  background: #eee; }

pre, .highlight code {
  background: none !important; }

.profile-img {
  border: 6px solid white;
  border-radius: 50%;
  width: 170px;
  float: right; }

.svg-cache {
  display: none; }

.contact-list {
  margin-bottom: 0; }

.profile-img {
  width: 50%;
  margin: 0% 25% 0 0; }
  @media screen and (min-width: 600px) {
    .profile-img {
      width: 175px;
      margin: initial; } }
  @media screen and (min-width: 820px) {
    .profile-img {
      margin-top: 1.4em; } }

code {
  background: #444;
  color: white;
  border-radius: 1em;
  padding: 1px 0.6em 2px; }

.highlight code {
  color: black;
  font-size: 16px; }

.site-header .wrapper {
  margin: 0 !important;
  padding: 10px;
  padding-left: 30px; }
  @media screen and (min-width: 820px) {
    .site-header .wrapper {
      padding: 30px; } }

.site-nav {
  position: absolute !important;
  top: initial !important; }

.button {
  -webkit-filter: url(#goo);
  filter: url(#goo);
  padding: 12px 18px;
  background: #2196f3;
  color: white !important;
  margin: 12px 0;
  text-align: center;
  display: block; }

.button:hover {
  background: #03a9f4;
  text-decoration: none; }

html {
  -webkit-animation: fadein .75s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein .75s;
  /* Firefox < 16 */
  -ms-animation: fadein .75s;
  /* Internet Explorer */
  -o-animation: fadein .75s;
  /* Opera < 12.1 */
  animation: fadein .75s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.post-list a {
  display: block;
  padding-bottom: 60px;
  padding-top: 60px; }

.post-list a:hover {
  text-decoration: none; }

body {
  overflow: hidden;
  overflow-y: auto; }

.ba-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px; }

.ba-slider img {
  width: 100%;
  display: block;
  max-width: initial; }

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize; }

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #ffb800;
  /* @orange */
  border: 1px solid #e6a600;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
  /* lighten(@orange, 20%)*/ }

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px; }
