:root {
  --font-size-0: 8.3px;
  --font-size-1: 12.5px;
  --font-size-2: 23.199999999999996px;
  --underline-offset-1: 3px;
  --underline-offset-2: 4px;
  --margin-1: 14px;
  --padding-1: 7px 14px;
  --font-family-1: 'Times New Roman', Times, serif;
  --font-family-2: Arial;
  --horizontal-margin-1: 5px;
  --header-height-1: 70px;
  --line-height-3: 1.3;
  --line-height-1: 1.2;
  --line-height-2: 1;
  --background-1: #fffffe;
  --letter-spacing-1: 0.058em;
}
@media screen and (max-width:800px){
  :root {
    --font-size-0: 8.3px;
    --font-size-1: 14px;
    --font-size-2: 30px;
    --margin-1: 14px;
    --horizontal-margin-1: 5px;
    --line-height-1: 1;
    --line-height-2: 1.2;
    --letter-spacing-1: 0.058em;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width:800px){
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}


.al-c {text-align: center;}
.al-r {text-align: right;}
.inl{display: inline-block;}
.pad {
  padding: var(--padding-1);
}
.poi{  
  cursor: pointer;
}
.ff-2 {
  font-family: var(--font-family-1);
  font-size: var(--font-size-2);
}
.cl:hover {
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: var(--underline-offset-2);
}
.cl:hover * {
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: var(--underline-offset-2);
}
.cl2:hover,
.IndexProject:hover p,
.num:hover {
  opacity: 0.7;
}
.nos {
  user-select: none;
  -moz-user-select: none;
}
* {
  user-select: none;
  -moz-user-select: none;
}
html, body {
  z-index: 1;
  font-size: var(--font-size-1);
  font-family: var(--font-family-2);
  line-height: var(--line-height-1);
  letter-spacing: var(--letter-spacing-1);
  padding: 0;
  margin: 0;
  background: var(--background-1);
}

@media screen and (max-width:800px){
  main {
    padding-bottom: 90px;
  }
}




/* Nav */
.TopNav {
  display: grid;
  grid-template-columns: 1fr calc(48vh + 30px) 1fr;
  width: 100vw;
  position: fixed;
  z-index: 1000;
  grid-gap: 20px;
  top: 0;
  left: 0;
  font-family: var(--font-family-1);
  padding: var(--padding-1);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 7px;
}
.TopNav *{
  font-size: var(--font-size-2);
}
.title a, .title {
  white-space: nowrap;
  display: inline-block;
}
nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
nav *{
  font-size: var(--font-size-2);
  font-family: var(--font-family-1);
}
.right a{
  text-align: right;
  position: fixed;
  padding: 7px 15px;
  height: 100vh;
  width: 50vw;
  display: block;
  top: 0;
  z-index: 0;
  right: 0;
}
.left a {
  position: fixed;
  padding: 7px 15px;
  height: 100vh;
  width: 50vw;
  display: block;
  top: 0;
  z-index: 0;
  left: 0;
}
nav a:hover {
  font-style: normal;
}
nav .left span,
nav .right span {
 cursor: pointer;
}
* {
  cursor: none!important;
  /* display: inline-block; */
}

.Index {
  padding: var(--header-height-1) 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-wrap: wrap;
  grid-gap: 6vw;
  position: relative;
  width: 70vw;
  z-index: 1000;
  margin: auto;
  align-items: flex-end;
}
.IndexProject {
  width: 100%;
  display: block;
  cursor: pointer;
}


.indexnumber {
  margin-top: 0.5vw;
}
.Index img {
  width: 100%;
}
.horizontalindeximg {
  width: 130%!important;
  margin-left: -15%;
}
.Index:hover * {
  text-decoration: none;
}
@media screen and (max-width:1000px){
  .Index {
    width: 87vw;
    grid-gap: 8vw;
  }
  .indexnumber {
  margin-top: 2vw;
}

}
@media screen and (max-width:800px){
  .Index {
    padding-top: 8vw;
    width: 84vw;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10vw;
  }
}
@media screen and (max-width:800px){
  .num {
    pointer-events: all;
    z-index: 9999;
  }
  .TopNav {
    width: auto;
    padding: 0;
  }
  .TopNavMiddle {
    width: 100vw;
    padding: 7px 15px;
  }
  .mobileheader {
    width: 100vw;
    padding: 7px 13px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    justify-content: space-between;
  }
  .mobileheader *{
    font-family: var(--font-family-1);
    font-size: var(--font-size-2);
  }
}
.TopMiddleNav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  margin-bottom: var(--margin-1);
  text-align: center;
  font-size: var(--font-size-2);
  font-family: var(--font-family-1);
}
.ImgNav {
  font-size: var(--font-size-1);
  font-family: var(--font-family-2);
  z-index: 100;
  pointer-events: none;
}

/* Images */
.Dots *{
  display: flex;
  margin: auto;
  text-transform: uppercase;
  margin: 0 2px;
  padding: 2px 0;
  cursor: none;
  align-items: center;
  pointer-events: all;
  text-transform: lowercase;
}
.Dots li:hover{
  text-decoration-line: underline;
  text-underline-offset: var(--underline-offset-1);
}
.Dots {
  width: 100%;
  display: flex;
  pointer-events: none;
  text-align: center;

  justify-content: space-around;
}

@media screen and (max-width:800px){
  .TopMiddleNav {
    z-index: 1000;
  }

  .DotsMobile {
    margin-top: 0;
    padding: 0;
  }
  .DotsMobile *{
    padding: 0!important;
    margin: 0;
    margin-right: 4px;
  }
}

.ImagesWrap {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.Images {
  display: block;
  pointer-events: none;
  margin-top: 1vh;
  z-index: 10;
  position: relative;
}
.ImageSlider {
  width: 100vw;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  align-items: center;
}
.slick-initialized .slick-slide {
  overflow: hidden;
}
.ImageSlider img{
  margin: auto;
  height: 80vh;
  display: block;
  width: auto;
  pointer-events: all;
}
li.slick-active {
  text-decoration-line: underline;
  text-underline-offset: var(--underline-offset-1);
}
@media screen and (max-width:800px){
  .Images {
    margin-top: 47px;
  }
  .ImagesWrap {
  display: flex;
  align-items: center;
  width: 100vw;
  height: auto;
}
  .ImageSlider img{
    margin: auto;
    height: auto;
    max-height: auto;
    width: 100vw;
    padding: var(--margin-1);
    padding-bottom: 6px;
    padding-top: 0;
  }
}



/* Information */
.Information {
  position: fixed;
  bottom: 0;
  z-index: 3000;
  left: 0;
  margin: var(--margin-1);
  width: 220px;
  font-size: var(--font-size-1);
}
.Information h1{
line-height: var(--line-height-3);
}
.Dates {
  display: flex;
}
.Dates * {
  margin-right: 4px;
}
.Information .Dates,
.Information p {
  margin-bottom: 5px;
}
.strich {
  padding-bottom: 5px;
  padding-top: 7px;
  display: block;
}
@media screen and (max-width:800px){
  .Information {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    width: auto;
  }
}



.right a,
.left a,
img{
  cursor: none;
}
.cursorright, .cursorleft, .cursorimg, .cursortop {
  position: fixed;
  z-index: 9999;
  display: none;
  font-size: 30px;
  top: 0;
  left: 0;
  pointer-events: none;
  margin-top: -20px;
  margin-left: -5px;
  font-family: var(--font-family-1);
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.cursortoptext {
  transform: rotate(90deg);
}
/* INFORMATION */
.Col1Info a{
  display: block
}
.Col2Info {
  display: inline-block;
}
.Col2Info *{
display: inline;
}
.Col2Info a {
  margin-left: 1px
}
.InfoContent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 25vw;
  grid-gap: 10px;
}
.Col1Info {
  margin-bottom: 10px;
}
.Year {
  margin-bottom: 10px;
}
.Vita {

  padding-top: 45px;
}
@media screen and (max-width:800px){
.cursorright, .cursorleft, .cursorimg, .cursortop {
   display: none!important;
  }
  .InfoContent {
    display: block;
    padding-left: 0;
  }
  .InfoContent .InfoBlock {
    margin-bottom: 70px;
  }
  .Vita {
    padding-top: 0;
  }
}



/* Legal */

.InfoHeader {
  margin-bottom: 200px;
}

.Legal1 {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 30px;
  padding: var(--margin-1);
}
.Legal1 *{
  font-size: var(--font-size-0);
  line-height: var(--line-height-3);
}
.Legal2 {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: var(--margin-1);
}
@media screen and (max-width:800px){
 .Legal1 {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
  }
  .Legal2 {
    margin-bottom: 50px;
  }
}

/* Page */
.Page a{
  text-decoration: underline;
}
.Page strong{
  font-size: var(--font-size-1);
  font-weight: normal;
}
.Page {
  margin: var(--margin-1);
}
