/*UNIVERSTAL STYLING*/
html {
  background: #fff;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: 'neue-haas-unica', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.35;
  margin-left: -5px;
  padding-left: 5px;
  margin-top: -5px;
  padding: 5px;
  background-color: white;
}

a {
  color: inherit;
}

a:link, a:visited {
  text-decoration: none;
}

a:link:hover {
  font-style: italic;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

/*////////////INDEX.HTML/HOMEPAGE////////////////////////////////////////////////*/
/*BACKGROUND VIDEO*/
#pageEnterVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.container {
  position: absolute;
  border: 0px solid red;
  width: 99vw;
  height: auto;
  z-index: 1;
  align-content: right;
  background-color: white;
}

/*//NAME/*/
#name {
  position: fixed;
  top: 10px;
  right: 0px;
  font-weight: 300;
  font-style: normal;
  font-size: 2em;
  line-height: 1.05;
  padding-right: 30px;
  border: 0px solid blue;
  text-align: justify;
  z-index: 10;
}

/*SPEAKER*/
.speaker-container {
  width: 100vw;
  height: 100vh;
  border: 0px solid green;
}

.speaker {
  width: 30px;
  height: 30px;
  ;
  position: absolute;
  left: 30px;
  bottom: 10px;
  border: 0px solid blue;
}

.speaker img {
  max-width: 100%;
}

/*MENU*/
#arrowRight {
  width: 60px;
  float: left;
  padding-left: 15px;
  padding-top: 20px;
  mix-blend-mode: difference;
  z-index: 11;
  position: absolute;
}

#arrowLeft {
  width: 60px;
  float: left;
  padding-top: 25px;
  padding-bottom: 300px;
  z-index: 11;
}

/* The side navigation menu */
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  border: 0 solid black;
  margin: -3px 0px 0px -10px;
  box-shadow: 0 0 10px 10px white;
  text-align: left;
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 30px 5px 30px;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  font-size: 50px;
  color: black;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  font-family: 'neue-haas-unica', sans-serif;
  font-weight: 200;
  font-style: italic;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 40px;
  }
}

/*********** WORK.HTML ***************/
/*WORK GALLERY GRID*/
.grid {
  border: 0px solid green;
  margin: auto;
  padding-top: 130px;
  padding-left: 1.5vw;
  z-index: 0;
  width: 92vw;
  position: absolute;
  align-items: center;
}

.grid-sizer, .grid-item {
  width: 28.7vw;
  margin: 0.7vw;
  border: 0px solid blue;
}

.work-grid-video {
  width: 100%;
}

.grid-item img {
  width: 100%;
}

.grid-item img:hover {
  box-shadow: 0 0 7px 3px lightgrey;
}

.grid-item-gif {
  position: absolute;
  visibility: hidden;
}

.grid-item:hover {
  font-style: italic;
}

.grid-item:hover .grid-item-gif {
  visibility: visible;
}

.work-name {
  float: left;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: -3px;
  margin-bottom: 2px;
}

/*******************WORK-ARTICLE******************/
/*WORK ARTICLE DESIGN*/
.work-main-image {
  position: fixed;
  display: block;
  width: 101vw;
  height: 101vh;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
}

.work-article-container {
  margin-top: 100vh;
  width: 100vw;
  min-height: 2em;
  background-color: white;
  border: 0px solid red;
}

.work-header {
  position: sticky;
  top: 0;
  line-height: 1em;
  background-color: white;
  /*h-offset v-offset blur spread color */
  margin-bottom: 0.2em;
  text-align: center;
  padding-top: 0.5em;
  /*transition: 0.3s;*/
  z-index: 2;
  margin: auto;
  width: 100vw;
  height: 20px;
  box-shadow: 0px -5px 30px 30px white;
  overflow: visible;
  border: 0px solid blue;
  animation: none;
}

.header-title {
  margin: auto;
  text-transform: uppercase;
  font-size: 4em;
  line-height: 1em;
  background-color: white;
  width: 800px;
  border: 0px solid green;
  box-shadow: 0px -5px 30px 30px white;
  transition-duration: 0.5s;
}

.min-header {
  font-size: 2em;
}

.text-facts {
  border: 0px solid red;
  top: 0;
  font-size: 12px;
  border: 0px solid red;
  hyphens: none;
  text-align: center;
  margin: auto;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1.2em;
  text-transform: none;
  background-color: white;
  width: 800px;
}


.work-article-content {
  z-index: 0;
  font-size: 1.15em;
  max-width: 70ch;
  hyphens: auto;
  margin: auto;
  padding: 1.5em;
  background-color: white;
  transition-duration: 0.5s;
}

.article-image {
  z-index: 0;
}

.full-width {
  z-index: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  object-fit: contain;
}

.back-to-work {
  width: 100%;
  font-size: 2em;
  border: 0px solid red;
  text-align: center;
}

.back-to-work img {
  width: 40px;
  margin: 13px;
}

.back-to-work:hover {
  font-style: italic;
}

/* WORK IMAGE SLIDESHOW STYLING*/
.slideshow-container {
  margin: auto;
  width: 100vw;
  height: auto;
  /*when this is hidden, the height is right, but the content is not visible*/
  margin-bottom: -50px;
  background-color: white;
  overflow: visible;
}

.active {
  background-color: white;
}

.slider {
  background-color: white;
  cursor: e-resize;
}

.slider .slide {
  overflow: hidden;
  margin: auto;
  width: 100vw;
  /*height: 100vh;*/
  text-align: center;
  font-size: 20px;
  cursor: e-resize;
}

.slide {
  position: absolute;
  align-content: center;
  /*max-width: 90vw;
  max-height: 80vh;*/
  margin: auto;
  /*-webkit-transition-duration:0.5s;
  transition-duration:0.5s;*/
  opacity: 0;
  height: 85vh;
  /*height: 82vh;*/
}

.slide img {
  padding-top: 2%;
  max-width: 95vw;
  max-height: 88%;
  object-fit: contain;
}

.text {
  bottom: 0;
  max-height: 10%;
  font-size: 14px;
}

.active {
  max-height: 100%;
}

.slider .slide.active {
  opacity: 1;
}

/*////////////////////TEXT-ARTICLE//////////////////////*/
.text-container {
  width: 100vw;
  height: auto;
  background-color: white;
}

.text-container img {
  max-height: 80vh;
  z-index: 0;
}


.text-header {
  position: sticky;
  top: 0;
  line-height: 1em;
  background-color: white;
  /*h-offset v-offset blur spread color */
  margin-bottom: 0.2em;
  text-align: center;
  padding-top: 0.5em;
  /*transition: 0.3s;*/
  z-index: 2;
  margin: auto;
  width: 100vw;
  height: 20px;
  box-shadow: 0px -5px 30px 30px white;
  overflow: visible;
  border: 0px solid blue;
  animation: none;
}

.min-text-header {
  font-size: 2em;
  height: 50px
}

.text-title {
  font-size: 4em;
  line-height: 1em;
  background-color: white;
  width: 100vw;
  margin: auto;
  border: 0px solid green;
  box-shadow: 0px -5px 30px 30px white;
  transition-duration: 0.5s;
  text-transform: uppercase;
}

.text-title:hover {
  font-style: italic;
}

.text-facts2 {
  border: 0px solid red;
  top: 0;
  font-size: 12px;
  border: 0px solid red;
  hyphens: none;
  text-align: center;
  margin: auto;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1.2em;
  text-transform: none;
  background-color: white;
}

.text-content {
  z-index: 0;
  font-size: 1.17em;
  max-width: 70ch;
  hyphens: auto;
  margin: auto;
  background-color: white;
  transition-duration: 0.5s;
  padding-top: 200px;
  padding-right: 1.5em;
  padding-left: 1.5em;

}

.text-image {
  z-index: 0;
  max-width: 100%;
  max-height: 80vh;
}

.sources {
  font-size: 12px;
}

.full-width {
  z-index: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  object-fit: contain;
}

.back-to-text {
  width: 100%;
  font-size: 2em;
  border: 0px solid red;
  text-align: center;
}

.back-to-text img {
  width: 40px;
  margin: 13px;
}

.back-to-text:hover {
  font-style: italic;
}

/*TEST*/
.blendtest {
  z-index: 10;
  font-size: 5em;
  font-weight: bold;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  mix-blend-mode: difference;
  filter: grayscale(100%);
}

.canvas {
  background: black;
}

.blendmode {
  mix-blend-mode: difference;
}

/*/////////////////// SOONNOW.HTML //////////////////////*/
.year {
  top: 0px;
  padding-right: 30px;
  border: 0px solid blue;
  width: 32vw;
  font-size: 4em;
}



.soonnow-container {
  border: 0px solid blue;
  width: 122vw;
  height: 105vh;
  display: flex;
  flex-wrap: nowrap;
  background: white;
  margin-left: 70px;
  overflow-x: scroll;
  
}

.soonnow-present {
  width: 30vw;
  padding-right: 50px;
  padding-left: 50px;
  max-height: 101%;
  box-shadow: 0px 20px 20px 0px grey;
  float: left;
  overflow-y: scroll;
  padding-top: 70px;
  border: 0px solid green;
  /*margin-top: -5px;*/
  overflow-x: hidden;
  flex-shrink: 0;
}

.soonnow-past {
  width: 30vw;
  max-height: 101%;
  padding-left: 50px;
  padding-right: 50px;
  box-shadow: 8px 20px 20px -10px grey;
  float: left;
  overflow-y: scroll;
  padding-top: 70px;
  /*margin-top: -5px;*/
  overflow-x: hidden;
  flex-shrink: 0;
}

.soonnow-heading {
  border: 0px solid blue;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-top: 1px solid black;
  overflow: auto;
}

.soonnow-info {
  left: 0.3em;
  border: 0px solid green;
  font-size: 12px;
  font-weight: 400;
  max-width: 35%;
}

.soonnow-kind {
  border: 0px solid yellow;
  font-size: 12px;
  font-weight: 400;
  width: 64%;
  right: 0px;
  text-align: right;
  float: right;
}

.soonnow-name {
  text-align: right;
  margin-right: 0px;
  margin-top: 0px;
  line-height: 1em;
  border: 0px solid blue;
  text-align: right;
  font-size: 1.5em;
  width: 64%;
  float: right;
}

.soonnow-content {
  padding-bottom: 20px;
  border: 0px solid green;
}

.soonnow-content-text {
  font-size: 0.9em;
}

.soonnow-content-text a {
  text-decoration: underline;
}

.soonnow-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.soonnow-content-image img:hover {
  box-shadow: 0 0 7px 3px lightgrey;
  z-index: 10;
}

/*//////// ABOUT.HTML PAGE ///////////////////////////*/
.about-top-margin {
  width: 100vw;
  height: 80px;
  margin-bottom: 30px;
  border: 0px solid pink;
  background-color: white;
  position: fixed;
  top: 0;
  box-shadow: 0px -5px 30px 30px white;
}

.about-info {
  z-index: -1;
  position: fixed;
  margin-top: 110px;
  padding-left: 20px;
  display: inline-block;
  width: 40ch;
  padding-right: 20px;
  float: left;
  left: 0px;
  border: 0px solid blue;
  padding-bottom: 1vh;
}

.about-content {
  margin-top: 110px;
  z-index: -1;
  right: 0px;
  float: right;
  overflow-y: scroll;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  width: 54%;
  border: 0px solid green;
  font-size: 1.15em;
  align: right;
}

.about-heading {
  margin-top: 0px;
  line-height: 1em;
  border-bottom: 1px solid black;
  margin-bottom: 6px;
  text-align: left;
  font-size: 1.5em;
  width: 100%;
}

.about-footer {
  position: fixed;
  height: 5vh;
  padding-left: 1vw;
  width: 100vw;
  bottom: 0;
  background: white;
  box-shadow: 0px 0px 30px 30px white;
  text-align: left;
  padding-right: 2vw;
  color: grey;
}

/*////////////////////////////////// TEXT.HTML ///////////////////////////////////////*/
.text-main-container {
  padding-top: 150px;
  width: 88vw;
  height: 101vh;
  border: 0px solid red;
  margin: auto;
}

.text-main-content {
  padding-bottom: 80px;
}

.text-main-name {
  border-top: 1px solid black;
  width: 80%;
  font-size: 2.5em;
  margin-bottom: 0.7em;
  line-height: 1.2em;
  float: left;
}

.text-main-writer {
  font-size: 1.5em;
  border-top: 1px solid black;
  float: right;
  text-align: right;
  width: 20%;
  line-height: 1.1em;
}

/*////////////// RESPONSIVE DESIGN FOR TABLET & MOBILE/////////////////////*/
@media only screen and (max-width:800px) {

  /* For mobile phones: */
  .sidenav {
    width: 0;
  }

  #name {
    font-size: 1.7em;
  }

  #arrowRight {
    width: 50px;
  }

  #arrowLeft {
    width: 50px;
  }

  /*work article*/
  .header-title {
    max-width: 95vw;
  }

  .work-header {
    position: sticky;
    top: 0em;
    padding-top: 65px;
    z-index: 1;
  }

  .text-facts {
    font-size: 12px;
    max-width: 95vw;
  }

  .work-article-content {
    margin-top: 240px;
  }

  /*TEXT article*/
  .text-title {
    max-width: 95vw;
  }

  .text-header {
    position: sticky;
    top: 0em;
    padding-top: 65px;
    z-index: 1;
  }


  .work-article-content {
    margin-top: 240px;
  }

/*text article*/
  .text-main-name {
    width: 70%;
  }
  .text-main-writer {
    width: 30%;
    font-size: 1.15em;
    padding-top: 6px;
  }

  /*ABOUT PAGE*/
  .about-container {
    position: absolute;
  }

  .about-image {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .about-content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
  }

  /*WORK.HTML*/
  .grid-item {
    width: 70vw;
    height: auto;
    border: 0px solid red;
    padding: 5px;
  }
}

@media only screen and (max-width:1250px) {
  .work-header {
    padding-top: 65px;
  }

@media only screen and (max-width:1025px) {
  .soonnow-container {
    width: 100vw;
    margin-left: 10vw;
    padding-top: 10px;
    flex-flow: wrap;
  }

  .soonnow-present {
    padding-left: 50px;
  }

  .soonnow-present, .soonnow-past {
    border: 0px solid green;
    width: 40vw;
    height: 100vh;
  }

  #name {
    margin-right: -2vw;
  }

  .work-wrap {
    column-count: 2;
  }

  .grid-sizer, .grid-item {
    width: 43vw;
    margin: 1vw;
  }

  .about-info {
    position: relative;
    padding-bottom: 20px;
  }

  .about-content {
    position: relative;
    padding-left: 20px;
    margin-top: 0px;
  }


  /*IPAD*/

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .soonnow-container {
      width: 100vw;
      margin-left: 10vw;
      padding-top: 10px;
      flex-flow: wrap;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .soonnow-container {
      width: 100vw;
      margin-left: 10vw;
      padding-top: 10px;
      flex-flow: nowrap;
    }
}

  /*WORK ARTICLE*/
  .text-facts {

  }
}

/*TEXT-ARTICLE*/

@media only screen and (max-width:600px) {
  #name {
    font-size: 1.5em;
    margin-right: -2vw;
  }

  /*SOONNOW*/
  .soonnow-present, .soonnow-past {
    border: 0px solid green;
    width: 80vw;
    min-width: 270px;
    height: 100vh;
    padding-right: 50px;
    box-shadow: 0px 20px 20px 0px grey;
  }

  .soonnow-present {
    padding-left: 0px;
  }

  .soonnow-container {
    margin-left: 10vw;
    display: flex;
  }

  /*WORK.HTML*/
  .grid-sizer, .grid-item {
    width: 100%;
    padding-right: 20px;
  }

  /*WORK ARTICLE*/
  .slide {
    height: 50vh;
  }
  .work-article-content {
    padding-top: 90px;
  }

  /*ABOUT*/
  .about-content {
    margin-top: 0px;
  }

  /*TEXT-article*/
  .text-content {
padding-top: 320px;
  }


}


