/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34; }

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic; }

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd; }

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75; }

.hljs-literal {
  color: #56b6c2; }

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379; }

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b; }

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66; }

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

.hljs-link {
  text-decoration: underline; }

.hamburger {
  outline: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.5; }

.hamburger-box {
  width: 30px;
  height: 22px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

* {
  box-sizing: border-box; }

body {
  font-family: "Open Sans", sans-serif;
  color: #050505; }

a {
  color: #a4a4a4;
  text-decoration: none; }
  a.is-active {
    color: #ccebde; }

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #f0f0f0; }

img {
  max-width: 100%; }

.markdown--content img {
  border-radius: 5px; }

.markdown--content h1, .markdown--content h2, .markdown--content h3, .markdown--content h4, .markdown--content h5, .markdown--content h6 {
  font-family: "Lato", sans-serif; }

.markdown--content h1 {
  font-size: 1.5em; }

.markdown--content h2 {
  font-size: 1.3em; }

.markdown--content blockquote {
  background-color: #f7fbff;
  margin: 0;
  padding: 1em 40px 1em 40px;
  border-radius: 5px; }

.markdown--content pre {
  padding: 18px;
  border-radius: 5px;
  color: #9299A7;
  background-color: #1E2127; }

.markdown--content p > code {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 2px 4px; }

.markdown--content code {
  font-family: "Fira Mono", Consolas, Menlo, Monaco, monospace, sans-serif; }

.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .navbar-brand {
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: -1px;
    padding: 18px; }
    .navbar-brand--link {
      color: black;
      transition: all 0.2s; }
  .navbar-menu {
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    transition: left 0.5s ease-in-out; }
    .navbar-menu--link {
      padding: 12px;
      color: #a4a4a4;
      font-family: "Lato", sans-serif;
      cursor: pointer;
      outline: none; }
    .navbar-menu .cursor {
      cursor: pointer; }
    .navbar-menu .is-active {
      color: #a5d7ff; }

.banner-photo {
  width: 100%; }

.legal-disclaimer {
  margin-bottom: 12px;
  padding: 24px 6px;
  color: #a4a4a4;
  text-align: center;
  font-size: 0.7em; }

.articles .article {
  padding: 12px 0; }
  .articles .article div {
    padding: 6px 0; }
  .articles .article--title {
    font-family: "Lato", sans-serif;
    font-size: 1.5em; }
    .articles .article--title a {
      color: #050505; }
  .articles .article--content {
    color: #535353;
    font-size: 0.95em;
    line-height: 1.6em;
    margin-bottom: 0.5em;
    margin-top: 0.5em; }
  .articles .article--date {
    text-align: right;
    color: #535353;
    font-size: 0.8em; }
  .articles .article--read-more {
    text-align: right;
    font-family: "Lato", sans-serif; }
  .articles .article--tags {
    font-family: "Lato", sans-serif; }

.about--title {
  font-family: "Lato", sans-serif;
  font-size: 1.5em;
  padding-top: 24px; }

.about--paragraph {
  color: #535353;
  font-size: 0.95em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.contact {
  padding: 36px 0;
  padding-top: 0;
  max-width: 400px;
  margin: auto; }
  .contact--introduction {
    padding: 12px 0; }
  .contact--form label {
    padding: 6px 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    display: block; }
    .contact--form label span {
      padding: 0 6px; }
    .contact--form label input, .contact--form label textarea {
      margin-top: 12px;
      margin-bottom: 18px;
      padding: 12px;
      color: #535353;
      border-radius: 7px;
      outline: none; }
      .contact--form label input:focus, .contact--form label textarea:focus {
        border: 1px solid black; }
    .contact--form label textarea {
      min-height: 120px;
      resize: vertical; }
  .contact--form-submit {
    padding: 6px 0;
    font-family: "Lato", sans-serif;
    background-color: white;
    color: #a5d7ff;
    border: none;
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid #a5d7ff; }
    .contact--form-submit:hover {
      color: white;
      background-color: #a5d7ff; }

.dashboard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .dashboard-left {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .dashboard-left input, .dashboard-left textarea {
      margin-top: 12px;
      margin-bottom: 18px;
      padding: 12px;
      color: #535353;
      border-radius: 7px;
      outline: none; }
      .dashboard-left input:focus, .dashboard-left textarea:focus {
        border: 1px solid black; }
    .dashboard-left textarea {
      min-height: 120px;
      resize: vertical; }
    .dashboard-left.sent {
      text-align: center; }
    .dashboard-left button {
      padding: 6px 0;
      font-family: "Lato", sans-serif;
      background-color: white;
      color: #a5d7ff;
      border: none;
      font-weight: 700;
      border-radius: 30px;
      border: 2px solid #a5d7ff;
      margin: 0 12px;
      outline: none; }
      .dashboard-left button:hover {
        color: white;
        background-color: #a5d7ff; }
      .dashboard-left button[disabled] {
        color: #a4a4a4;
        border-color: #a4a4a4; }
        .dashboard-left button[disabled]:hover {
          background-color: white;
          color: #a4a4a4; }
    .dashboard-left .dashboard--button-row {
      display: -ms-flexbox;
      display: flex;
      padding: 12px 0; }

.not-found {
  text-align: center;
  padding: 36px 0; }
  .not-found--404 {
    font-size: 3em;
    font-weight: 900; }
  .not-found--text {
    font-size: 3em;
    padding-bottom: 36px; }

.archives {
  padding: 18px 0; }
  .archives--metadata {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .archives--metadata .archives-article {
      font-family: "Lato", sans-serif;
      font-size: 1.1em; }
      .archives--metadata .archives-article--title {
        margin: 0;
        padding: 6px;
        font-weight: 500; }
      .archives--metadata .archives-article a {
        color: #535353; }
    .archives--metadata .archives--date {
      -ms-flex-item-align: end;
          align-self: flex-end;
      color: #a4a4a4;
      font-size: 0.8em;
      text-align: right; }

.container {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 320px) and (max-width: 568px) {
  .dashboard {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 375px) and (max-width: 667px) {
  .dashboard {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (min-width: 414px) and (max-width: 736px) {
  .dashboard {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media (max-width: 736px) {
  .container {
    padding-left: 24px;
    padding-right: 24px; }
  .navbar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: white;
    z-index: 1000;
    box-shadow: 2px 0px 6px -1px #939393;
    height: 100%;
    min-width: 200px;
    padding: 0 24px !important; }
    .navbar-menu--link {
      font-size: 1.3em;
      outline: none; }
      .navbar-menu--link:first-child {
        padding-top: 36px !important; }
      .navbar-menu--link:focus, .navbar-menu--link:active {
        outline: none; } }

@media (min-width: 736px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
    max-width: 720px; }
  .navbar-menu-button {
    display: none !important; }
  .archives--metadata {
    display: -ms-flexbox;
    display: flex; } }

.spinner {
  display: block;
  margin: auto; }
