/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
ol {
  list-style: decimal;
  width: 100%;
  padding-left: 1em;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-- Real Style Begin --*/

html,
body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.45;
  background-color: #ffffff;
}

/*-- Global --*/

main {
  float: left;
  margin-left: 18%;
  width: 70%;
  margin-bottom: 6em;
}

main.home {
  margin-bottom: 2em;
}

iframe {
  width: 100%;
  display: block;
  margin: auto;
}

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted #888888;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

a:hover {
  opacity: 0.5;
}

.current-page a {
  opacity: 0.5;
}

p {
  margin-bottom: 1em;
  line-height: 1.3;
}

h1 {
  width: 75%;
  max-width: 45em;
  font-size: 1.75em;
  letter-spacing: -0.5px;
  line-height: 1;
  text-align: center;
  margin: auto;
  margin-bottom: 0.5em;
}

h2 {
  width: 75%;
  max-width: 45em;
  text-align: center;
  font-weight: 700;
  margin: auto;
  margin-bottom: 1em;
  margin-top: 4em;
  font-size: 19px;
}

h3 {
  width: 100%;
  max-width: 60em;
  margin: auto;
  text-align: center;
}

h3.date {
  margin-top: 1em;
  margin-bottom: 2em;
}

h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
}

hr {
  width: 100%;
  margin: auto;
  margin-top: 4em;
  margin-bottom: 2em;
  border-style: none;
  border-top: 1px solid #888888;
}

hr.footnotes {
  margin-bottom: 1em;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 0.75em;
  position: relative;
  top: -0.35em;
}

.page {
  width: 100%;
  float: left;
  padding: 1.5em 2.5em;
}

.intro {
  margin-bottom: 4em;
  width: 100%;
  text-align: center;
}

.intro a {
  border-bottom: 0;
}

.text p {
  width: 100%;
  max-width: 60em;
  margin: auto;
  margin-bottom: 1em;
  font-size: 19px;
  line-height: 1.45em;
}

figure {
  margin-top: 3em;
}

figure.titled {
  margin-top: 0.5em;
}

img {
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

audio {
  width: 100%;
}

figcaption {
  font-size: 0.75em;
  margin-top: 0.25em;
  margin-bottom: 3em;
  letter-spacing: 0.25px;
}

figure.half {
  float: left;
  width: 50%;
  padding-right: 2%;
}

.spacer {
  height: 3em;
}

/*-- Home --*/

.cycle-slideshow {
  height: 70vh;
}

.cycle-slideshow img {
  display: block;
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

#prev {
  z-index: 3000;
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  cursor: w-resize;
  padding: 0;
  mix-blend-mode: difference;
  border-bottom: 0;
}

#next {
  z-index: 3000;
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  cursor: e-resize;
  padding: 0;
  mix-blend-mode: difference;
  border-bottom: 0;
}

/*-- Navigation --*/

header {
  position: fixed;
  float: left;
  width: 14%;
  height: calc(100vh - 3em);
  overflow-y: scroll;
}

#menu.display-block {
  display: block;
}

.menu-expand {
  display: none;
}

.logo {
  display: inline-block;
  margin-bottom: 4em;
  border-bottom: 0;
  width: 125px;
}

a.logo:hover {
  opacity: 1;
}

#menu {
  display: block;
}

.menu-trigger {
  width: auto;
  display: block;
  cursor: pointer;
  border-bottom: 0;
}

.menu-list {
/*  display: none;
  padding-left: 0.75em;*/
}

.menu-list li {
  margin-top: 0.5em;
}

.menu-list a {
  border-bottom: 0;
}

.menu-list li:last-of-type {
  margin-bottom: 1em;
}

/*-- Work Index --*/

#work-index:after {
  content: "";
  display: table;
  clear: both;
}

#work-index a {
  display: block;
  border-bottom: 0;
}

#work-index li {
  width: 100%;
  float: left;
  margin-bottom: 0.25em;
}

.index-year {
  float: left;
  width: 16%;
}

.index-title {
  float: left;
  width: 84%;
}

/*-- Chicago 400 Index --*/

#work-index.chicago-400 {
  padding-top: 2em;
  padding-bottom: 3em;
  width: 100%;
  max-width: 60em;
  margin: auto;
}

#work-index.chicago-400 .index-title {
  float: none;
  width: 100%;
}

#work-index.chicago-400 li {
  padding: 0.5em 0;
  border-top: 1px solid #888888;
  margin-bottom: 0;
}

#work-index.chicago-400 li:last-of-type {
  padding: 0.5em 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.intro.fourhundred-subpage {
  margin-bottom: 2.25em;
}

ul#fourhundred-list li a {
  border-bottom: 1px dotted #888888;
}

ul#fourhundred-list {
display: block;
margin: 0;
margin-top: 0.25em;
padding: 0;
}

ul#fourhundred-list li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
line-height: 1.4;
}

ul#fourhundred-list li:after {
content: ", ";
}

ul#fourhundred-list li:last-child:after {
content: "";
}

/*-- Bibliography --*/

.col-third {
  float: left;
  width: 33.33%;
  padding-right: 2em;
}

.col-third p {
  font-size: 0.9em;
}

/*-- CV --*/

#cv {
  margin-top: 1em;
}

#cv img {
  width: 100%;
}

/*-- PhotoSwipe Overrides --*/

.pswp__caption__center {
  text-align: center !important;
  letter-spacing: 0.25px;
}

[data-js="photoswipe-gallery"] {
  margin-bottom: 2em !important;
}

[data-js="photoswipe-gallery"] a {
  border-bottom: 0;
}

[data-js="photoswipe-gallery"] a:hover {
  opacity: 1;
}

[data-js=photoswipe-gallery] figure img {
  cursor: zoom-in; 
}

button.pswp__button.pswp__button--share {
  display: none;
}

/*------------------------ Media Queries ------------------------*/

@media (max-width: 1200px) {

.page {
  padding: 1.5em;
}

header {
  width: 18%;
}

main {
  margin-left: 22%;
  width: 78%;
}

}

/*-- Single Column --*/

@media (max-width: 800px) {

hr {
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: auto;
  overflow-y: visible;
  border-bottom: 1px solid #888888;
  padding: 1em 1.5em;
}

.menu-expand {
  display: block;
  float: right;
  border-bottom: 0;
  cursor: pointer;
}

.logo {
  float: left;
  margin-bottom: 0;
  width: 75px;
}

#menu {
  width: 100%;
  display: none;
  position: absolute;
  top: 7.75em;
  left: 0;
  z-index: 9999999;
  background-color: #ffffff;
/*  height: calc(100vh - 3.25em);*/
}

.menu-trigger {
  padding: 1em 1.5em;
}

.menu-trigger:hover {
  opacity: 1;
}

.menu-trigger:last-of-type {
  border-top: 1px solid #888888;
}

.menu-list {
  padding: 1em 1.5em;
  display: block;
}

.menu-list:last-of-type {
  border-bottom: 1px solid #888888;
}

.menu-list li:last-of-type {
  margin-bottom: 2em;
}

main {
  float: none;
  margin-left: 0;
  margin-top: 7.75em;
  width: 100%;
}

h1,
h2,
h3,
.text p,
#work-index.chicago-400 {
  width: 100%;
}

#work-index li {
  margin-bottom: 0.75em;
}

#work-index.chicago-400 li {
  margin-bottom: 0;
}

.index-year {
  width: 30%;
}

.index-title {
  width: 70%;
}

html,
body {
  font-size: 15px;
}

.text p {
  font-size: 15px;
  line-height: 1.3
}

h2 {
  font-size: 15px;
}

@media (max-width: 600px) {

.col-third {
  float: none;
  width: 100%;
  padding-right: 0;
  margin-bottom: 3em;
}

}


