@font-face {
  font-family: 'arconregular';
  src: url('font/arcon-regular-webfont.woff2') format('woff2'),
    url('font/arcon-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

  html {
    scroll-padding-top: 4rem;
    scroll-behavior: smooth; }

    body {
      background-color: #1e1e1e;
      color: #c3c3c3;
      font-family: Tahoma, sans-serif;
      margin: 0;
      text-align: center;
      font-size: 1.2em; }

      ul, ol {
        text-align: left; }

        h1, h2, h3, h4, h5, h6 {
          font-family: 'arconregular', sans-serif;
          letter-spacing: 0.2em;
          font-variant: small-caps;
          color: #929499;
          border-bottom: 0.3rem solid #a57d49;
          display: inline-block;
          margin: 1em 0 auto;
          user-select: none;
          text-shadow: 0.06em 0.06em 0.1em black; }

          h1.title {
            color: #c3c3c3;
            font-size: 6.5vw;
            margin-top: -1em;
            border: none; }

            h2.title {
              font-size: 2vw;
              text-align: center;
              border: none; }

              @media screen and (min-width: 1300px) {
                h1.title {
                  margin-top: 2em;
                  font-size: 65px;   }
                  h2.title {
                    font-size: 20px;   }
}

@media screen and (max-width: 910px) {
  h1.title {
    font-size: 2.5em;   }
    h2.title {
      font-size: 1em;   }
}

a {
  color: #8b98af; }
  a:hover {
    color: #b8c0cf; }

nav {
  user-select: none; }
  nav .nav-links {
    z-index: 997;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #32363c;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
    transition: transform 0.2s ease; }
    nav .nav-links > a {
      display: inline-block;
      padding: 0.8em 1.3em;
      font-size: 1.1em;
      color: #c3c3c3;
      font-variant: small-caps;
      text-decoration: none;
      height: 100%;
      border-bottom: 0.2em solid transparent;
      transition: border 0.3s ease;
      -webkit-tap-highlight-color: transparent; }
      nav .nav-links > a.active {
        border-bottom: 0.2em solid #a57d49; }
        nav .nav-links > a:hover {
          border-bottom: 0.2em solid rgba(165, 125, 73, 0.3); }
          nav .nav-links > a:hover.active {
            border-bottom: 0.2em solid #bb9666; }
            @media screen and (max-width: 1300px) {
              nav .nav-links {
                font-size: 0.7em;   }
}
              @media screen and (max-width: 910px) {
                nav .nav-links {
                  transform: translateY(-100%);
                  font-size: 1em;   }
                  nav .nav-links > a {
                    display: block;   }
}
  nav #menuButton .icon, nav #menuButton input {
    position: fixed;
    right: 0.5em;
    top: 0.5em;
    width: 1.2em;
    height: 1.2em;
    font-size: 2.2em; }
    nav #menuButton .icon {
      z-index: 998;
      display: none;
      line-height: 1.25em;
      background-color: #32363c;
      box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
      border-radius: 2em;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      outline: none;
      cursor: pointer; }
      nav #menuButton input {
        z-index: 999;
        display: none;
        opacity: 0;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent; }
        nav #menuButton input:checked ~ .nav-links {
          transform: translateY(0%); }
          @media screen and (max-width: 910px) {
            nav #menuButton .icon, nav #menuButton input {
              display: block;   }
}

pre {
  text-align: left; }

  #footer {
    background-color: #323232;
    min-height: 6em;
    padding: 1em;
    text-align: center; }

    main {
      padding: 1em;
      width: 80%;
      margin: 0 auto;
      min-width: 300px;
      max-width: 1000px; }
      main section {
        margin: 4em 0;
        min-height: 90vh; }

main > section > p, main > section > ul, main > section > figure {
  text-align: justify;
  width: 50%;
  margin: 2em auto; }
  @media screen and (max-width: 1300px) {
    main > section > p, main > section > ul, main > section > figure {
      width: 80%;   }
}
    @media screen and (max-width: 910px) {
      main > section > p, main > section > ul, main > section > figure {
        width: 100%;   }
}
      main > section > p figcaption, main > section > ul figcaption,
      main > section > figure figcaption {
        font-size: 1.2em; }
        main > section > p .description, main > section > ul .description,
        main > section > figure .description {
          margin-top: 0.5em 0;
          font-size: 0.8em;
          color: #909090; }
          main > section > p audio, main > section > ul audio, main > section > figure audio {
            width: 100%; }

main p.centered {
  text-align: center; }

  main p.italics {
    font-style: italic; }

    .small-link {
      font-size: 0.9em; }

      .blog-posts {
        margin-bottom: 3em; }
        .blog-posts a {
          font-size: 1.6em;
          text-decoration: none; }
          .blog-posts a:hover {
            text-decoration: underline; }

.blogpost-title {
  margin-bottom: 0; }

  a {
    -webkit-tap-highlight-color: transparent; }

    .reference-circle {
      width: 10em;
      height: 10em;
      border-radius: 10em;
      margin: 0 1em;
      transition: border 0.3s ease;
      box-shadow: 0 0 1em black;
      -webkit-tap-highlight-color: transparent;
      outline: 0.3em solid transparent;
      transition: outline 0.4s ease; }
      .reference-circle:hover {
        outline: 0.3em solid #a57d49; }

.title-image {
  height: 40vh;
  margin: 1em;
  user-select: none; }

  #footer {
    padding-bottom: 2em; }
    #footer ul.link-collection {
      display: inline-block;
      margin: 0.5em auto; }
      #footer ul.link-collection li {
        font-size: 0.85em;
        list-style-type: none; }
        #footer ul.link-collection li a {
          color: #777;
          text-decoration: none;
          font-variant: small-caps; }
          #footer ul.link-collection li a:hover {
            text-decoration: underline; }

img.drawing {
  max-height: 20vh;
  max-width: 30vw;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  cursor: pointer; }

  #lightbox {
    position: fixed;
    left: 5vw;
    right: 5vw;
    top: 5vw;
    bottom: 5vw;
    background-color: #292a2c;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    z-index: 1000;
    user-select: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 1s; }
    #lightbox.shown {
      opacity: 1;
      visibility: visible; }
      #lightbox > #lightboxPrev, #lightbox > #lightboxNext {
        position: absolute;
        display: table;
        font-size: 12em;
        height: 100%;
        cursor: pointer;
        line-height: 0.9em;
        transition: background-color 0.2s ease;
        -webkit-tap-highlight-color: transparent; }
        #lightbox > #lightboxPrev > div, #lightbox > #lightboxNext > div {
          display: table-cell;
          vertical-align: middle;
          padding-bottom: 0.15em;
          text-shadow: 0.01em 0.01em 0.05em rgba(0, 0, 0, 0.3); }
          #lightbox > #lightboxPrev:hover, #lightbox > #lightboxNext:hover {
            background-color: rgba(255, 255, 255, 0.05); }
            @media screen and (max-width: 910px) {
              #lightbox > #lightboxPrev, #lightbox > #lightboxNext {
                font-size: 8em;   }
}
    #lightbox > #lightboxContent {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 1;
      transition: opacity 0.2s ease; }
      #lightbox > #lightboxContent.hidden {
        opacity: 0; }
        #lightbox > #lightboxContent > img {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          max-width: 100%;
          max-height: calc(100% - 2em);
          margin-top: -1em;
          cursor: pointer; }
          #lightbox > #lightboxContent > #lightboxCaption {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            background-color: #292a2c;
            margin: 0;
            padding: 0.5em; }
    #lightbox #lightboxNext {
      right: 0; }
