/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 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 */
}

/**
* 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
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 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 */
}

/**
* 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 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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* 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;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* 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;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 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 in Chrome and Safari on macOS.
*/
[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
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/*  css  */
/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin: 0 0 0 40px;
}

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

body, html {
  background-color: #FAF9F6;
  margin: 0;
  padding: 0;
  font-style: normal;
  text-align: left;
  color: black;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-family: "EB Garamond", serif;
  font-size: 13px;
  line-height: 1.65em;
  letter-spacing: 0.9px;
  overscroll-behavior: none;
  touch-action: manipulation;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #808080;
}

h1 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0;
  color: black;
}
h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 0;
}
h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color: black;
  margin: 0;
}
h4 {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 10px 0;
  margin: 0;
}
p {
  padding: 0 0 25px 0;
  margin: 0;
  line-height: 1.85em;
}
ul {
  font-style: italic;
}

ul li {
  padding: 0 2px 5px 2px;
}

li a {
  color: #444;
}

li a:hover {
  color: #808080;
}

#titlename {
  position: fixed;
  z-index: 102;
  text-align: left;
  top: 20px;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 25px;
}
@media (min-width: 1025px) {
  #titlename {
    text-align: left;
    left: 50px;
    top: 30px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #titlename {
    display: none;
  }
}

aside#nav {
  position: fixed;
  margin: 70px 0 0 50px;
  top: 0;
  left: 0;
  z-index: 101;
  justify-content: space-between;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 260px;
}
@media (min-width: 1025px) {
  aside#nav {
    display: block;
  }
}
aside#nav section#main-nav {
  text-align: left;
}
aside#nav section#sub-nav {
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

#info-nav {
  display: none;
  z-index: 103;
  position: fixed;
  top: 30px;
  right: 50px;
}
@media (min-width: 640px) {
  #info-nav {
    display: none;
  }
}
@media (min-width: 1025px) {
  #info-nav {
    display: block;
  }
}

#arc {
  text-align: left;
  padding: 50px 30px 70px 30px;
}
@media (min-width: 640px) {
  #arc {
    padding-left: 360px;
  }
}

.accordion {
  cursor: pointer;
}
.accordion h1:hover {
  color: #808080;
}
.accordion .nopointer {
  pointer-events: none;
}

.accordion:hover {
  color: #808080;
}

.panel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
}

.nopointer {
  pointer-events: none;
}

menu {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (min-width: 1025px) {
  menu {
    display: none;
  }
}
menu .block {
  width: 100%;
  height: 55px;
  background: rgba(250, 249, 246, 0.95);
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  menu .block {
    display: none;
  }
}
menu .burger {
  position: fixed;
  z-index: 102;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 40px;
  cursor: pointer;
}
menu .burger .line {
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  pointer-events: none;
  transition: all 0.2s;
}
menu .burger .line:nth-child(1) {
  top: 14px;
}
menu .burger .line:nth-child(2) {
  bottom: 14px;
}
menu .burger.active .line:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
menu .burger.active .line:nth-child(2) {
  transform: rotate(-45deg);
  top: 20px;
  bottom: unset;
}
menu .closeIcon {
  display: none;
  background: white;
  float: right;
}
menu .menu {
  position: fixed;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 15vh;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(250, 249, 246, 0.95);
  transition: 0.2s;
  z-index: 99;
}
menu .menu h1 {
  padding: 0 0 25px 0;
}
menu .showMenu {
  visibility: visible;
  opacity: 1;
}
menu .menuIcon {
  float: right;
}

#wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  #wrapper {
    width: calc(100% - 260px);
  }
}

#photoinfo {
  width: 320px;
  position: fixed;
  left: 15px;
  bottom: 20px;
  z-index: 101;
}
@media (max-width: 1023px) and (orientation: landscape) {
  #photoinfo {
    display: none;
  }
}
@media (min-width: 640px) {
  #photoinfo {
    width: 500px;
  }
}
@media (min-width: 1025px) {
  #photoinfo {
    width: 500px;
    left: 50px;
  }
}

#caption span {
  font-style: italic;
}

#counter {
  width: 100px;
  position: fixed;
  text-align: right;
  right: 15px;
  bottom: 20px;
  z-index: 101;
}
@media (min-width: 1025px) {
  #counter {
    right: 50px;
  }
}

#carousel-nav #prev {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: w-resize;
}
#carousel-nav #next {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: e-resize;
}

#carousel, #single-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: auto;
  cursor: pointer;
}
#carousel .slide, #single-image .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 30px);
  height: 65vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
}
@media (min-width: 640px) {
  #carousel .slide, #single-image .slide {
    height: 75vh;
  }
}
@media (min-width: 640px) and (orientation: landscape) {
  #carousel .slide, #single-image .slide {
    height: 80vh;
    width: 75%;
  }
}
@media (min-width: 1025px) {
  #carousel .slide, #single-image .slide {
    width: 75%;
    height: 85vh;
  }
}
#carousel .slide:first-child, #single-image .slide:first-child {
  opacity: 1;
}
#carousel .slide img, #single-image .slide img {
  height: 100%;
  width: 100%;
  opacity: 0;
}

#solo-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: auto;
}
#solo-image .solo-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 30px);
  height: 65vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
}
@media (min-width: 640px) {
  #solo-image .solo-slide {
    height: 75vh;
  }
}
@media (min-width: 640px) and (orientation: landscape) {
  #solo-image .solo-slide {
    height: 80vh;
    width: 75%;
  }
}
@media (min-width: 1025px) {
  #solo-image .solo-slide {
    width: 75%;
    height: 85vh;
  }
}
#solo-image .solo-slide:first-child {
  opacity: 1;
}
#solo-image .solo-slide img {
  height: 100%;
  width: 100%;
}

#selection {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: auto;
}
#selection .random {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 30px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 640px) and (orientation: landscape) {
  #selection .random {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  #selection .random {
    width: 75%;
  }
}
#selection .random img {
  width: 100%;
}

#text {
  text-align: left;
  padding: 70px 0 50px 15px;
}
@media (min-width: 1025px) {
  #text {
    padding-left: 360px;
    padding-top: 70px;
  }
}
@media (min-width: 1280px) {
  #text {
    padding-left: 360px;
  }
}

.columns {
  display: block;
}
@media (min-width: 640px) {
  .columns {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .columns {
    display: flex;
    width: 550px;
  }
}
.columns .column {
  padding: 0 80px 0 0;
}

#archive {
  position: relative;
  z-index: 1;
  padding: 70px 15px 50px 15px;
}
@media (min-width: 1025px) {
  #archive {
    padding-left: 360px;
  }
}
#archive span {
  font-style: italic;
}

.arc-table img {
  width: 100%;
}

.arc-table td {
  padding: 0 0 20px 0;
}

.arc-table tr td:nth-child(1) {
  padding-right: 20px;
  width: 50%;
}

/*# sourceMappingURL=style.css.map */
