/* 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: inherit;
  vertical-align: baseline; }

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 10px; }

html,
body {
  height: 100%; }

body {
  display: flex;
  padding: 0;
  font-size: 1.6rem;
  overflow: auto; }

body, body *,
a, a:visited {
  color: #474950; }

strong {
  font-weight: 700; }

.app {
  position: relative;
  z-index: 9;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 19.09835%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #474950; }

.header {
  width: 100%;
  padding: 3.7rem 0 0 0;
  font-weight: 400;
  font-family: "Raleway";
  background-color: #fff; }

.header__title {
  margin-bottom: 2.3rem;
  font-size: 26px;
  text-decoration: none;
  cursor: default; }

.header__title a {
  text-decoration: none; }

.header__menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3.7rem 0;
  font-size: 16px;
  text-transform: uppercase; }

.header__menu a {
  display: inline-block;
  padding: .6rem 0 .4rem;
  margin-right: 1.4rem;
  text-decoration: none;
  font-weight: 400;
  font-family: "Raleway";
  cursor: pointer;
  border-bottom: 1px solid transparent; }
  .header__menu a:hover {
    color: #267152; }

.header__menu .router-link-active {
  border-bottom: 1px solid #36a476;
  color: #36a476; }

.homePortrait {
  width: 100%; }

.content {
  margin: 0;
  font-family: "Source Sans Pro"; }
  .content p {
    padding-bottom: 1.4rem;
    line-height: 1.4; }
  .content .cite {
    font-family: "Libre Baskerville";
    font-style: italic;
    font-size: 1.4rem; }
    .content .cite.last {
      padding-bottom: 13rem; }
  .content .bibliography__list {
    padding-left: 0.9rem;
    padding-bottom: 0.9rem;
    list-style: disc; }
  .content .text-center {
    text-align: center; }
  .content .spacer {
    padding-top: 0.9rem; }

.list {
  padding-left: 1.4rem;
  padding-bottom: 0.9rem; }
  .list .list-item {
    padding-bottom: 0.5rem;
    list-style: square; }

#biography,
#bibliography {
  padding-bottom: 10em; }

#slider .item .slide img {
  max-width: 100%;
  max-height: calc(100vh - 261px); }

#slider .item .slide figcaption {
  margin-top: 0.9rem;
  line-height: 1.4; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  background: rgba(255, 255, 255, 0.1); }

.overlay--right {
  right: 0; }

.overlay--left {
  left: 0; }

.slider__next,
.slider__previous {
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer; }
  .slider__next, .slider__next:focus, .slider__next:active,
  .slider__previous,
  .slider__previous:focus,
  .slider__previous:active {
    outline: none; }
  .slider__next svg,
  .slider__previous svg {
    fill: #aaa; }
  .slider__next:hover,
  .slider__previous:hover {
    background: rgba(0, 0, 0, 0.1); }
    .slider__next:hover svg,
    .slider__previous:hover svg {
      fill: #667; }

.slider__next {
  right: 5rem; }

.slider__previous {
  left: 5rem; }

.footer {
  z-index: 99;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5rem 0;
  font-family: "Source Sans Pro";
  text-align: center;
  font-size: 1.1rem;
  background-color: #fff; }

.gr-sm {
  width: 38.1967%; }

.gr-lg {
  width: 61.8033%; }

@media screen and (max-width: 900px) {
  .gr-sm {
    width: 100%; }
  .gr-lg {
    width: 100%; } }
