@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/354465");

@font-face {font-family: 'DuplaBook-BookItalic';src: url('/webfont/fontshop/354465_0_0.eot');src: url('/webfont/fontshop/354465_0_0.eot?#iefix') format('embedded-opentype'),url('/webfont/fontshop/354465_0_0.woff2') format('woff2'),url('/webfont/fontshop/354465_0_0.woff') format('woff'),url('/webfont/fontshop/354465_0_0.ttf') format('truetype');}

@font-face {font-family: 'DuplaBook-Book';src: url('/webfont/fontshop/354465_1_0.eot');src: url('/webfont/fontshop/354465_1_0.eot?#iefix') format('embedded-opentype'),url('/webfont/fontshop/354465_1_0.woff2') format('woff2'),url('/webfont/fontshop/354465_1_0.woff') format('woff'),url('/webfont/fontshop/354465_1_0.ttf') format('truetype');}

@font-face {font-family: 'DuplaThin-Thin';src: url('/webfont/fontshop/354465_2_0.eot');src: url('/webfont/fontshop/354465_2_0.eot?#iefix') format('embedded-opentype'),url('/webfont/fontshop/354465_2_0.woff2') format('woff2'),url('/webfont/fontshop/354465_2_0.woff') format('woff'),url('/webfont/fontshop/354465_2_0.ttf') format('truetype');}

@font-face {font-family: 'KapraNeue-BoldExpanded';src: url('/webfont/fontshop/354465_3_0.eot');src: url('/webfont/fontshop/354465_3_0.eot?#iefix') format('embedded-opentype'),url('/webfont/fontshop/354465_3_0.woff2') format('woff2'),url('/webfont/fontshop/354465_3_0.woff') format('woff'),url('/webfont/fontshop/354465_3_0.ttf') format('truetype');}

@font-face {font-family: 'KapraNeue-RegularCondensed';src: url('/webfont/fontshop/354465_4_0.eot');src: url('/webfont/fontshop/354465_4_0.eot?#iefix') format('embedded-opentype'),url('/webfont/fontshop/354465_4_0.woff2') format('woff2'),url('/webfont/fontshop/354465_4_0.woff') format('woff'),url('/webfont/fontshop/354465_4_0.ttf') format('truetype');}

@font-face {font-family: 'KapraNeue-RegularCondensedItalic';src: url('/webfont/fontshop/354465_5_0.eot');src: url('/webfont/fontshop/354465_5_0.eot?#iefix') format('embedded-opentype'),url('/webfont/fontshop/354465_5_0.woff2') format('woff2'),url('/webfont/fontshop/354465_5_0.woff') format('woff'),url('/webfont/fontshop/354465_5_0.ttf') format('truetype');}

@font-face {font-family: 'DidonesqueGhost-BlackItalic';src: url('/webfont/fontshop/354676_0_0.eot');src: url('/webfont/fontshop/354676_0_0.eot?#iefix') format('embedded-opentype'),url('/webfont/fontshop/354676_0_0.woff2') format('woff2'),url('/webfont/fontshop/354676_0_0.woff') format('woff'),url('/webfont/fontshop/354676_0_0.ttf') format('truetype');}

@font-face {
	font-family: 'Inter UI';
	font-style: normal;
	font-weight: 400;
	src: url("/webfont/InterUI/Inter-UI-Regular.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-Regular.woff?v=2.2") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: italic;
	font-weight: 400;
	src: url("/webfont/InterUI/Inter-UI-Italic.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-Italic.woff?v=2.2") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: normal;
	font-weight: 500;
	src: url("/webfont/InterUI/Inter-UI-Medium.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-Medium.woff?v=2.2") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: italic;
	font-weight: 500;
	src: url("/webfont/InterUI/Inter-UI-MediumItalic.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-MediumItalic.woff?v=2.2") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: normal;
	font-weight: 700;
	src: url("/webfont/InterUI/Inter-UI-Bold.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-Bold.woff?v=2.2") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: italic;
	font-weight: 700;
	src: url("/webfont/InterUI/Inter-UI-BoldItalic.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-BoldItalic.woff?v=2.2") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: normal;
	font-weight: 900;
	src: url("/webfont/InterUI/Inter-UI-Black.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-Black.woff?v=2.2") format("woff");
}

@font-face {
	font-family: 'Inter UI';
	font-style: italic;
	font-weight: 900;
	src: url("/webfont/InterUI/Inter-UI-BlackItalic.woff2?v=2.2") format("woff2"), url("/webfont/InterUI/Inter-UI-BlackItalic.woff?v=2.2") format("woff");
}

#hexGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  list-style-type: none;
  /*** HOVER EFFECT  **********************************************************************/
}
#hexGrid .hex {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
#hexGrid .hex .hexIn {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  /* =  width / sin(60) */
  margin: 0 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
}
#hexGrid .hex .hexIn .hexLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  /*** HEX CONTENT **********************************************************************/
}
#hexGrid .hex .hexIn .hexLink h1,
#hexGrid .hex .hexIn .hexLink p {
  visibility: hidden;
}
#hexGrid .hex .hexIn .hexLink img.content {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
}
#hexGrid .hex .hexIn .hexLink:hover img {
  filter: grayscale(0);
}
#hexGrid .hex .hexIn * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
  /* fix for jagged edges in FF on hover transition */
}
.hex::after {
  content: '';
  display: block;
  padding-bottom: 86.602%;
  /* =  100 / tan(60) * 1.5 */
}
/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width: 1201px) {
  /* <- 5-4  hexagons per row */
  #hexGrid {
    padding-bottom: 4.4%;
  }
  .hex {
    width: 20%;
    /* = 100 / 5 */
  }
  .hex:nth-child(9n+6) {
    /* first hexagon of even rows */
    margin-left: 10%;
    /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 1200px) and (min-width:901px) {
  /* <- 4-3  hexagons per row */
  #hexGrid {
    padding-bottom: 5.5%;
  }
  .hex {
    width: 25%;
    /* = 100 / 4 */
  }
  .hex:nth-child(7n+5) {
    /* first hexagon of even rows */
    margin-left: 12.5%;
    /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 900px) and (min-width:601px) {
  /* <- 3-2  hexagons per row */
  #hexGrid {
    padding-bottom: 7.4%;
  }
  .hex {
    width: 33.333%;
    /* = 100 / 3 */
  }
  .hex:nth-child(5n+4) {
    /* first hexagon of even rows */
    margin-left: 16.666%;
    /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 600px) {
  /* <- 2-1  hexagons per row */
  #hexGrid {
    padding-bottom: 11.2%;
  }
  .hex {
    width: 50%;
    /* = 100 / 3 */
  }
  .hex:nth-child(3n+3) {
    /* first hexagon of even rows */
    margin-left: 25%;
    /* = width of .hex / 2  to indent even rows */
  }
}
body.blog {
  font-family: 'DuplaThin-Thin', sans-serif;
}
body.blog .blog-credit {
  align-self: flex-end;
  padding-right: 20px;
}
body.blog .post-date {
  align-self: flex-end;
  padding-left: 20px;
}
body.blog general styling (ie non-flex, non-media query stuff) div.content {
  flex-basis: 60%;
}
body.blog div.content {
  font-family: 'DuplaBook-Book', sans-serif;
  line-height: 1.5em;
  font-size: 1.2em;
  color: black;
  margin-left: 15%;
  margin-right: 15%;
}
body.blog div.content em {
  color: #aaa;
  font-size: 2em;
  line-height: 1.2em;
  padding-right: 3px;
}
body.blog .blog-credit {
  font-weight: bolder;
  colour: #555;
  font-family: sans-serif;
}
body.blog .blog-credit span {
  display: block;
  text-align: right;
}
body.blog .blog-credit span.credit {
  font-size: 3em;
  color: #BBB;
}
body.blog .blog-credit span.source {
  color: #777;
}
body.blog .blog-credit span.date {
  font-size: 0.7em;
  color: #555;
}
body.blog.index .intro p a {
  color: #999;
  text-decoration: none;
}
body.blog.index .intro h2 {
  color: #404045;
  font-family: 'KapraNeue-RegularCondensedItalic', 'Inter UI', sans-serif;
}
body.blog.index .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  font-family: 'DuplaBook-Book', sans-serif;
}
body.blog.index .wrapper p {
  width: 20em;
  font-size: 1.4em;
  text-align: center;
}
body.blog.index .wrapper p a {
  text-decoration: none;
  color: black;
  padding: 5px;
}
body.blog.index .wrapper p:nth-child(5n) a {
  color: goldenrod;
}
body.blog.index .wrapper p:hover a {
  color: white;
  background-color: goldenrod;
}
body.mixcloud .intro h2 {
  color: #404045;
  font-family: 'Inter UI', sans-serif;
  font-weight: 700;
  font-size: 5em;
}
body.mixcloud .intro p {
  color: #666;
  font-family: 'Inter UI', sans-serif;
  font-weight: 400;
  font-size: 1em;
}
body.mixcloud .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
body.mixcloud .wrapper .mix {
  display: flex;
  flex-direction: column;
}
body.mixcloud .wrapper .mix iframe {
  width: 95%;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
}
body.mixcloud .wrapper .mix h2 span {
  font-size: 5em;
  font-weight: 100;
  color: goldenrod;
}
body.mixcloud .wrapper .mix p {
  padding: 0 5% 0 0;
  font-size: 1.2em;
  line-height: 1.5em;
}
body.photobooks,
body.photos {
  font-family: DuplaThin-Thin, sans-serif;
}
body.photobooks .wrapper,
body.photos .wrapper {
  display: grid;
  width: 90%;
}
body.photobooks .wrapper a h2,
body.photos .wrapper a h2 {
  font-family: DidonesqueGhost-BlackItalic, serif;
  color: black;
  text-decoration: none;
}
body.photobooks .wrapper a,
body.photos .wrapper a {
  text-decoration: none;
}
body.photobooks .wrapper .link,
body.photos .wrapper .link {
  text-decoration: none;
  color: #444;
  text-align: center;
}
body.photobooks .wrapper .link img,
body.photos .wrapper .link img {
  max-width: 100%;
  padding: 1px;
  background-color: #aaa;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
body.photobooks .wrapper .link img img:hover,
body.photos .wrapper .link img img:hover {
  border: 2px solid goldenrod;
}
body.photobooks .wrapper .box,
body.photos .wrapper .box {
  max-width: 90%;
  display: flex;
  flex-direction: column;
}
body.photobooks .wrapper .box .note h2,
body.photos .wrapper .box .note h2 {
  margin-top: 0.5em;
  font-size: 2em;
  font-weight: 100;
  color: #bbb;
}
body.photobooks .wrapper .box .note p,
body.photos .wrapper .box .note p {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #888;
}
body.photobooks .wrapper {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
body.photos .photo-gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
body.photos .photo-gallery a {
  width: 340px;
  height: 340px;
  background-color: #eee;
  display: inline-block;
  padding: 10px 5px;
  margin: 5px;
}
body.photos .photo-gallery a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.photos .wrapper {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.sitenav.styleB h1 {
  margin: 0;
  text-align: center;
  font-size: 5em;
  font-family: sans-serif;
  opacity: 0.9;
  line-height: 0.8em;
  transform: rotate(-90deg) translateX(-0.8em);
  width: 4em;
  height: 2em;
}
.sitenav.styleB h1 a {
  color: black;
  text-decoration: none;
}
.sitenav.styleB h1 a:hover {
  color: goldenrod;
}
.sitenav.styleB #hexgrid {
  margin: 0;
  padding: 0;
  overflow: visible;
}
.sitenav.styleB #hexgrid h1 {
  visibility: hidden;
}
.sitenav.styleB #hexgrid p {
  visibility: hidden;
}
body.frontpage {
  width: 100%;
  background-size: contain;
  background: white url("/images/site/battlo.jpg");
  font-family: sans-serif;
}
/* Generated by pandoc. */
table.sourceCode,
tr.sourceCode,
td.lineNumbers,
td.sourceCode,
table.sourceCode pre {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  border: none;
}
td.lineNumbers {
  border-right: 1px solid #AAAAAA;
  text-align: right;
  color: #AAAAAA;
  padding-right: 5px;
  padding-left: 5px;
}
td.sourceCode {
  padding-left: 5px;
}
.sourceCode span.kw {
  color: #268BD2;
  font-weight: bold;
}
.sourceCode span.dt {
  color: #268BD2;
}
.sourceCode span.dv,
.sourceCode span.bn,
.sourceCode span.fl {
  color: #D33682;
}
.sourceCode span.ch {
  color: #DC322F;
}
.sourceCode span.st {
  color: #2AA198;
}
.sourceCode span.co {
  color: #93A1A1;
  font-style: italic;
}
.sourceCode span.ot {
  color: #A57800;
}
.sourceCode span.al {
  color: #CB4B16;
  font-weight: bold;
}
.sourceCode span.fu {
  color: #268BD2;
}
.sourceCode span.er {
  color: #D30102;
  font-weight: bold;
}
.modal-container {
  display: table;
  width: 100%;
  height: 100%;
}
.interior {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.btn {
  background-color: #fff;
  padding: 1em 3em;
  border-radius: 3px;
  text-decoration: none;
}
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.15);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 90%;
  position: relative;
  margin: 2% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
}
.modal-window header {
  font-weight: bold;
}
.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: #000;
}
.modal-window h1 {
  font-size: 1.5em;
  margin: 0 0 15px;
  text-align: centre;
  display: inline;
}
body {
  width: 100%;
}
body .wrapper {
  width: 95%;
  margin: 0 auto;
}
body.frontpage .sitenav {
  display: flex;
  align-items: center;
  height: 100%;
}
body.frontpage .sitenav .logo {
  position: absolute;
  top: 0;
}
body.frontpage .sitenav nav {
  flex: 1 1 auto;
}
@media (min-width: 1201px) {
  body.frontpage .sitenav nav {
    padding: 20% 15% 20% 25%;
  }
}
@media (max-width: 1200px) and (min-width:901px) {
  body.frontpage .sitenav nav {
    padding: 20% 15% 20% 25%;
  }
}
@media (max-width: 900px) and (min-width:601px) {
  body.frontpage .sitenav .logo {
    left: -7%;
  }
  body.frontpage .sitenav nav {
    padding: 0 25%;
  }
}
@media (max-width: 600px) {
  body.frontpage .sitenav .logo {
    top: -5em;
    left: -4em;
  }
  body.frontpage .sitenav .logo h1 a {
    font-size: 0.5em;
    line-height: 0.8em;
    color: #444;
  }
  body.frontpage .sitenav nav {
    padding: 20% 20% 0 20%;
    height: 90%;
  }
}
@media (max-width: 380px) {
  body.frontpage .sitenav .logo {
    left: -20%;
  }
  body.frontpage .sitenav nav {
    margin-top: 20%;
  }
}
@media (max-width: 530px) {
  body.photos .wrapper .box,
  body.photobooks .wrapper .box,
  body.mixcloud .wrapper .box,
  body.iow.index .wrapper .box {
    max-width: 100%;
  }
}
body.photos .container header,
body.blog .container header,
body.mixcloud .container header,
body.photobooks .container header,
body.fourohfour .container header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
body.photos .container header .sitenav,
body.blog .container header .sitenav,
body.mixcloud .container header .sitenav,
body.photobooks .container header .sitenav,
body.fourohfour .container header .sitenav {
  flex: 0 1 auto;
  flex-flow: column-reverse;
  display: flex;
  opacity: 0.5;
}
body.photos .container header .sitenav .logo,
body.blog .container header .sitenav .logo,
body.mixcloud .container header .sitenav .logo,
body.photobooks .container header .sitenav .logo,
body.fourohfour .container header .sitenav .logo {
  height: 20em;
}
body.photos .container header .sitenav nav,
body.blog .container header .sitenav nav,
body.mixcloud .container header .sitenav nav,
body.photobooks .container header .sitenav nav,
body.fourohfour .container header .sitenav nav {
  margin: 2em 1em -2em 1em;
}
body.photos .container header .sitenav:hover,
body.blog .container header .sitenav:hover,
body.mixcloud .container header .sitenav:hover,
body.photobooks .container header .sitenav:hover,
body.fourohfour .container header .sitenav:hover {
  opacity: 0.9;
}
body.photos .container header .intro,
body.blog .container header .intro,
body.mixcloud .container header .intro,
body.photobooks .container header .intro,
body.fourohfour .container header .intro {
  display: flex;
  flex: 2 1 0	;
  flex-direction: column;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #999;
  margin-left: 5%;
}
body.photos .container header .intro h2,
body.blog .container header .intro h2,
body.mixcloud .container header .intro h2,
body.photobooks .container header .intro h2,
body.fourohfour .container header .intro h2 {
  font-size: 5em;
  line-height: 1em;
}
body.photos .container header .intro p,
body.blog .container header .intro p,
body.mixcloud .container header .intro p,
body.photobooks .container header .intro p,
body.fourohfour .container header .intro p {
  max-width: 80%;
}
body.photos .container header .intro small a,
body.blog .container header .intro small a,
body.mixcloud .container header .intro small a,
body.photobooks .container header .intro small a,
body.fourohfour .container header .intro small a {
  color: goldenrod;
}
@media (max-width: 1200px) {
  body.photos .container header .sitenav,
  body.blog .container header .sitenav,
  body.mixcloud .container header .sitenav,
  body.photobooks .container header .sitenav,
  body.fourohfour .container header .sitenav {
    flex-flow: row wrap;
  }
  body.photos .container header .sitenav .logo,
  body.blog .container header .sitenav .logo,
  body.mixcloud .container header .sitenav .logo,
  body.photobooks .container header .sitenav .logo,
  body.fourohfour .container header .sitenav .logo {
    flex: 0 1 auto;
  }
  body.photos .container header .sitenav nav,
  body.blog .container header .sitenav nav,
  body.mixcloud .container header .sitenav nav,
  body.photobooks .container header .sitenav nav,
  body.fourohfour .container header .sitenav nav {
    flex: 2 1 auto;
  }
}
@media (max-width: 500px) {
  body.photos .wrapper,
  body.photobooks .wrapper {
    width: 100%;
  }
  body.photos .wrapper .box,
  body.photobooks .wrapper .box {
    max-width: 100%;
  }
}
body.debug .sitenav {
  background-color: blue;
}
body.debug .sitenav .logo {
  background-color: green;
}
body.debug .sitenav nav {
  background-color: red;
}
body.debug .intro {
  background-color: purple;
}
