/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Type
   ========================================================================== */
h1 {
  font-size: 48px;
  margin-bottom: 40px;
}
h2 {
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
/* ==========================================================================
   Main
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Larish Neue', Georgia, Times New Roman, serif;
}
body.single main.single .project_link a {
  padding-bottom: 3px;
  border-bottom: 2px solid blue;
}
header {
  color: blue;
  font-size: 30px;
  text-align: center;
  padding: 40px;
}
header #logo {
  font-size: 36px;
  font-family: 'Apercu', Helvetia, Arial, sans-serif;
  font-weight: 700;
}
header #logo a {
  text-transform: uppercase;
}
header #contact {
  position: fixed;
  bottom: 62px;
  right: 60px;
  font-size: 13px;
}
header #contact a {
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
}
header a {
  color: blue;
  text-decoration: none;
}
main .list {
  width: 80vw;
  margin: 30px auto 0;
  font-size: 36px;
  text-align: justify;
  word-break: break-all;
  max-width: 930px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
main .list span {
  display: inline;
  margin-right: 0;
}
main .list span.download-sep {
  pointer-events: none;
}
main .list span:hover {
  color: blue;
}
main .list span:hover .project_img {
  display: block;
}
main .list span:hover .project_cat {
  display: block;
}
main .list span .project_title {
  display: inline;
  letter-spacing: -1px;
  position: relative;
}
main .list span .project_title a {
  color: black;
  text-decoration: none;
}
main .list span .project_title:hover {
  z-index: 10000;
}
main .list span .project_title:hover a {
  color: blue;
}
main .list span .project_img {
  position: fixed;
  top: 20vh;
  left: 0;
  width: 100vw;
  height: 60vh;
  text-align: center;
  z-index: 500;
  pointer-events: none;
  display: none;
}
main .hero_media.project_img {
  position: relative;
  top: auto;
  left: auto;
  width: 80vw;
  max-width: 930px;
  height: 60vh;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
main .project_title.tagline {
  width: 80vw;
  max-width: 930px;
  margin: 20px auto 0;
  letter-spacing: -1px;
  font-size: 24px;
}
main .hero_media.project_img video {
  height: 100%;
  width: auto;
}
main .list span .project_img img {
  height: 100%;
  width: auto !important;
}
main .list span .project_cat {
  position: fixed;
  bottom: 5vh;
  left: 0;
  width: 100%;
  margin-top: -7px;
  text-align: center;
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 600;
  pointer-events: none;
  display: none;
}
main .list .project {
  margin-bottom: 50px;
}
main .list .project .project_title {
  padding: 10px;
  font-size: 24px;
  text-align: center;
}
main .list .project .project_title a {
  color: black;
  text-decoration: none;
}
main .list .project .project_cat {
  color: blue;
  font-size: 15px;
  text-align: center;
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
}
main .list .project .project_img img {
  width: 100%;
  height: auto !important;
}
main.single {
  width: 60%;
  max-width: 960px;
  margin: 0 auto 80px;
  text-align: center;
}
main.single .project_link a {
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: blue;
  text-decoration: none;
}
main.single #project_content {
  margin-top: 80px;
}
main.single #project_content .container li {
  list-style-type: none;
  padding: 20px;
}
main.single #project_content img {
  width: 100%;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   Mobile
   ========================================================================== */
@media only screen and (max-width: 600px) {
  header #contact {
    position: static;
    font-size: 15px;
    margin-top: 40px;
  }
  main .list {
    width: 90vw;
  }
  main .list .project .project_img a {
    text-decoration: none;
  }
  main.single {
    width: 80vw;
  }
  main.single h1 {
    font-size: 30px;
  }
  main.single h2 {
    font-size: 15px;
  }
  main.single .project_link a {
    font-size: 15px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
     FILE ARCHIVED ON 01:02:16 Apr 02, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:26:20 Jan 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.786
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.01
  esindex: 0.014
  cdx.remote: 23.087
  LoadShardBlock: 96.245 (3)
  PetaboxLoader3.datanode: 113.064 (4)
  load_resource: 121.906
  PetaboxLoader3.resolve: 77.424
*/
@font-face {
  font-family: 'Larish Neue';
  src: url('../fonts/ember-hawk.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/river-kite.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/moss-ink.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/stone-bloom.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
