@font-face {
  font-family: Ekboi;
  src: url('/assets/Fonts/Ekboi-Regular.otf')
}

@font-face {
  font-family: PEPremiere;
  src: url('/assets/Fonts/PEPremiereVF.ttf')
}

@font-face {
  font-family: LokkeTech;
  src: url('/assets/Fonts/LokkeTech-Variable.ttf')
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  color: black;
  font-family: Ekboi;
  font-variant-ligatures: normal;
  border-width: 0.2vw;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 8vw;
  width: 100%;
}

h2 {
  font-size: 4vw;
  margin-left: 3vw;
  white-space: nowrap;
}

p {
  font-size: 2vw;
  margin-left: 2vw;
  width: 100%;
}

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

ul {
  border-bottom-style: solid;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  display: table;
  z-index: 2;
}

li {
  font-size: 2vw;
  height: 3vw;
  float: right;
  border-right-style: solid;

  margin: 0px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: table-cell;
  vertical-align: bottom;
}

ul li:first-child {
  border-bottom-style: none;
}

ul li:last-child {
  border-bottom-style: none;
  border-left-style: solid;
}

li:hover {
  background-color: #dcdcdc;
}

.button {
  height: 3vw;
  font-size: 2vw;
  font-family: Ekboi;
  font-feature-settings: 'ss10';
  border-style: solid;

  border-color: black;
  background-color: rgba(255, 255, 255, 0.9);

  margin: 0;
  padding: 0 1vw;
  cursor: poEkboi;
}

.button:hover {
  background-color: #dcdcdc;
}

.dropdown-content {
  border-left-style: solid;
  display: none;
  width: min-content;
  z-index: 1;
  position: fixed;
  top: 3vw;
  vertical-align: middle;
  margin-left: -2.2vw;
}

.burger-content {
  text-align: right;
  width: 100%;
  border-bottom-style: solid;
  height: 3vw;
  display: table;
  border-style: solid;
}

.dropdown:hover .dropdown-content {
  display: inline-block;
}

.contentFull {
  position: absolute;
  top: 3vw;
  height: calc(100% - 3vw);
}

.content {
  padding: 3vw;
  position: relative;
  top: 3vw;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
}



.contentAfterAni {
  width: 100%;
  position: absolute;
  top: calc(5000px + 3vw);
  z-index: -10;
  padding: 3vw;
}

.line-animation {
  position: absolute;
  height: 5000px;
  width: 100%;
}

.vertical-align {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.fullscreen {
  width: 100%;
  height: calc(100vh - 9vw);
  object-fit: cover;
  margin: 0;
}

.fullscreen>img {
  width: 100%;
  height: calc(100vh - 9vw);
  object-fit: cover;

}

.fullwidth {
  width: 100%;
  object-fit: cover;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-bottom: 3vw;
}

.half {
  width: 44vw;
  object-fit: cover;
  height: calc(100vh - 9vw);
  vertical-align: middle;
  display: table-cell;
  padding-right: 3vw;
  padding-left: 3vw;
}

.half>img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.lefthalf {
  width: 43vw;
  left: 0;
  object-fit: cover;
  /*height: calc(100vh - 9vw);*/
  vertical-align: middle;
  /*display: table-cell;*/
  padding-right: 3vw;
  position: relative;
  flex: 1 1 40%;
}

.lefthalf>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.righthalf {
  width: 43vw;
  right: 0;
  object-fit: cover;
  /*height: calc(100vh - 9vw);*/
  vertical-align: middle;
  /*display: table-cell;*/
  padding-right: 3vw;
  position: relative;
  flex: 1 1 40%;
}

.righthalf>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lettercell {

  font-size: 5vw;
  width: 10%;
  padding: 2vw 0;
  text-align: center;
  outline: 0.2vw solid black;
  outline-offset: -0.1vw;
}

.lettercell:hover {

  font-size: 10vw;
  width: 20%;
}

.nobutton {
  height: 3vw;
  font-size: 2vw;
  font-family: Ekboi;
  font-feature-settings: 'ss10';
  border-style: solid;
  border-color: black;
  background-color: rgba(255, 255, 255, 0.9);

  padding: 0 1vw;
}

.bottom {
  position: fixed;
  bottom: 0px;
  height: 3vw;
  border-top-style: solid;

  font-size: 2vw;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  display: inline;
  transition: opacity 0.5s
}


.slider {
  width: 100%;
  margin: 0 2.5%;
  /*-webkit-appearance: none;*/
  height: 0.2vw;
  background: black;
}


.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background: white;
  border: 0.2vw solid black;
}

.slider::-moz-range-thumb {
  width: 1vw;
  height: 10px;
  border-radius: 50%;
  background: #04AA6D;
}

.lokketech {
  font-family: LokkeTech;
}

.pepremiere {
  font-family: PEPremiere;
}

.bottomright {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 3vw;
  font-size: 2vw;
  font-family: Ekboi;
  border-style: solid;
  border-color: black;
  background-color: rgba(255, 255, 255, 0.9);

  padding: 0 1vw;

}

.middle {
  left: calc(50% - 250px);
  position: absolute;
  border: solid;
  width: 500px;
  height: 500px;
}

.gallery {
  height: 25vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 1 auto;
}

.gallery>a {
  height: 100%;
  position: relative;
  flex: 1 1 0;
  transition: 0.3s;
  flex-flow: column nowrap;
}

.gallery>a:hover {
  position: relative;
  flex: 2 1 0
}

.gallery>a>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery>a>h2 {
  font-size: 2vw;
  margin: 0px;
  padding: 0.2vw 0;
  border-style: solid;

  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.sidebar {
  position: fixed;
  top: 3vw;
  width: 10vw;
  height: 100%;
  border-right-style: solid;
}

.scriptContent {
  width: 88vw;
  height: calc(100vh - 3vw);
  padding: 0vw;
  position: fixed;
  top: 3vw;
  right: 0px;
  z-index: 1;
  display: flex;
  flex-flow: column;
}

.sidebar>.button {
  width: 100%;
  font-size: 1.5vw;
  border-style: none none solid none;
}

.sidebar>#slider {
  z-index: 10;
  width: 100%;
  height: 3vw;
  border-style: none none solid none;
}

.sidebar>div {
  padding: 0.5vw
}

.sidebar>.preview {
  font-size: 1.5vw;
  border-style: solid none solid none;
  border-width: .1vw;
}

.glslCanvas {
  cursor: none;
}

.back {
  font-size: 2vw;
  color: white;
  position: absolute;
  top: 2vw;
  left: 2vw;
  text-decoration: none;
}

.a-enter-vr-button {
  display: none;
}

#explain {
  left: 0;
  border: none;
}

#score {
  position: fixed;
  bottom: 0px;
  height: 3vw;
  font-size: 2vw;
  font-family: Ekboi;
  border-style: solid;
  border-color: black;
  background-color: rgba(255, 255, 255, 0.9);

  padding: 0 1vw;

}

#my-name {
  vertical-align: middle;
}

#resetButton {
  z-index: 10;
}

#arrow {
  height: 3vw;
  margin: 0.0vw -1.5vw 0vw 0vw
}

#star-svg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-width: 100vh;
  margin: 0;
}

#fixed {
  position: fixed;
}

#desktopIcon {
  height: 10vw;
}

#site-name {
  font-size: 2vw;
  height: 3vw;
  z-index: 3;
  position: fixed;
  background-color: #dcdcdc;
  padding-left: 2vw;
  padding-right: 2vw;
  border-left-style: solid;
  border-right-style: solid;

  left: 19vw;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

#table {
  flex-wrap: wrap;
  align-items: initial;
}

#scrollarrow {
  position: fixed;
  bottom: 1vw;
  height: 3vw;
  width: 100%;
  transition: display 0.5s;
  z-index: 12;
  cursor: pointer;
}

#link::before {
  display: inline-block;
  content: '';
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  -webkit-mask: url(/assets/images/link.svg) no-repeat 50% 50%;
  mask: url(/assets/images/link.svg) no-repeat 50% 50%;
  margin: 0em 0em -0.3em 0.0em;
  width: 3vw;
  height: 1.1em;
}

.home-content {
   display: grid;
   grid-template-columns: repeat(6, 1fr);
   grid-gap: 10;
   position: absolute;
   top: 3vw;
   margin: 0 auto;
}

.tile img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.tile div{
  position: relative;
  top: -1.5vw;
  left: 0.5vw;
  mix-blend-mode: difference;
  color: white;
  display: none;

}

.tile:hover div{
  display: block;
  position: relative;
}


.tile {
  height: 20vw;
}