@import "compass/css3";

/* LOADER */
.overlay{
  display: flex;
height:100%;
width:100%;
background: black;
position:fixed;
left:0;
top:0;
z-index: 15;
}

.overlay2{
  opacity: 100%;
  background: none;
  z-index: 16;
   }
  
   .author-overlay{
    color: #f6eee2;
    font-family: "Akronim";
    text-align: center;
    margin: auto;
    font-size: 10em;
   }

/* MAIN */

html, body, .col1, .col2 {
    height: 100%;
  }
  
html {
  background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
}

  body {
    margin: 0;
  }

  .about, .work, .events, .contact {
      position: absolute;
      right: 0px;
  }


.tab, .tab0, .tab1, .tab2, .tab3, .tab4 {
  height: 100%;
  position: absolute;
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

a {
  text-decoration: none;
}


.bye {
  -webkit-transform: translateX(-47.5vw);
          transform: translateX(-47.5vw);
          -webkit-transition: all 1.25s ease;
          transition: all 1.25s ease;
}

.aurevoir {
  display: none;
  transition: all 0.75s ease;
}





.tab0 {
  width: 50vw;
  background-image: url('leathertexture.jpg');
  background-size: contain;
}

.tab1, .tab4 {
  width: 47vw;
  border-right: 2px solid black;
}

.tab1 {
  background: #1056a3;
}

.tab2 {
  width: 47vw;
  border-right: 2px solid black;
  background: black;
  color: white;
  /* transform: translateX(-100%); */
}

.tab3 {
  width: 47vw;
  border-right: 2px solid black;
  background: #e7333b;
  /* transform: translateX(-100%); */
}

.tab4 {
  background: #f6eee2;
}

.envelope {
  display: none;
}


.tabspan0, .tabspan1, .tabspan2, .tabspan3, .tabspan4 {
  font-family: "Playfair Display";
  font-weight: bold;
}

.tabspan0 {
  display: none;
  background-image: url('leathertexture.jpg');
  background-size: 1000%;
  z-index: 5;
  content: '';
  position: absolute;
  width: 25px;
  height: 19.6vh;
  border-radius: 0 15px 15px 0;
  border: 2px solid black;
  border-left: none;
  color: #f6eee2;
  top: 0;
  left: 92vw;
  content: "ABOUT";
  font-weight: bold;
  padding: 7px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
}


.tabspan1 {
  content: '';
  position: absolute;
  width: 25px;
  height: 24.5vh;
  font-weight: bold;
  background: #f6eee2;
  border-radius: 0 15px 15px 0;
  border: 2px solid black;
  border-left: none;
  top: 73.5%;
  right: -35px;
  content: "ABOUT";
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
}

.tabspan2 {
  content: '';
  position: absolute;
  width: 25px;
  height: 24.5vh;
  background: #f6eee2;
  color: black;
  border-radius: 0 15px 15px 0;
  border: 2px solid black;
  border-left: none;
  top: 49%;
  right: -35px;
  content: "EVENTS";
  font-weight: bold;
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
}



.tabspan3 {
  content: '';
  position: absolute;
  width: 25px;
  height: 24.5vh;
  background: #f6eee2;
  border-radius: 0 15px 15px 0;
  border: 2px solid black;
  border-left: none;
  top: 24.5%;
  right: -35px;
  content: "BOOK";
  font-weight: bold;
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
}


.tabspan4 {
  content: '';
  position: absolute;
  width: 25px;
  height: 25.5vh;
  background: #f6eee2;
  border-radius: 0 15px 15px 0;
  border: 2px solid black;
  border-left: none;
  top: -1%;
  right: -35px;
  content: "WORK";
  font-weight: bold;
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  /* font-size: 1.1em; */
  -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.3);

}

.tabspan0::after {
  content: '';
  /* position: absolute; */
  content: "";
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}


.tabspan1::after {
  content: '';
  /* position: absolute; */
  content: "ABOUT";
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
}

.tabspan2::after {
  content: '';
  /* position: absolute; */
  content: "EVENTS";
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
 
}


.tabspan3::after {
  content: '';
  /* position: absolute; */
  content: "BOOK";
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;


}


.tabspan4::after {
  content: '';
  /* position: absolute; */
  content: "WORK";
  padding: 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;

}

.tabspan4:hover {
  cursor: pointer;
  background-color: #f6eee2;
  color: black;
}

.tabspan3:hover {
  /* background: #dc002f; */
  background: #e7333b;
  cursor: pointer;
}

.tabspan2:hover {
  background: black;
  color: #f6eee2;
  cursor: pointer;

}

.tabspan1:hover {
  background: #1056a3;
  color: white;
  cursor: pointer;
}

.tab-white{
  background-image: none;
  background-color: #f6eee2;
  color: black;
  transition: all 1s ease;
}

.tab-red{
  background-image: none;
  background-color: #e7333b;
  color: #f6eee2;
  transition: all 1s ease;
}

.tab-black{
  background-image: none;
  background-color: black;
  color: #f6eee2;
  border: 2px solid #aaa397;
  border-left: none;
  transition: all 1s ease;
}

.tab-page-black {
  border-right: 2px solid #aaa397;
}

.tab-blue{
  background-image: none;
  background-color: #1056a3;
  color: #f6eee2;
  transition: all 1s ease;
}

.scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}


.scroll2 {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll2::-webkit-scrollbar {
  display: none;
}



.scroll p {
  font-family: "Playfair Display";
  font-weight: 400;
  padding-left: .75em;
  padding-right: 1em;
  font-size: 30px;
}

.top-line, .top-line-events, .top-line-about {
  /* position: sticky;
  top: 0; */
  display: flex;
  grid-template-columns: 1fr 1fr;
  margin-left: 7%;
  margin-right: 7%;
  align-content: center;
  align-items: center;
  font-family: "Playfair Display";
  font-weight: 400;
}

.top-line-about {
  position: fixed;
  color: white;
}

.top-line-events{
  position: sticky;
  top: 0%;
}

.title {
  text-align: left;
  padding: 0.7em;
  font-size: 2vw;
  letter-spacing: -1px;
}

.selected {
  flex-basis: 90%; 
  text-align: right;
  padding: 0.7em;
  padding-right: none;
  font-size: 2vw;
  letter-spacing: -1px;
}

.event-title {
  text-align: left;
  padding: 0.7em;
  font-size: 2vw;
  letter-spacing: -0.5px;
}

.past-upcoming {
  flex-basis: 75%; 
  padding: 0.7em;
  padding-left: right;
  text-align: right;
  font-size: 1vw;
  letter-spacing: -0.5px;
  /* text-align: right; */
  color: #aaa397;
  overflow: hidden;
}


.past {
  padding-top: 0.12em;
  transform: translateX(100%);
}

.past:hover {
color: white;
}

.upcoming {
  padding-bottom: 0.12em;
  transform: translateX(100%);
}

.upcoming:hover {
  color: white;
  }

.upcome:hover, .pastel:hover, .evento:hover {
  cursor: pointer;
  transition: all 0.75s ease;
}

.booktitle {
  display: none;
}

.death {
  opacity: 0;
  height: 0px;
  transition: all 0.75s ease;
}


.acts {
  text-transform: uppercase;
}

.work-items {
  display: grid;
  height: 80vh;
  /* min-height: -webkit-fill-available; */
  grid-template-rows: repeat(5, 1fr);
  align-items: center;
  /* justify-content: center; */
  margin-left: 10%;
  width: 80%;
}

.events-page {
  /* width: 82.5%; */
  margin-left: 9.5%;
  margin-right: 8.75%;
  /* border: 2px black solid; */
  padding-bottom: 1.5em;
}

.text{
  cursor: pointer;
}

.accordion-border, .accordion-border-last {
  border-top: #aaa397 2px solid;
}

button.accordion {
  background-color: #f6eee2;
  color: #aaa397;
  cursor: pointer;
  letter-spacing: -2px;
  padding: 14px;
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: "Playfair Display";
  font-size: 3.4vw;
  align-items: center;
  font-weight: 400;
}

button.accordion.active, button.accordion:hover {
  background-color: #f6eee2;
  color: black;
  margin-left: 2.5%;
}

button.accordion-no {
  background-color: #f6eee2;
  color: #aaa397;
  letter-spacing: -2.5px;
  cursor: pointer;
  padding: 14px;
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 3.4vw;
  transition: 0.4s;
  z-index: 4;
}

button.accordion-no.active, button.accordion-no:hover {
  background-color: #f6eee2;
  color: black;
  margin-left: 2.5%;
}


button.accordion:after {
  /* content: '\002B'; */
  color: black;
  /* font-weight: bold; */
  float: right;
  letter-spacing: 0px;
}

button.accordion.active:after {
  /* content: "SELECTED"; */
  font-size: 0.8vw;
  text-align: right;
  align-items: right;
  float: right;
}


div.panel {
  background-color: #f6eee2;
  max-height: 0;
  margin-left: 5%;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}


.col1, .col2 {
  width: 50%;
}

.col1 {
  background-image: url('leathertexture.jpg');
  background-size: contain;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  transform: translateX(50%) translateY(100%);
}

.col2 {
  margin-left: 50%;
  overflow: auto;
  transform: translateY(100%);
  /* transform: translateX(-50%) */
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.col2::-webkit-scrollbar {
  display: none;
}


  .vl {
    border-left: 3.5vw solid #161616;
    background-image: url('cord.jpg');
    height: 100vh;
    position: absolute;
    left: 85%;
    margin-left: -3px;
    top: 0;
    -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
  }


  .grid{
   display: grid;
   height: 100vh;
   /* grid-template-areas: 
   "top top top"
   "side content side"
   "footer footer footer"; */
   grid-template-columns: repeat(9, 1fr);
   grid-template-rows: repeat(9, 1fr);
   align-items: center;
   justify-content: center;
 }

 .grid-item {
   background-color: blue;
   border: 2px solid orange;
 }

  .author {
      z-index: 0;
      grid-row: 1/10;
      grid-column: 2/9;
  }
  
  .author-name {
    color: #f6eee2;
    font-family: "Akronim";
    text-align: center;
    font-size: 5.1vw;
    padding-top: 0.75vw;
  }

  .author-pic {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    border: 0.25vw #f6eee2 solid;
    object-fit: contain;
    -webkit-transition: all 1s ease; 
    transition: all 1s ease; 
    content: url(img/megan.jpg);
  }

  .author-pic img {
      max-width: 100%;
      vertical-align: bottom;
  }

.null-hide {
  display: none;
}

.null-reveal {
  display: block;
}

  .author-null {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    max-width: 65%;
   background-color: blue;
   border: 0.25vw red solid;
   content: url(img/ukcover.jpg);
   z-index: 4;
   top: 5%;
   left: 20%;
   opacity: 0;
  }

  .actsofimage{
display: none;
  }

  .line1{
    display: none;
  }

  .creditspan {
    /* grid-row: 1/2;
    grid-column: 1/10; */
    /* transform: rotate(270deg);
    transform-origin: 0% 0%;
    margin-left: 81%; */
    text-align: right;
    /* background-color: blue; */
    /* margin: auto; */
    padding-bottom: 0.3em;
    width: 80%;
    color: #f6eee2;
    font-family: "Playfair Display";
    font-weight: 500;
    font-style: italic;
    font-size: 0.7em;
    /* margin-left: 81%; */
  }

  .creditspan:before {
    content: "Photograph: Lynn Rothwell";
  }
  
.meegcred:before {
  content: "Photograph: Megan Nolinho"
}

  .book-cred:before, .book-cred-2:before {
    content: "Cover Design: Suzanne Dean";
  }

  .book-cred {
    width: 77.5%;
  }

  .book-cred-2
  {
    width: 83%;
    margin-top: -8%;
  }

  .nyt-cred:before {
    content: "Illustration: Manon Debaye";
  }

  .nyt-cred-2:before {
    content: "Illustration: Anthony Gerace";
  }

  .guardian-cred:before {
    content: "Illustration: Andrea Ucini";
  }

  .guardian-cred-2:before {
    content: "Book Cover: Archipelago";
  }

  .guardian-cred-3:before {
    content: "Photograph: Olivia Harris";
  }

  .guardian-cred-4:before {
    content: "Illustration: Yukai Du";
  }

  .vice-cred:before {
    content: "Photograph: Chris Bethell";
  }

  .winter-cred:before {
    content: "Opera (1987)";
  }

  .outline-cred:before {
    content: "Photograph: Shutterstock";
  }

  .st-cred:before {
    content: "Illustration: Daniel Biddulph";
  }

  .ns-cred:before {
    content: "Illustration: New Statesman";
  }

  .ns-cred-2:before {
    content: "Book Cover: Verso Fiction";
  }

  .quatro-cred:before {
    content: "The diagnosis and treatment of diseases of women (1907)";
  }

  .nyt-cred, .nyt-cred-2 {
  width: 87.5%;
  }

  .village-cred:before {
    content: "Netflix (2017)";
  }

  .village-cred, .vice-cred, .winter-cred, .outline-cred, .guardian-cred-3, .guardian-cred-4, .st-cred, .quatro-cred {
    width: 90%;
  }


  .acts-of {
    content: url(img/ukcover.jpg);
    max-width: 55%;

  }

  .acts-of-2 {
    content: url(img/ukcover.jpg);
    max-width: 65%;
    margin-top: 0%;
  }

  .meegyung {
    content: url(img/meegyung.jpg);
    max-width: 60%;
    margin-top: 0%;
    transition: all 1s ease; 
  }


  .meeglive {
    content: url(img/meeglive.jpg);
    max-width: 60%;
    margin-top: 0%;
  }


  .beautiful {
    content: url(img/beautiful.jpg);
    max-width: 75%;
  }

  .hands {
    content: url(img/hands.jpg);
    max-width: 75%;
  }

  .dropout {
    content: url(img/dropout.jpg)
  }

  .waterford {
    content: url(img/waterford.jpg);
    max-width: 80%;
  }

  .eyes {
    content: url(img/eyes.jpg);
    max-width: 80%;
  }

  .karl {
    content: url(img/karl.jpg);
  }

  .chernobyl {
    content: url(img/chernobyl.jpeg);
    max-width: 80%;
  }

  .nolanclan {
    content: url(img/nolanclan.jpg);
    max-width: 80%;
  }
  
  .anxiety {
    content: url(img/anxiety.jpg);
    max-width: 80%;
  }

  .whitenoise {
    content: url(img/whitenoise.jpg);
    max-width: 80%;
  }

  .newstates {
    content: url(img/newstates.jpg);
  }

  .quatro {
    content: url(img/quatro.jpg);
    max-width: 80%;
  }

  .vigdis {
    content: url(img/vigdis.jpg);
  }

  .series {
    content: url(img/series.jpg);
    max-width: 80%;
  }
  

.stick-holder{
  width: 100%;
  grid-row: 2/4;
  grid-column: 2/4;
  display: grid;
  transform: translateX(-200%);
}

  .sticker {
    grid-row: 2/4;
    grid-column: 2/4;
    animation: rotation 15s infinite linear;
}

.sticker img {
  /* grid-row: 5;
  grid-column: 4; */
  max-width: 100%;
  width: 100%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sticker-nospin {
  grid-row: 2/4;
  grid-column: 2/4;
  z-index: 9;
  /* animation: rotation 15s infinite linear; */
}

.sticker-nospin img {
/* grid-row: 5;
grid-column: 4; */
max-width: 100%;
width: 100%;
}


.credito {
  /* grid-row: 9;
  grid-column: 1/10; */
  position: absolute;
  /* display: flex; */
  /* left: 5%; */
  bottom: 5%;
  width: 100%;
  color: #f6eee2;
  /* padding-bottom: 15px; */
  /* padding-left: 5%; */
  font-family: "Playfair Display";
  font-weight: 600;
  text-align: center;
  font-size: 1.7rem;
  transform: translateY(250%);
}


.credito > a {
  margin: 6px;
}






.credito a{
  color: #f6eee2;
}

/* .credito a:hover .harriet{
  color: blue;
}


.harriet{
  font-size: 0.7rem;
} */

.agent {
  /* grid-row: 9;
  grid-column: 1/10; */
  position: absolute;
  /* display: flex; */
  /* left: 5%; */
  top: 3%;
  width: 100%;
  color: #f6eee2;
  /* padding-bottom: 15px;
  padding-left: 15px; */
  font-family: "Playfair Display";
  font-weight: 600;
  text-align: center;
  font-size: 0.9rem;
}


.article-grid {
  display: flex;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-top: 1px solid #aaa397;
  font-family: 'EB Garamond', serif;
  color: #aaa397;
  padding: 10px;
  padding-left: none;
  align-items: center;
  align-content: center;
}

.article-grid-2 {
  border-bottom: 1px solid #aaa397;
  font-family: 'EB Garamond', serif;
  color: #aaa397;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lasticle {
  border-bottom: none;
}



.headline {
  font-size: 1.05em;
  text-transform: capitalize;
  grid-column: 1/3;
  grid-row: 1/3;
  align-items: center;
  align-content: center;
  flex-basis: 75%;
}

.column-date {
  font-size: 0.9em;
  text-transform: capitalize;
  grid-column: 4;
  grid-row: 1/3;
  align-items: center;
  align-content: center;
  flex-basis: 25%;
  text-align: end;
}

.article-grid:hover{
  color: black;
  cursor: pointer;
}

.article-grid-2:hover{
  color: white;
}

.publication {
  font-size: 0.7em;
  grid-column: 4;
  grid-row: 1;
  justify-content: flex-end;
  text-align: end;
  align-items: baseline;
  bottom: 0;
  /* text-transform: uppercase; */
  padding: none;
  flex-basis: 25%;
}

.eventname {
  font-size: 0.9em;
  /* text-transform: capitalize; */
  grid-column: 1/3;
  grid-row: 1/3;
  align-items: center;
  align-content: center;
  flex-basis: 100%;
}


.eventdate {
  font-size: 0.7em;
  grid-column: 5;
  grid-row: 1;
  justify-content: flex-end;
  text-align: end;
  align-items: baseline;
  bottom: 0;
  /* text-transform: uppercase; */
  padding: none;
  flex-basis: 30%;
}

.year, .year-line {
  text-align: left;
  font-size: 1.8em;
  font-family: "Playfair Display";
  font-weight: 400;
  padding: 5px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #aaa397;
}

.year-line {
  border-top: 1px solid #aaa397;;
}




.date {
  font-size: 0.7em;
  grid-column: 4;
  grid-row: 2;
  text-align: end;
  bottom: 0;
  padding: none;
}

.footer {
  position: fixed;
  bottom: 10%;
  font-family: "Playfair Display";
  font-weight: 600;
  transform: rotate(-90deg);
}

.book {
  display: grid;
  grid-template-rows: auto;
  height: 100vh;
  align-items: center;
  /* align-content: center; */
}

.book-text {
  font-size: 1.05em;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  text-align: left;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  /* color:#f6eee2; */
  color: #f6eee2;
}

.book-text-first {
  font-size: 1.75vw;
  font-family: "Garamond";
}

.quote-top, .quote-bottom {
  margin-left: 13%;
  margin-right: 13%;
  font-family: 'EB Garamond', serif;
  font-style: bold;
  text-align: center;
  height: 20vh;
  display: grid;
  align-items: center;
}


.quote-bottom {
  margin-left: 0%;
  margin-right: 0%;
  /* background: #161616; */
  background: #e7333b;
  grid-template-columns: 1fr 2fr 1fr;
}

.barcodes {
  width: 100%;
  padding-left: 10%;
}

.barcodes img {
  width: 45%;
}


.line {
  border-bottom: 2px solid  #f296ad;
  margin-left: 20%;
  margin-right: 20%;
  height: 0.2vh;
}


.quote-text, .quote-text-knaus {
  /* margin-left: 7%;
  margin-right: 7%; */
 color:#f6eee2;
 /* color: #f095bb; */
 font-size: 0.8em;
 display: inline-block;
 line-height: 110%;
 vertical-align: middle;
 text-align: center;
 font-family: 'EB Garamond', serif;
}




.quote-author {
  color: #f6eee2;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-align: center;
  padding-top: 0.2em;
  font-family: 'EB Garamond', serif;
 }

 .quote-author a {
  text-decoration: underline;
  color: #f6eee2;
 }

.blurb {
  margin-left: 20%;
  margin-right: 20%;
  display: grid;
  height: 58.6vh;
  color: #f18fba;
  align-items: center;
  line-height: 115%;

}

.cape-line {
  background-color: #ed6a5d; 
  height: 3vh;
  text-align: center;
}

.cape {
  /* margin-left: 20%; */
  font-family: 'EB Garamond', serif;
  font-size: 0.8vw;
  /* text-transform: uppercase; */

}

.book-bottom {
  padding-bottom: 1.4em;
  color: #ed6a5d;
  background-color: black;
  height: 15.75vh;
  align-content: center;
  align-items: center;
  line-height: 110%;
}

.book-text-bottom {
  font-size: 0.9em;
  font-family: 'EB Garamond', serif;
  text-align: center;
  color: #f6eee2;
  /* margin-top: 5%; */
  justify-content: center;
}

.book-text-bottom a {
color: #f6eee2;
text-decoration: underline;
}

.usbook{
  /* margin-top: -10%; */
  margin-left: -36%;
}

.usbook img {
  width: 33%;
  -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.2);
}


.preorder {
  /* width: 100%; */
  color: black;
  background-color: #e5c8c6;
  border: none;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 1em;
  padding: 0.4em;
  text-align: center;
  align-self: center;
}

.us {
  width: 45%;
  max-width: 45%;
}

.uk {
  justify-self: center;
  width: 50%;
  max-width: 35%;
}

/* ABOUT PAGE */

.about-tab{ 
display: grid;
  grid-template-rows: auto;
  height: 100vh;
  align-items: center;
  align-content: center;
  margin-left: 20%;
  margin-right: 20%;
}

.about-words{
  display: flex;
  height: 90vh;
  font-size: 1.1em;
  font-family: 'EB Garamond', serif;
  /* font-weight: 450; */
  text-align: justify;
  justify-content: center;
  flex-direction: column;
  color: white;
  /* color:#f6eee2; */
}

.about-elements{
  margin: auto;
}

.about-words a {
  color: white;
  text-decoration: underline;
}



.gutter {
  height: 5vh;
}

/* ANIMATIONS */

.hide {
  background: #f6eee2;
  overflow: hidden;
}

.hide span {
  transform: translateY(100%);
  display: inline-block;
}

.hide2 span {
  display: flex;
  transform: translateY(100%);
}

.hide3 span {
  display: flex;
}

.hide2, .hide2a{
  background-color: #e7333b; 
}

.hide3{
  background-color: black;
}

.hide4{
  background-color: #1056a3;
}

.hide4 span {
  display: flex;
}

.eventholder{
  width: 100%;
  display: flex;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding-left: none;
  align-items: center;
  align-content: center;
}


  /* BIG SCREEN */

  @media (min-width: 1600px) {


    button.accordion {
    font-size: 4em;
    }

    button.accordion-no {
      font-size: 4em;
      }

    .headline {
      font-size: 1.2em;
      }

      .book-text {
        font-size: 1.9vh;
        }


      .book-text-bottom {
        font-size: 1.1em;
        }

        .blurb {
          line-height: 145%;
        }

        .eventname{
          font-size: 0.95em;
        }

        .eventdate{
          font-size: 0.85em;
        }

        .credito {
          font-size: 2.3rem;
        }

        .about-words{
          font-size: 1.3em;
        }

        .tabspan1, .tabspan2, .tabspan3, .tabspan4 {
          right: -40px;
          width: 30px;
          padding-right: 10px;
        }


.bye {
  -webkit-transform: translateX(-47.1vw);
          transform: translateX(-47.1vw);
        
  }

  .quote-text, .quote-text-knaus {
    /* margin-left: 7%;
    margin-right: 7%; */
   /* color: #f095bb; */
   font-size: 1em;
    }


  
  
  
  
  .quote-author {
    font-size: 1.1em;
    letter-spacing: 0.25px;
   }
  

}

    /* BIGGEST SCREEN */

    @media (min-width: 1900px) {

          .blurb {
            line-height: 145%;
          }

          .eventname{
            font-size: 1.1em;
          }


        .about-words{
          font-size: 1.34em;
        }




        .book-cred {
          width: 60%;
        }



  .book-cred-2
  {
    width: 75%;
  }

    }


    /* SAFARI */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
    @media {
      .tabspan1, .tabspan2, .tabspan3, .tabspan4 {
        right: -20px;
        width: 30px;
        padding-right: 10px;
      }
    }
}

    @media not all and (min-resolution:.001dpcm) { 
      @media {
        .tabspan1, .tabspan2, .tabspan3, .tabspan4 {
          right: -20px;
          width: 30px;
          padding-right: 10px;
        }
      }
  }


  /* Shorter Wide Screen */
@media (max-height: 850px) and (min-width: 851px) and (max-width:1000px) {  

  .quote-text, .quote-text-knaus {
   font-size: 0.8em;
   margin: auto;
  }

  .scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }

  .scroll::-webkit-scrollbar {
    display: none;
  }

  .book {
    height: auto;
    display: block;
  }

  .blurb {
    margin-left: 12%;
    margin-right: 12%;
    display: grid;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .line {
    border-bottom: 2px solid  #f296ad;;
    margin-left: 12%;
    margin-right: 12%;
    height: 0.2em;
  }

}

/* SHORT WIDER SCREEN */
@media (min-height: 600px) and (max-height: 900px) and (min-width: 1001px) and (max-width: 1400px) {  

  .quote-text, .quote-text-knaus {
   margin: auto;
  }

  .blurb {
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .line {
    margin-left: 10%;
    margin-right: 10%;
    height: 0.2em;
  }
}

/* SHORT-wide default SCREEN */
@media (max-height: 599px) and (min-width: 851px){  
  .scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  }

  .scroll::-webkit-scrollbar {
    display: none;
  }

  .book {
    height: auto;
    display: block;
  }

  .quote-top, .quote-bottom {
    /* margin-left: 13%;
    margin-right: 13%; */
    height: auto;
  }


  .blurb {
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }


  .line {
    border-bottom: 2px solid  #f296ad;;
    margin-left: 10%;
    margin-right: 10%;
    height: 0.2em;
  }
}

/* MAX WIDTH NO HEIGHT */

@media (min-width: 1600px) and (max-height: 699px) {
  .book-text {
    font-size: 0.85em;
    }
}

/* ABOUT FIX */

@media (max-height: 500px) and (min-width: 851px) { 
.about-tab {
  /* position: absolute; */
  padding-top: 10em;
  margin-left: 10%;
  margin-right: 10%;
}

.hide4 {
   overflow: visible;
}

.hide4 span {
  transform: translateY(0%);
}

}

@media (min-height: 501px) and (max-height: 800px) and (min-width: 851px){ 
  .about-tab {
    /* position: absolute; */
    padding-top: 1.5em;
    margin-left: 15%;
    margin-right: 15%;
  }
  
  .hide4 {
     overflow: visible;
  }
  
  .hide4 span {
    transform: translateY(0%);
  }
  
  }
  /* TABLET */

@media (max-width: 850px) { 

 .overlay{
  display: flex;
  opacity: 100%;
 }

 .overlay2{
opacity: 100%;
background: none;
z-index: 16;
 }

 .author-overlay{
  color: #f6eee2;
  font-family: "Akronim";
  text-align: center;
  margin: auto;
  font-size: 5em;
 }

  .col1 {
    width: 92vw;
    transform: translateX(0%) translateY(0%);
    border-right: 1px solid black;
    /* display: none; */
  }
  
  .col2 {
    width: 100vw;
    margin-left: 0%;
    transform: translateY(0%);
  }

  
.tab1, .tab2, .tab3, .tab4 {
  width: 96vw;

}

  .tabspan0{
    display: block;
            
  }
  

.tabspan1 {
  height: 19.6vh;
  top: 78.4%;
  right: -35px;
 }

.tabspan2 {
  height: 19.6vh;
  top: 58.8%;
  right: -35px;
}



.tabspan3 {
  height: 19.6vh;
  top: 39.2%;
  right: -35px;
}


.tabspan4 {
  height: 19.6vh;
  top: 19.6%;
  right: -35px;
}

  
  .tab0 {
    width: 100vw;
  }

.tab1, .tab2, .tab3, .tab4 {
  width: 92vw;
}

.bye {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

.first {
  z-index: 9;
  transition: all 0.75s ease;
}

.last {
  display: none;
}

.vl {
  display: none;
}

.author {
  grid-row: 1/9;
}

.author-pic {
  max-width: 70%;
  border: 0.75vw #f6eee2 solid;
}

.author-name {
  font-size: 5em;
  padding-top: 0.1em;
}


.stick-holder{
  width: 100%;
  grid-row: 1/4;
}


.creditspan {
  width: 85%;
}

.envelope {
  display: block;
  transform: rotate(90deg);
  margin-right: 4px;
}

.quote-bottom {
  grid-template-columns: 1fr;
  height: 20%;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.usbook {
  display: none;
}

.barcodes{
  display: none;
} 

.book-text-bottom{
  margin-left: 8%;
  margin-right: 8%;
}


.line1{
  padding-top: 1em;
  display: block;
}


.quote-text, .quote-text-knaus {
  font-size: 1.1em;
  margin: auto;
 }

button.accordion.active, button.accordion:hover {
  background-color: #f6eee2;
  color: black;
  margin-left: 0%;
}

.work-items {
margin-left: 5%;
width: 89%;
}

.events-page {
  /* width: 82.5%; */
  margin-left: 5%;
  margin-right: 5%;
}

.year, .year-line {
  padding-left: 0;
}


div.panel{
  margin-left: 2%;
}

.article-grid, .article-grid-2, .eventholder {
  padding-left: 0px;
  padding-right: 0px;
}

.article-grid-2, .eventholder {
  column-gap: 5%;
}

.article-grid {
  color: black;
}

.headline {
  flex-basis: 70%;
}

.publication{
  flex-basis: 25%;
}

.tab0lower {
z-index: 1;
}


button.accordion, button.accordion-no {
  font-size: 2.75em;
  padding-left: 0px;
  }



  .headline {
    font-size: 1.1em;
    }

    .book-text {
      font-size: 1.2em;
      line-height: 110%;
      }


    .book-text-bottom {
      font-size: 1.1em;
      }

  
      .eventname{
        font-size: 1.1em;
        flex-basis: 70%;    
      }

      .eventdate{
        font-size: 0.7em;
        flex-basis: 30%;
      }

      .credito {
        font-size: 2.3rem;
      }

      .about-words{
        font-size: 1.1em;
      }

      .tabspan1, .tabspan2, .tabspan3, .tabspan4 {
        right: -40px;
        width: 25px;
        padding-right: 10px;
      }

      .about-tab{ 
        display: block;
          grid-template-rows: auto;
          height: auto;
          align-items: center;
          align-content: center;
          margin-left: 8%;
          margin-right: 8%;
        }
     
        .about-words{
          display: block;
          height: auto;
        }
        

        .gutter {
          height: 0%;
        }
      
      .scroll {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
      }

      .scroll::-webkit-scrollbar {
        display: none;
      }

      .top-line, .top-line-events, .top-line-about {
            grid-template-columns: 1fr 1fr;
        margin-left: 5%;
        margin-right: 5%;
          }
      
      .top-line-about {
        position: fixed;
        color: white;
      }
      
      .top-line-events{
        position: sticky;
        top: 0%;
      }
      
      .title {
        padding-left: 0em;
        font-size: 1.2em;
      }
      
      .selected {
        padding-right: 0.3em;
        font-size: 1.2em;
      }

      .event-title {
        padding-left: 0em;
        font-size: 1.2em;
      }
      
      .event-title {
        flex-basis: 25%;
      }

      .aboutitle{
        position: relative;
      }

      .past-upcoming {
        font-size: 0.8em;
        padding-right: 0em;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
      }

      .upcoming, .past {
        padding-top: 0.3em;
        padding-bottom: 0.3em;
      } 

      .book {
        height: auto;
        display: block;
      }

      .quote-top  {
        margin-left: 13%;
        margin-right: 13%;
        height: auto;
      }

  
      .blurb {
        margin-left: 8%;
        margin-right: 8%;
        display: flex;
        height: 58.6%;
        padding-top: 1em;
        padding-bottom: 1em;
        line-height: 110%;
      }



  .actsofimage{
    display: block;
    /* margin-left: 8%;
    margin-right: 8%; */
    align-items: center;
    padding-top: 5%;
    width: 100%;
      }

      .actsimg{
        display: flex;
       max-width: 50%;
       margin-left: auto;
       margin-right: auto;
       padding-bottom: 0.5em;
       /* margin-left: auto;
       margin-right: auto; */
          }

          .actsimg img{
            max-width: 100%;
            margin: auto;
            align-items: center;
               }

      .line {
        border-bottom: 2px solid  #f296ad;;
        margin-left: 8%;
        margin-right: 8%;
        height: 0.2em;
      }

      /* Safari Mobile */
      @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
        @media {
          .tabspan1, .tabspan2, .tabspan3, .tabspan4 {
            right: -20px;
            width: 30px;
            padding-right: 10px;
          }

          .tabspan0 {
            left: 87%;
          }

          .actsimg{
            display: block;
              }

              /* .work-items{
                display: block;
                height: auto;
            } */
        }
    }
    
        @media not all and (min-resolution:.001dpcm) { 
          @media {
            .tabspan1, .tabspan2, .tabspan3, .tabspan4 {
              right: -20px;
              width: 30px;
              padding-right: 10px;
            }

            .tabspan0 {
              left: 87%;
            }

            .actsimg{
              display: block;
                }

                /* .work-items{
                  display: block;
                  height: auto;
                  
              } */
          }
      }
      

  }
/* MOBILE */

  @media (max-width: 600px) { 


  .actsofimage{
    padding-top: 0%;
      }

      .actsimg{
       max-width: 70%;
          }


    .booktitle {
      display: block;
    }
    
    .whitebooktitle{
      color: #f6eee2;
    }
    

    .quote-text, .quote-text-knaus {
      font-size: 1.1em;
      margin: auto;
     }
   


  .author-name {
    font-size: 16vw;
    padding-top: 3.75vw;
  }
  
  .author-pic {
    max-width: 100%;
    border: 0.75vw #f6eee2 solid;
  }
  


.stick-holder{
  width: 160%;
  grid-row: 1/4;
}


.creditspan {
  width: 100%;
}



.tabspan1::after {
  content: "About";
}

.tabspan2::after {
  content: "Events";
}


.tabspan3::after {
  content: "Book";
 }

.tabspan4::after {
  content: "Work";
}


.credito{
  text-align: center;
  font-size: 1.4rem;
  bottom: 3%;
}

.credito > a {
  margin: 12px;
}

}

.work-items, .workgrid, .accordion, .panel {
  -webkit-transform: translate3d(0,0,0);
}