html {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

body {
  height: calc(100%);
  padding: 0;
  font-family: Arial, sans-serif;
  /* line-height: 18px; */
  letter-spacing: 0.5px;
  overflow: auto;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

* {
  margin: 0;
  padding: 0;
}

/* @media screen and (max-width: 600px) {
  body {
font-family: "Helvetica", sans-serif;
font-size: 2em;
  }
} */

#content-mobile {display: none;}

@media screen and (max-width: 600px) {
  #content-mobile {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    mix-blend-mode: difference;
    position: fixed;
    top: 20px;
    left: 30px;
    right: 30px;
    z-index: 100;
    -webkit-font-smoothing: antialiased;
    /* pointer-events: none; */
  }
}

@media screen and (max-width: 600px) {
  div.content {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  div.header {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  img {
    pointer-events: none;
  }
}

#carousel {
  width: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#carousel .slide {
  display: inline-block;
}

img {
  height: 100vh;
  /* max-width: 100vw; */
  position: sticky;
  top: 0;
  bottom: 0;
  margin-left: 0px;
}

header {
  color: white;
  mix-blend-mode: difference;
  font-weight: normal;
	position: fixed;
	top: 20px;
	left: 50px;
	z-index: 100;
  -webkit-font-smoothing: antialiased;
}

.header {
  color: white;
  mix-blend-mode: difference;
  font-weight: bold;
  font-size: 12px;
	position: fixed;
	top: 20px;
	left: 50px;
	z-index: 100;
  -webkit-font-smoothing: antialiased;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content {
  column-count: 2;
  width: 600px;
  height: auto;
  /* background: lightgray; */
}
