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;
  -webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
.mod:after,
#lede:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
a:hover {
  transition: all .15s ease-in-out !important;
  -moz-transition: all .15s ease-in-out !important;
  -webkit-transition: all .15s ease-in-out !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  touch-action: manipulation !important;
}
html, body {
  /*background: #FFFA94;*/
  /*background: #f1f1f1;*/
  background: #515151;
  margin: 0;
  padding: 0;
}
body {
  /*color: #515151;*/
  color: #d1d1d1;
  font-family: "Times New Roman", Times, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 100%;
  font-size: 1em;
  line-height: 1.075 !important;
  letter-spacing: .0125em !important;
}
::selection {
  background: #ffff00;
  color: #161616;
}
::-moz-selection {
  background: #ffff00;
  color: #151515;
}
br {
  margin-bottom: 0;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0 !important;
}
p:first-child {
  text-indent: 0 !important;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a {
  color: #e1e1e1;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover,
a:active {
  color: #fff;
}
a img {
  border: none !important;
}
img {
  max-width: 100%;
}
div {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
ol, ul, li {
  list-style: none;
}
hr {
  display: block;
  margin: 1em 0;
  width: 100%;
  height: 1px;
  border: none;
  background: #c3c3c3;
  /*background: rgb(232,181,0);
  background: linear-gradient(90deg, rgba(232,181,0,1) 0%, rgba(95,0,164,1) 100%);*/
}
blockquote, q {
  references: none;
}
blockquote:before, q:before {
  content: '“';
}
blockquote:after, q:after {
  content: '”';
}
blockquote {
  max-width: 500px;
  text-indent: -.45em;
}
blockquote {
  padding-left: 3rem;
}
figure {
  position: relative;
  width: 100%;
  margin: .5rem 0;
}
cite:before {
  content: "—";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Layout */

#lede {
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  text-align: left;
  height: 100vh;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 5fr 2fr;
  grid-column-gap: 0;
  grid-gap: 3em;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  text-align: left;
}
#lede .plate {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  grid-column-gap: 0;
  grid-gap: 0;
  grid-auto-flow: column;
  height: calc(100vh - 2em);
  align-items: center;
  justify-items: center;
  text-align: center;
}
#lede img {
  max-height: calc(100vh - 2em);
  margin: 0 auto;
  padding: 0;
}
.foreward p {
  max-width: 400px;
  min-width: 320px;
}
figure,
figure p,
figure img {
  display: block;
}
figure {
  margin: 0 auto 1em;
}
p.large {
  /*font-size: 2em;*/
}

/* Responsive */

@media screen and (max-width: 640px) {
  body {
    font-size: 1.15em;
  }
  #lede {
    display: block !important;
    height: auto !important;
    grid-template-columns: none !important;
    margin-bottom: 4em;
  }
  #lede .plate {
    margin-bottom: 2em;
    height: auto;
    grid-template-columns: none !important;
  }
  #lede img {
    max-height: 80vh !important;
  }
}