body{
  font-size: 20px;
  font-family: arco, sans-serif;
  line-height: 1.5em;
  background:#000; color:white;
}
main img{
  display: block;
  max-width: 100%;
  width: 400px;
  margin:13vh auto;
  text-align: center;
}
header{
  line-height: 1.6em;
  position: fixed;
  top:0;
  left:0;
  z-index: 2;
  padding: 58px;
  font-family: nanook, arco, sans-serif;
}
a{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid white;
}
a:hover{

  border-bottom: 1px dotted gray;
}
header>h1{
  font-size:40px;
  position: relative;
  line-height: 1.2em;
  margin: 0 auto;
}
header>ul{
  padding: 7em 0 0 0;
}
h1{
  font-family: nanook, arco, sans-serif;
}
section{
  margin-left:25%;
  padding:60px 15vw;
}
section h1{
  font-size:30px;
  margin:0 0 1em 0;
  line-height: 1.5em;
}
section h2{
  font-size:30px;
  margin:2em 0 1em 0;
  font-size:inherit;
  border-bottom: 1px dotted #333;
}

section h2:before{
  content:"";
  width:25px;
  height:16px;
  background: url(../img/printer.gif) no-repeat left;
  padding-right:1.3em;
  top:-2px;
  position: relative;
}
section h3{
  text-transform: uppercase;
  font-size: .8em; letter-spacing: 1px;
  margin-bottom: 5px;
  color:black;
  background: white;
  padding:0 5px;
  line-height: 22px;
  border-radius: 4px;
}
section h3:before{
  content: "●";
  padding: 0 1em 0 0;
  position:relative;
  top:-1px;
  color:black;
}
section p{
  margin:0 0 1em 0;
}
section li{
  list-style: none;
  padding-left:2em;
  /*margin: 0;*/
  border-left:1px solid white;
}
.bug{background: white!important;}
ul.bios li{
  max-height:180px;
  height:auto;
  overflow: hidden;
  position: relative;
  transition: all 1s ease;
}
ul.bios li.full{
  max-height:2200px;
  overflow: visible;
  position: relative;
}
ul.bio p:last-child{
  margin-bottom: 0;
}
ul.bios li.full.large .more, ul.bios li .more{
  display: none;
}
ul.bios li.large .more{
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  padding:90px 0 0px 0;
  text-align: center;
  background: linear-gradient(to top, black 13%, rgba(0, 0, 0, 0));
  width:100%;
  cursor: pointer;
  font-size: .7em;
  text-shadow: 0 0 10px black,0 0 10px black,0 0 10px black
}
li{
  margin-bottom:30px;
}
a.tada{color:yellow; border-color:yellow;}
.credits{
  font-size: .6em;
  margin-top: 2em;
}
header h1 a:hover span{
  transform: none;
  transition: all .1s ease-out;
}
.p1{ transform: scale(1) rotate(0deg) translate(0px, 0px) skew(20deg, 0deg);position:absolute; left:.2em;}
.p2{ transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-20deg, 0deg);position:absolute; left:2em;}
.p3{position: absolute; left:4.1em;}

@media only screen and (max-width: 900px){
  header{
    width:100%;
    padding:20px;
    background: black;
  }
  header>ul{
    padding:0;
    margin-top:70px;
    display: flex;
    justify-content: space-between;
  }
  header>ul li{
    margin:0;
  }
  section{
    margin:0;
    padding: 10em 20px 20px 20px;
  }
}
.print{display:none;}
.screen{display:block;}

@media only screen and (max-width: 500px){
  header h1{
    font-size:20px;
  }
  header ul{
    flex-wrap: wrap;
  }
}


@media only print{
  .print{display:block;}
  .screen{display:none;}
  .bug{background: black!important; position: absolute!important;}
  header h1 a{font-size:4vw;
    text-align: center;
    margin: 0 auto;
  }
  p, li{page-break-inside: avoid;}
  body{background: white; color:black; font-size: 10pt; line-height: 12pt;}
  main img{margin:7vh 0;}
  section{margin:0; padding:1cm; page-break-after: always;}
  header{position: static;}
  .bios li a{margin-bottom: 4px; display: block;border: 0;}
  h2:before, ul.bios li.large .more{display: none; overflow: visible;}
  ul.bios li.large{ max-height: none;}
  h3{color:white;, background: black;}
  h3, li, a{color:black; border-color:black!important;}

}
::selection {background:white; color: black;}
::-moz-selection {background:white; color: black;}
