body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
}

.noscript .noscriptwarning {
  position:  absolute;
  height: 100vh;
  width: 100%;
  line-height: 100vh;
  text-align: center;
  font-size: 3em;
}

.script .noscriptwarning {
  display: none;
}

.container {
  overflow-x: hidden;
  width: 100%;
  background-image: url('img/drawing.svg');
  background-size: cover;
  height: 260.41vw;
}

.site {
  position: fixed;
  top: 2.5vh;
  left: 2.5vw;
  height: 95vh;
  width: 92.5vw;
  z-index: 3;
  color: #fff;
}

.site > * {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
}

.site > *.active {
   opacity: 1;
   transition: all 1s;
   z-index: 2;

}

/* Header */
.header .heading {
  font-family: 'Old Standard TT', serif;
  font-size: 2em;
}

.header .slogan {
  margin-top: -8px;
  font-size: 0.7em;
  display: none;
}

@media only screen and (min-width: 768px) {
  .header .heading {
    font-family: 'Old Standard TT', serif;
    font-size: 4em;
  }

  .header .slogan {
    margin-top: -15px;
    font-size: 0.8em;
    display: block;
  }
}

.header .slogan .dev,
.header .slogan .des  {
  color: #aaa;
}

.header .cta {
  position: absolute;
  bottom: 20%;
  width: 100%;
  height: 100px;
  text-align: center;

}

body.nolandscape .header .cta {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 100px;
  text-align: center;

}

.header .cta .arrow {
  display: block;
  height: 25px;
  margin-top: 5px;
  background-image: url('img/arrow.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

/* Footer */

.footer .socialmedia  {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.nolandscape .footer .socialmedia  {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
}

.footer .socialmedia a img{
  width: 100%;
  height: auto;
}

.footer .socialmedia a {
  display: inline-block;
  box-sizing: border-box;
  float:left;
  width: 20%;
}

/* DRAWING */

.child {
  position: relative;
}

svg {
  margin: 0;
  padding: 0;
}

.asset {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 3;
}

.bg {
    z-index: 1;
}


.tiefighter {
  width: 10vw;
  height: 10vw;
  background-image: url('assets/tiefighter.svg');
  top: 16.5vw;
  left: 2vw;
}

.iss {
  width: 14vw;
  height: 14vw;
  background-image: url('assets/iss.svg');
  top: 45vw;
  left: 84vw;
}

.shuttle {
  width: 33vw;
  height: 33vw;
  background-image: url('assets/shuttle.svg');
  top: 79vw;
  left: 2.5vw;
}

.meteorite {
  width: 15vw;
  height: 12vw;
  background-image: url('assets/meteorite.svg');
  top: 69vw;
  left: 104.5vw;
}

.superman {
  width: 10vw;
  height: 7vw;
  background-image: url('assets/superman.svg');
  top: 156vw;
  left: 11vw;
}

.airplane {
  width: 22vw;
  height: 9vw;
  background-image: url('assets/airplane.svg');
  top: 161vw;
  left: 78vw;
}

.paraglider {
  width: 14vw;
  height: 11vw;
  background-image: url('assets/paraglider.svg');
  top: 190vw;
  left: 13vw;
}

.drone {
  width: 10vw;
  height: 7vw;
  background-image: url('assets/drone.svg');
  top: 211.5vw;
  left: 61vw;
}
