@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&family=Esteban&display=swap');

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* SIMPLE GRID (C) ZACH COLE 2016 github.com/zachacole/Simple-Grid */
body,html{height:100%;width:100%;margin:0;padding:0;left:0;top:0;font-size:100%}.center,.container{margin-left:auto;margin-right:auto}*{font-family:Helvetica,sans-serif;color:#333447;line-height:1.5}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{font-size:1.125rem;font-weight:200;line-height:1.8}.font-light{font-weight:300}.font-regular{font-weight:400}.font-heavy{font-weight:700}.left{text-align:left}.right{text-align:right}.center{text-align:center}.justify{text-align:justify}.container{width:90%}.row{position:relative;width:100%}.row [class^=column]{float:left;margin:2%;min-height:.125rem}.column-1,.column-10,.column-11,.column-12,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9{width:96%}.column-1-sm{width:4.33%}.column-2-sm{width:12.66%}.column-3-sm{width:21%}.column-4-sm{width:29.33%}.column-5-sm{width:37.66%}.column-6-sm{width:46%}.column-7-sm{width:54.33%}.column-8-sm{width:62.66%}.column-9-sm{width:71%}.column-10-sm{width:79.33%}.column-11-sm{width:87.66%}.column-12-sm{width:96%}.row::after{content:"";display:table;clear:both}.hidden-sm{display:none}@media only screen and (min-width:33.75em){.container{width:80%}}@media only screen and (min-width:45em){.column-1{width:4.33%}.column-2{width:12.66%}.column-3{width:21%}.column-4{width:29.33%}.column-5{width:37.66%}.column-6{width:46%}.column-7{width:54.33%}.column-8{width:62.66%}.column-9{width:71%}.column-10{width:79.33%}.column-11{width:87.66%}.column-12{width:96%}.hidden-sm{display:block}}@media only screen and (min-width:75em){.container{width:85%;max-width:75rem}}

html {
  overflow-y: scroll;
}

* {
  font-family: unset;
  color: unset;
}

strong {
  font-weight: bold;
}

body {
  font-family: 'Esteban', sans-serif;
}

p {
  font-size: 1.33em;
  line-height: 1.6em;
}

p:empty {
  display:none;
}

h1, h2, h3, h4, h5, h6, #menu-toggle, .caption, footer a {
  font-family: 'Arimo', serif;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2.2em;
}

.no-select {
  user-select: none;
}

.shrink {
  display: none;
}

::selection, ::-moz-selection {
  color: white;
  background: #6b1fe5;
}

.sm-only {
  display: block;
}

header, footer, h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

nav, .contain {
  position: relative;
}

footer nav {
  margin: 1.66em 0 1.3em;
}

header nav ul {
  padding: 6em 0;
  font-size: 1.5em;
  font-family: 'Esteban';
  font-weight: normal;
  display: none;
}

header nav #menu-toggle.active + ul, 
header nav #menu-toggle.active + ul li {
  display: block;
}

nav ul li {
  display: block;
  white-space: nowrap;
  clear: both;
  padding: 0.125em;
}

header nav ul li {
  padding: 0.125em;
  white-space: normal;
}

footer {
  padding: 2em 0;
}

footer nav {
  font-size: 1.2em;
  display: block;
  padding-bottom: 0.7em;
}

footer nav li {
  display: block;
  margin: 1em;
}

.header-art {
  margin-top: 1em;
}

.credit-notes {
  font-size: 0.9em;
}

#menu-toggle {
  margin: 1em;
  position: absolute;
  top: 0;
  right: 0;
}

header ul {
  margin: 0;
}

header nav li a {
  font-size: 1em;
  padding: 0.33em;
  text-align: center;
}

.pagination a div {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25;
  color: #000000;
}

#menu-toggle:before {
  content: "+ ";
}

#menu-toggle.active:before {
  content: "− ";
}

.pagination {
  margin-top: -4em;
}

.pagination .column-2 {
  display: none;
}

.pagination .left, .pagination .right {
  text-align: center;
  padding: 0 1em;
}

.pagination .left span:before {
  content: "‹ ";
  font-size: 1.1em;
  padding: 0 0.5em;
}

.pagination .right span:after {
  content: " ›";
  font-size: 1.1em;
  padding: 0 0.5em;
}

.inline {
  display: inline;
}

h1 a {
  color: #000000;
}

h1 {
  font-size: 1em;
  margin: 1em;
  float: left;
  position:relative;
  z-index:1;
}

header {
  width: 100%;
}

header li a {
  margin: 0 auto;
}

.menu-toggle {
  display: block;
  position: fixed;
  right: 2.5rem;
  top: 1.5rem;
  z-index: 1;
}

.header h2 {
  margin: 2em 0 0;
  padding-top: 0.5em;
}

nav ul {
  padding: 0;
}

nav ul li a {
  display: block;
}

footer nav {
  padding: 0;
}

footer nav ul li a {
  display: inline;
  padding: 0 1em;
}

main {
  min-height: calc(100vh - 19.7em);
}

main h2, main h3 {
  text-align: center;
  font-size: 2.25em;
  margin-top: 2em;
}

img {
  max-width: 100%;
  height: auto;
}

.figcaption p {
  margin-top: 0;
  font-size: 1.1em;
  margin-top: -1.4em;
}

.figcaption a {
  text-decoration: underline;
}

.row [class^=shape] {
  height: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #dddddd;
}

.shape-square {
  padding-top: 100%;
}

.shape-wide {
  padding-top: 56.25%;
}

.shape-tall {
  padding-top: 177.78%;
}

.row [class^=shape] > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 2px);
  height: 100%;
  height: calc(100% + 2px);
}

.middle {
  display: table;
  border-collapse: collapse;
  border: none;
}

.middle > * {
  display: table-cell;
  vertical-align: middle;
}

.caption.middle {
  text-align: center;
  font-size: 2em;
}

.row a .caption > * {
  transition: background 200ms, color 200ms;
  padding: 1em;
}

.row a .caption * {
  color: transparent;
}

.row a:hover .caption > *, .row a:focus .caption > * {
  background: rgba(255, 255, 255, 0.80);
  color: #000000;
}

main {
  background-color: #ffffff;
}

a {
  color: #6b1fe5;
  text-decoration: none;
}

main section a {
  text-decoration: underline;
}

main .description {
  font-size: 1em;
}

a * {
  color: inherit;
}

a:focus {
  outline:none;
  text-decoration:underline;
}

header {
  margin-bottom: 2em;
}

header nav ul a:focus {
  text-decoration: underline;
}

nav a:hover, .figcaption a:hover {
  color:#9057ec;
}

section {
  margin-bottom: 2em;
  clear: both;
}

time {
  font-size: 1.125em;
  padding-bottom: 3.6em;
}

@media (min-width:35em) {
  footer nav li {
    display: inline;
  }
}

@media (min-width:45em) {

  header, h1, h2, h3, h4, h5, h6 {
    text-align: inherit;
  }

  h2, h3, h4, h5, h6 {
    font-size: 2.3em;
  }

  nav {
    display: inline;
  }

  header {
    margin-top: 2em;
  }

  .header h2 {
    margin-top: 1em;
    margin-bottom: 0.66em;
  }

  header li + li {
    margin-left: 1em;
  }

  main h2, main h3 {
    font-size: 3em;
  }

  header nav ul {
    padding: 0;
    overflow: visible;
    display: block;
    margin: 0.4em;
    margin-right: 0;
  }

  header nav ul li {
    display: inline;
    padding: 0;
    line-height: 1.66;
    white-space: nowrap;
  }

  header nav #menu-toggle.active + ul {
    display: block;
  }

  header nav #menu-toggle.active + ul li {
    display: inline;
  }

  nav ul li a {
    display: inline;
  }

  .shrink {
    display: inline-block;
    visibility: hidden;
  }

  .shrink + .middle {
    position: absolute;
    top: 0;
    height: 100%;
  }

  header {
    margin: 0;
  }

  header ul {
    text-align: right;
    padding-top: 0.4em;
  }

  header ul li {
    padding: 0;
    display: inline-block;
    line-height: 1.66em;
  }

  h1 {
    font-size: 1.4em;
    display: block;
    margin: 0.6em 0 1em;
  }

  h1 a {
    color: #6b1fe5;
  }

  header nav li a {
    font-size: 0.75em;
    text-align: right;
  }

  .sm-only {
    display: none !important;
  }

  header nav li:first-child a {
    padding-top: 0;
    padding-left: 1.5em;
  }

  .pagination .column-2 {
    display: block;
  }

  .pagination .left {
    text-align: left;
  }

  .pagination .right {
    text-align: right;
  }

  .pagination .right div:after, .pagination .left div:before {
    content: "›";
    display: block;
    font-weight: normal;
    position: absolute;
    font-size: 2em;
    margin: 0;
    top: 26px;
    right: -20px;
    padding: 0;
    color:#333333;
  }

  .pagination .left div:before {
    content: "‹";
    left: -20px;
  }

  .pagination .left span:before ,.pagination .right span:after {
    display: none;
  }

  footer nav {
    font-size: 1.4em;
  }

  .header-art {
    margin-top: 0;
    min-width: 400px;
    margin-left: -5.5em;
  }
}

@media (min-width:1200px) {

  h1 {
    font-size: 1.8em;
    margin-top: 0.3em;
  }

  .header h2 {
    margin-top: 2em;
  }

  .pagination .right div:after, .pagination .left div:before {
    top: 30px;
  }

  .header-art {
    margin-left: 0.25em;
  }
}