@font-face {
    font-family: "Ubuntu";
    src: url(../fonts/Ubuntu-Th.ttf);
  }

  html {
    height: 100%;
    font-size: 0.8vw;
    /* -ms-overflow-style: none;  
    scrollbar-width: none;  */
  }

  /* Hide scrollbar for Chrome, Safari and Opera - not doing this now because it makes it hard for the user */
  /* html::-webkit-scrollbar {
  display: none;
} */

  body {
    overflow-x: hidden;
    background-color: #f2f2f2;
    height: 100%;
    margin: auto;
  }

  .fa {
    padding: 5px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    
    margin: 5px 2px;
    border-radius: 50%;
    position: absolute;
    right: 10vw;
    top: clamp(10%, 25vw, 30%);

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    filter: drop-shadow(0 0 0.3rem rgba(0, 153, 255, 0.829)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 38, 255, 0.315));

    display: block;
  }
  
  .fa:hover {
      opacity: 0.7;
      transform: scale(1.4);
  }
  
  .fa-instagram {
    background: #ffe225;
    color: white;
    
  }

  a {
    color: red;
  }
  .Spacer{
    position: relative;
    top: 0;
    width: 100%;
    height: 2vw;
  }

  .ScrollingText{
    color: rgb(108, 117, 124);
    font-family: "Ubuntu";
    font-size: min(2vw, 20px);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(220, 221, 224);
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
  }
  .ScrollingText span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 400s linear infinite;
  }

  @keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }
  #XenoangelHeader {
    width: 1000px;
    max-width: 90%;
    display: block;
    filter: drop-shadow(0 0 0.9rem rgba(0, 255, 98, 0.4)) drop-shadow(2rem 2rem 0.7rem rgba(0, 81, 255, 0.315));
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  #XenoangelHeader.compact {
    width: 500px;
    max-width: 50%;
  }

  #Xenomorphe {
    width: 678px;
    max-width: 50%;
    display: block;
    position: fixed;
    bottom: 10%;
    right: 10%;
    margin-left: auto;
    pointer-events: none;
  }



.MainMenu {
  position: absolute;
  left: 15vw;
  top: clamp(0%, 33vw, 40%);
  width: 30vw;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.MainMenu.SideMenu {
  left: 2vw;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.MenuButtons{
    width: 100px;
    max-width: 50%;
    height: auto;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: drop-shadow(0 0 0.3rem rgba(0, 183, 255, 0.514)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(17, 0, 255, 0.315));
}

.MenuButtons:hover{
    transform: scale(1.4);
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.selected{
  transform: scale(1.4);
}
.noHover{
  pointer-events: none;
}

#WorksButton{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
#ExhibitionsButton{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
#BackStoryButton{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
#FriendsButton{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

  .MenuButtons .tooltiptext {
    visibility: hidden;
    width: fit-content;
    color: #fff;
    filter: drop-shadow(0 0 0.2rem rgba(0, 255, 76, 0.836)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(4, 0, 255, 0.678));
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 110%;
    color: aliceblue;
    font-family: "Ubuntu";
    font-size: min(2.8vw, 35px);
  }
  
  
  .MenuButtons:hover .tooltiptext {
    visibility: visible;
  }

  .MenuButtons .tooltiptext.hideToolTip{
    visibility: hidden;
  }

  .TagLine {
    width: 40%;
    height: auto;
    display: block;
    position: absolute;
    left: 10vw;
    top: clamp(10%, 25vw, 30%);
    color: aliceblue;
    font-family: "Ubuntu";
    font-size: min(2.8vw, 40px);
    font-variant: normal;
    font-weight: 300;
    line-height: min(3vw, 35px);
    filter: drop-shadow(0 0 0.3rem rgba(0, 183, 255, 0.514)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(17, 0, 255, 0.315));
}

.WorksMenu {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  left: 28vw;
  top: clamp(20%, 26vw, 50%);
  color: aliceblue;
  font-family: "Ubuntu";
  font-size: min(2.8vw, 35px);
  font-variant: normal;
  font-weight: 300;
  line-height: min(3vw, 35px);
  filter: drop-shadow(0 0 0.3rem rgba(255, 145, 0, 0.829)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(255, 0, 0, 0.315));
  cursor: pointer;
}

.WorksMenuItem{
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  margin: 0;
  width: fit-content;
}

.WorksMenuItem:hover{
  transform: scale(1.4);
}

.Page {
  height: auto;
  position: absolute;
  width: 70%;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  top: clamp(10%, 10vw, 20%);
  color: aliceblue;
  font-family: "Ubuntu";
  font-size: min(2.8vw, 35px);
  font-variant: normal;
  font-weight: 300;
  line-height: min(3vw, 35px);
}

.PageTitle{
  filter: drop-shadow(0 0 0.3rem rgba(25, 0, 255, 0.829)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 132, 255, 0.315));
}
.PageTitle.expos{
  filter: drop-shadow(0 0 0.3rem rgba(255, 123, 0, 0.829)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(255, 230, 0, 0.315));
}
.PageTitle.backstory{
  filter: drop-shadow(0 0 0.3rem rgba(255, 0, 0, 0.829)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(162, 0, 255, 0.315));
}
.PageTitle.connect{
  filter: drop-shadow(0 0 0.3rem rgba(81, 255, 0, 0.829)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(72, 255, 0, 0.315));
}

.PageContent{
  filter: drop-shadow(0 0 0.3rem rgba(255, 60, 0, 0.829)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(255, 115, 0, 0.801));
}
.PageContent.expos{
  filter: drop-shadow(0 0 0.3rem rgba(0, 140, 255, 0.37)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(17, 0, 255, 0.74));
}
.PageContent.backstory{
  filter: drop-shadow(0 0 0.3rem rgba(3, 202, 63, 0.692)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(2, 168, 66, 0.74));
}
.PageContent.connect{
  filter: drop-shadow(0 0 0.3rem rgba(202, 3, 175, 0.692)) drop-shadow(0.2rem 0.2rem 0.2rem rgba(255, 159, 255, 0.74));
}

.PageVisual{
  filter: drop-shadow(0 0 0.6rem rgba(0, 81, 255, 0.829)) drop-shadow(0.2rem 0.2rem 0.4rem rgba(0, 132, 255, 0.315));
  width: 100%;
  margin: 10px 0 10px 0;
  cursor: zoom-in;
}

.PageImage{
  max-height: 100vh;
  width: 100%;
  object-fit: contain;
  margin: 10px auto;
  vertical-align: middle;
}

.Fullscreen{
  position: fixed;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: none;
  padding: 5%;
  z-index: -2;
  pointer-events: none;
  background-color: #f2f2f269;

}
.Fullscreen.Showing{
  display: block;
  z-index: 5;
  pointer-events: all;
  cursor: zoom-out;
}
.FullscreenImage{
  height: 95%;
  width: 95%;
  transform: translate(2.5%, 2.5%);
  object-fit: contain;
  filter: drop-shadow(0 0 0.6rem rgba(255, 231, 208, 0.829));
}

.videoElement{
  padding: 56.25% 0 0 0;
  position:relative;
  cursor: auto;
}
a {
  color: inherit; 
  /* text-decoration: inherit;  */
  text-decoration: underline wavy 1px;
}

@media only screen and (max-width: 800px) {

  .MainMenu {
    top: clamp(0%, 30vw, 50%);
    left: 12vw;
    width: 20vw;
  }

  .MenuButtons:hover{
    transform: scale(1.0);
  }
  .MenuButtons:hover .tooltiptext {
    visibility: hidden;
  }

  .MainMenu {
    left: 7vw;
  }
  #Xenomorphe {
    width: 40%;
    max-width: 40%;
    right: 0;
    bottom: 0;
    margin-left: auto; 
  }

  .Page {
    width: 75%;
    font-size: min(3.5vw, 40px);
    line-height: min(4vw, 35px);
  }

  .WorksMenu {
    font-size: min(3vw, 40px);
    line-height: min(4vw, 35px);
  }
}


@media only screen and (max-width: 500px) {

  .MainMenu {
    top: clamp(0%, 33vw, 40%);
    left: 15vw;
    width: 30vw;
  }
  .MenuButtons:hover{
    transform: scale(1.0);
  }
  .MenuButtons:hover .tooltiptext {
    visibility: hidden;
  }

  .MainMenu {
    left: 7vw;
  }
  #Xenomorphe {
    width: 90%;
    max-width: 100%;
    left: 0; 
    right: 0;
    bottom: 0;
    margin-left: auto; 
    margin-right: auto; 
  }

  .Page {
    width: 75%;
    font-size: min(3.5vw, 40px);
    line-height: min(4vw, 35px);
  }

  .WorksMenu {
    font-size: min(4vw, 40px);
    line-height: min(5vw, 35px);
  }
}
