html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
}

a:visited {
  color: #000000;
}

a:active,
a:hover {
  outline: 0;
  color: #000000;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 2px solid #000000;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.text-block {
  z-index: 10;
  width: 150px;
  height: 100px;
  text-align: center;
  white-space: nowrap;
  object-fit: fill;
  font-weight: 400;
  font-size: 36px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: visible;
}

.section {
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav {
  max-width: 1500px;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: inline;
}

.header {
  height: 160px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 25px 0 25px;
  display: flex;
}

.roadsignselect {
  color: #000000;
  text-decoration: none;
}

.roadsign {
  color: #000000;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}

.fullnav {
  display: none;
  color: #000000;
  text-decoration: none;
}

.header:hover .roadsign {
  visibility: visible;
  opacity: 1;
}

.main {
  width: auto;
  max-width: 1500px;
  min-width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-wrap: nowrap;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 25px 0 25px;
  display: flex;
}

.abox {
  max-width: 1000px;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 20px 80px;
  display: flex;
}

.tab1 {
  width: 250px;
  max-width: none;
  min-width: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}



.left {
  width: 25%;
  max-width: none;
  min-width: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.center {
  width: 75%;
  max-width: none;
  min-width: auto;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
    grid-row-gap: 20px;
}

.mainblock {
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  margin-bottom: 0px;
}

.multiblock {
  width: auto;
  min-width: 850px;
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.content {
  width: 600px;
}

.title {
  width: 250px;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 23px;
  display: block;
  font-weight: 450;
}

.initials {
  line-height: 48px;
}

.caption {
  max-width: 200px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14.5px;
  line-height: 17px;
  display: block;
}

.sidenote {
  max-width: 180px;
  text-indent: -21px;
  align-items: flex-end;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: block;
}

.footnote {
  margin-top: 40px;
  padding: 40px;
  font-size: 14px;
  line-height: 17px;
  display: block;
}

.loose {
  max-width: 500px;
  font-size: 18px;
  line-height: 26px;
}

.leftpad {
  font-size: 17px;
  line-height: 24px;
  padding-left: 80px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.rightpad {
  font-size: 17px;
  line-height: 24px;
  padding-right: 80px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.interview {
  font-size: 17px;
  line-height: 24px;
  padding-right: 60px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.imagecontainer {
  width: 600px;
}

.essay {
  max-width: 570px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

.breather {
  height: 50px;
  display: flex;
}

.spacer {
  height: 20px;
  display: flex;
}

.sliver {
  height: 10px;
}

.bio {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.footer {
  height: 80px;
}

.bottomblock {
  width: 600px;
  grid-column-gap: 36px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 0;
  display: flex;
}

.link {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
}

.endmark {
  align-self: center;
  margin-top: 60px;
  margin-bottom: 80px;
  text-decoration: none;
  font-size: 20px;

  line-height: 32px;
}

.poem {
  text-indent: 0;
  margin-bottom: 10px;
  font-size: 16px;

  line-height: 22px;
}

.poemtitle {
  margin-top: 20px;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 50px;
}

.notation {
  display: none;
  padding-left: 30px;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.poembox {
  white-space: nowrap;
}

.guide {
  display: none;
}

.introbox {
  display: grid;
  grid-gap: 50px;
  grid-auto-flow: column;
}

.col1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro {
  width: 270px;
  font-size: 15px;
  line-height: 19px;
  display: block;
}

.fold {
  width: auto;
  max-width: none;
  min-width: auto;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px;
  display: flex;
}


.accordion {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.toggle {
  width: 200px;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}




.tab2 {
  width: 450px;
  display: flex;
    font-size: 16px;
  line-height: 22px;
}

.tab3 {
  width: 200px;
   font-size: 16px;
  line-height: 22px;
}

.right {
  width: 250px;
}

  #credit {
    width: 272px;
  }


@media screen and (max-width: 991px) {

    .intro {
    font-size: 15px;
    line-height: 19px;
  }

  #credit {
    width: auto;
  }

 .main {
    flex-direction: column;
  }

    .abox {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

 .accordion {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .panel {
    width: auto;
  }

.tab3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .left {
    width: 400px;
  }

  .center {
    flex-direction: column;

    grid-row-gap: 10px;


  }

    .mainblock {
    margin-bottom: 0px;
  }




  .breather {
    height: 80px;
  }

.title {
  width: auto;
}
}






@media screen and (max-width: 479px) {


  .body {
    display: block;
    font-size: 17px;
    line-height: 22px;
  }

  .nav {
    line-height: 26px;
  }

  .header {
    flex-direction: row;
    display: block;
    margin: 30px;
    height: 200px;
  }

  .intro {
    width: auto;
    max-width: 350px;
    font-size: 17px;
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
  }

  .introbox {
    display: block;
  }

  .main {
    max-width: none;
    margin: 30px;
    object-fit: contain;
    flex-flow: column;
    align-content: space-between;
    align-items: stretch;
    overflow: visible;
    flex-direction: column;
    grid-row-gap: 40px;
  }

 .abox {
    grid-row-gap: 40px;
    object-fit: contain;
    flex-flow: column-reverse;
    align-content: flex-start;
    align-items: stretch;
    margin-bottom: 80px;
    overflow: visible;
  }

 .tab1 {
    width: 280px;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
  }

    .accordion {
    width: 400px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .toggle {
    width: auto;
    font-size: 17px;
    line-height: 24px;
  }


  .tab2 {
    max-width: 350px;
  }

  .tab3 {
    border-left: 1.5px solid #000000;
    flex-direction: column-reverse;
    padding-left: 10px;
    display: flex;
  }


  .left {
    width: auto;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    grid-row-gap: 0px;
  }

  .center {
    width: auto;
    max-width: none;
    min-width: auto;
    flex-wrap: nowrap;
    align-self: stretch;
      gap: 30px;
  }

  .mainblock {
    width: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: stretch;
    display: block;
  margin-bottom: 0px;
  }

  .multiblock {
    width: auto;
    min-width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 0px;
  margin-bottom: 20px;
  }

  .content {
    width: auto;
    display: inline;
  }

  .title {
    width: 320px;
    font-size: 20px;
    line-height: 25px;
  }

  .caption {
    max-width: none;
    font-size: 15px;
    line-height: 19px;
  }

  .sidenote {
    text-indent: -23px;
    max-width: none;
    font-size: 15px;
    line-height: 18px;
  }

  .bio {
    width: auto;

    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .imagecontainer {
    width: auto;
  }

  .interview {
    font-size: 17px;
    line-height: 23px;
    display: block;
    padding-right: 0px;
  }

  .breather {
    display: block;
  }

  .bottomblock {
    width: auto;
  }

  .link {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
  }

  .roadsign {
    display: none;
  }

  .nav:hover .roadsign {
    display: inline;
  }

  .endmark {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .poemtitle {
    margin-top: 20px;
    overflow: auto;
    display: block;
  }

  .poembox {
    object-fit: fill;
    flex-direction: column;
    display: flex;
    position: static;
    overflow: auto;
  }

  .leftpad {
    padding-left: 25px;
    font-size: 17px;
    line-height: 22px;
  }

  .rightpad {
    padding-right: 25px;
    font-size: 17px;
    line-height: 22px;
  }

  .essay {
    font-size: 17px;
    line-height: 24px;
  }

  .guide {
    font-size: 16px;
    line-height: 30px;
    display: block;
  }

  .footnote {
    margin-top: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }



}
