/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#tridiv {
  perspective: 800px;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.face {
  box-shadow: inset 0px 0px 0px 1px white;
  color: white;
}

.scene,
.shape,
.face,
.face-wrapper,
.cr {
  position: absolute;
  transform-style: preserve-3d;
}

.scene {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.scene {
  transform: rotateX(0deg) rotateY(0deg);
}

.shape {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform-origin: 50%;
}

.face,
.face-wrapper {
  overflow: hidden;
  transform-origin: 0 0;
  backface-visibility: hidden;
  /* hidden by default, prevent blinking and other weird rendering glitchs */
}

.face {
  background-size: 100% 100% !important;
  background-position: center;
}

.face-wrapper .face {
  left: 100%;
  width: 100%;
  height: 100%;
}

.photon-shader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.side {
  left: 50%;
}

[class*="cuboid"] .ft,
[class*="cuboid"] .bk {
  width: 100%;
  height: 100%;
}

[class*="cuboid"] .bk {
  left: 100%;
}

[class*="cuboid"] .rt {
  transform: rotateY(-90deg) translateX(-50%);
}

[class*="cuboid"] .lt {
  transform: rotateY(90deg) translateX(-50%);
}

[class*="cuboid"] .tp {
  transform: rotateX(90deg) translateY(-50%);
}

[class*="cuboid"] .bm {
  transform: rotateX(-90deg) translateY(-50%);
}

[class*="cuboid"] .lt {
  left: 100%;
}

[class*="cuboid"] .bm {
  top: 100%;
}

/* .main-cube styles */
.main-cube {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0% 0 0 -50%;
  transform: translateZ(-98px);
  --zinit: -98px;
}

.finalstyle {
  transform: translateZ(-98px) rotateX(0deg) rotateY(180deg) rotateZ(180deg);
}

.main-cube .ft {
  transform: translateZ(100px);
}

.main-cube .bk {
  transform: translateZ(-100px) rotateY(180deg);
}

.main-cube .rt,
.main-cube .lt {
  width: 200px;
  height: 100%;
}

.main-cube .tp,
.main-cube .bm {
  width: 100%;
  height: 200px;
}

.main-cube .face {
  background-color: #000000;
}

.main-cube .ft {
  width: 100%;
  margin-left: 0em;
}

.main-cube .bk {
  width: 100%;
  margin-left: 0em;
}

.main-cube .rt,
.main-cube .lt {
  width: 200px;
}

.main-cube .tp,
.main-cube .bm,
.main-cube .tp .photon-shader,
.main-cube .bm .photon-shader {
  border-radius: 0em;
}

.main-cube .side {
  width: 0.025em;
}

.main-cube .face {
  background-color: black;
}

body {
  background-color: black;
  color: white;
  height: 100%;
}

span {
  display: inline-block;
}

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

a:hover {
  text-decoration: underline;
}

.screen {
  width: 100%;
  height: 100%;
}

.black {
  background-color: black;
}

.centered {
  text-align: center;
  display: flex;
}

.centered > * {
  margin: auto;
}

.bigtext {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
}

.smalltext {
  text-align: justify;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 100;
  font-size: 24px;
}

@media (max-width: 484px) {
  .smalltext {
    font-size: 19px;
    text-align: left;
  }
}

@media (max-width: 340px) {
  .smalltext {
    font-size: 16px;
  }
}

.header {
  width: 100%;
  background-color: black;
  padding: 20px 0px 20px 0px;
  position: fixed;
  font-size: 40px;
  color: #525252;
  text-align: left;
}

@media (max-width: 760px) {
  .header {
    font-size: 36px;
  }
  .header .pcurrent {
    display: none;
  }
}

@media (max-width: 484px) {
  .header {
    font-size: 28px;
    padding: 10px 0px 10px 0px;
  }
}

.header .back a {
  padding-left: 20px;
  color: #525252;
}

.header .back a:hover {
  text-decoration: none;
  color: white;
}

body {
  overflow: hidden;
  background-image: url("../img/night_sky_2.gif");
  background-color: #202020;
  background-size: cover;
}

.screen1 .welcometextwrapper {
  padding: 60px 0px 0px 60px;
}

@media (max-width: 1023px) {
  .screen1 .welcometextwrapper {
    padding: 60px 0px 0px 0px;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 484px) {
  .screen1 .welcometextwrapper {
    padding: 60px 0px 0px 0px;
    width: 70%;
    margin: auto;
  }
}

.screen1 .welcometextwrapper #welcometext {
  font-size: 75px;
  letter-spacing: 2px;
}

@media (max-width: 1023px) {
  .screen1 .welcometextwrapper #welcometext {
    font-size: 60px;
  }
}

@media (max-width: 760px) {
  .screen1 .welcometextwrapper #welcometext {
    font-size: 45px;
  }
}

@media (max-width: 484px) {
  .screen1 .welcometextwrapper #welcometext {
    font-size: 38px;
  }
}

@media (max-width: 340px) {
  .screen1 .welcometextwrapper #welcometext {
    font-size: 32px;
  }
}

.screen1 .arrowholder {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 250px;
}

.screen1 .arrowholder:hover {
  cursor: pointer;
}

.screen1 .arrowholder .arrow {
  font-family: "Bebas Neue";
  font-size: 28px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 0;
  width: 200px;
  margin-bottom: 80px;
  text-align: center;
  opacity: 0.0;
}

@media (max-width: 484px) {
  .screen1 .arrowholder .arrow {
    margin-left: -50px;
    width: 100px;
    margin-bottom: 40px;
  }
}

.skipholder {
  position: fixed;
  display: none;
  right: 60px;
  top: 60px;
  opacity: 0.0;
}

@media (max-width: 484px) {
  .skipholder {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 340px) {
  .skipholder {
    top: 10px;
    right: 10px;
  }
}

.skipholder:hover {
  cursor: pointer;
}

.skipholder .skip {
  width: 50px;
  padding: 8px 10px 8px 10px;
}

@media (max-width: 484px) {
  .skipholder .skip {
    width: 40px;
  }
}

@media (max-width: 340px) {
  .skipholder .skip {
    width: 30px;
  }
}

.menuholder {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}

.menuholder .menu {
  position: absolute;
  width: 200px;
  right: 75px;
  top: 75px;
  transform: translateX(400px);
  border: 1px solid white;
  padding: 30px;
  text-align: center;
}

@media (max-width: 484px) {
  .menuholder .menu {
    width: 150px;
    right: 25px;
    top: 25px;
  }
}

.menuholder .menu p {
  font-size: 26px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.menuholder .menu a {
  font-size: 30px;
  text-decoration: underline;
}

.menuholder .menu a:hover {
  cursor: pointer;
  text-decoration-style: wavy;
}

.menuholder .menu .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  display: inline;
  width: 20px;
}

.menuholder .menu .close:hover {
  cursor: pointer;
}

.screen2 {
  transform: rotateZ(180deg);
  display: flex;
}

.screen2 .mainmenu {
  display: none;
  margin: auto;
  text-align: center;
  font-size: 70px;
  text-decoration: none;
}

@media (max-width: 484px) {
  .screen2 .mainmenu {
    font-size: 60px;
  }
}

@media (max-width: 340px) {
  .screen2 .mainmenu {
    font-size: 50px;
  }
}

.screen2 .mainmenu a {
  display: block;
  padding: 5px;
  transition: transform 800ms;
}

.screen2 .mainmenu a:hover {
  transform: translateX(30px);
}
/*# sourceMappingURL=intro.css.map */