html, body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  background: #363636;
}

header {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  background-image: radial-gradient(circle at bottom center, #eb7c05, #4b1248);
}

header:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../img/topo-bg.svg) center center/200% no-repeat transparent;
  opacity: .3;
  -webkit-animation: scaleMe 50s infinite cubic-bezier(1, 0, 0, 1) alternate;
          animation: scaleMe 50s infinite cubic-bezier(1, 0, 0, 1) alternate;
}

section {
  position: relative;
  text-align: center;
  padding: 10em 10%;
}

section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.container {
  overflow: hidden;
  height: 100%;
}
/*
.container::before {
  content: '';
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49.5%, -53.5%) rotate(0deg);
          transform: translate(-49.5%, -53.5%) rotate(0deg);
  background: url(../img/triangle.svg) no-repeat;
  z-index: 1;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: rotateMe 45s infinite linear;
          animation: rotateMe 45s infinite linear;
}
.container::after {
  content: '';
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49.5%, -53.5%) rotate(0deg);
          transform: translate(-49.5%, -53.5%) rotate(0deg);
  background: url(../img/triangle.svg) no-repeat;
  z-index: 1;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: rotateMe 50s infinite linear;
          animation: rotateMe 50s infinite linear;
}
#wrap::after {
  content: '';
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49.5%, -53.5%) rotate(0deg);
          transform: translate(-49.5%, -53.5%) rotate(0deg);
  background: url(../img/triangle.svg) no-repeat;
  z-index: 1;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: rotateMe 55s infinite linear;
          animation: rotateMe 55s infinite linear;
}
#wrap::before {
  content: '';
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49.5%, -53.5%) rotate(0deg);
          transform: translate(-49.5%, -53.5%) rotate(0deg);
  background: url(../img/triangle.svg) no-repeat;
  z-index: 1;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: rotateMe 60s infinite linear;
          animation: rotateMe 60s infinite linear;
}*/




.ss-style-doublediagonal {
  z-index: 3;
  padding-top: 6em;
  background: #363636;
  min-height: 300px;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
  height: 50%;
  background: #484848;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.8);
}

#wrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*#wrap::before,
#wrap::after {
    content: '';
    width: 30%;
    height: 30vw;
    display: block;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-49%, -50%);
    background: blue no-repeat;
    mask: url(../img/munkyplays-logo.svg);
    opacity: .5;
    filter: blur(4px);
}

#wrap::before {
    animation: glitch-anim-1 2s infinite linear alternate-reverse;
}
#wrap::after {
    animation: glitch-anim-2 2s infinite linear alternate-reverse;
     background: green no-repeat;
}*/
#wrap::after {
  -webkit-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
}

#wrap img {
  width: 18%;
  position: absolute;
  margin: auto;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  animation: glitch 2s infinite linear alternate-reverse;
}

a, a:hover, a:visited, a:active {
  color: #eb7c05;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

header a, header a:hover, header a:visited, header a:active {
  display: block;
  font-size: 36px;
  color: #FFF;
}

.bold {
  font-weight: 500;
}

.content {
  width: 960px;
  margin: -3em auto 0;
  overflow: hidden;
}

.headline {
  width: 300px;
  text-align: left;
  opacity: 0.8;
  color: #eb7c05;
  float: left;
}

.headline iframe {
  margin: 16px 0 0 0;
}

.hl {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 42px;
  color: #FFF;
}

.content p {
  width: 660px;
  margin: 11px 0 0 0;
  text-align: left;
  float: left;
  line-height: 1.5;
}

/* PARTICLE SYSTEM */
#particles {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

#particles-js {
  width: 150%;
  height: 150%;
  display: block;
  margin: auto;
}

@-webkit-keyframes glitch-anim-1 {
  0% {
    clip: rect(0px, 330px, 3px, 0);
  }
  20% {
    clip: rect(120px, 330px, 146px, 0);
  }
  40% {
    clip: rect(34px, 330px, 213px, 0);
  }
  60% {
    clip: rect(310px, 330px, 330px, 0);
  }
  80% {
    clip: rect(60px, 330px, 83px, 0);
  }
  100% {
    clip: rect(0px, 330px, 5px, 0);
  }
}

@keyframes glitch-anim-1 {
  0% {
    clip: rect(0px, 330px, 3px, 0);
  }
  20% {
    clip: rect(120px, 330px, 146px, 0);
  }
  40% {
    clip: rect(34px, 330px, 213px, 0);
  }
  60% {
    clip: rect(310px, 330px, 330px, 0);
  }
  80% {
    clip: rect(60px, 330px, 83px, 0);
  }
  100% {
    clip: rect(0px, 330px, 5px, 0);
  }
}

@-webkit-keyframes glitch-anim-2 {
  0% {
    clip: rect(280px, 330px, 290px, 0);
  }
  20% {
    clip: rect(0px, 330px, 14px, 0);
  }
  40% {
    clip: rect(290px, 330px, 293px, 0);
  }
  60% {
    clip: rect(10px, 330px, 80px, 0);
  }
  80% {
    clip: rect(180px, 330px, 330px, 0);
  }
  100% {
    clip: rect(70px, 330px, 120px, 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    clip: rect(280px, 330px, 290px, 0);
  }
  20% {
    clip: rect(0px, 330px, 14px, 0);
  }
  40% {
    clip: rect(290px, 330px, 293px, 0);
  }
  60% {
    clip: rect(10px, 330px, 80px, 0);
  }
  80% {
    clip: rect(180px, 330px, 330px, 0);
  }
  100% {
    clip: rect(70px, 330px, 120px, 0);
  }
}

@-webkit-keyframes rotateMe {
  0% {
    -webkit-transform: translate(-49.5%, -53.5%) rotate(0deg);
            transform: translate(-49.5%, -53.5%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-49.5%, -53.5%) rotate(360deg);
            transform: translate(-49.5%, -53.5%) rotate(360deg);
  }
}

@keyframes rotateMe {
  0% {
    -webkit-transform: translate(-49.5%, -53.5%) rotate(0deg);
            transform: translate(-49.5%, -53.5%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-49.5%, -53.5%) rotate(360deg);
            transform: translate(-49.5%, -53.5%) rotate(360deg);
  }
}

@-webkit-keyframes glitch {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  10% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  11% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  12% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  36% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  37% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  38% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes glitch {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  10% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  11% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  12% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  36% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  37% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  38% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-webkit-keyframes scaleMe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes scaleMe {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.xxx {
  position: absolute;
  top: 5%;
  right: 5%;
  animation: glitch 2s infinite linear alternate-reverse;
}

.x {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 2px;
}

.x:before, .x:after {
  content: '';
  width: 20px;
  height: 5px;
  background: #f2f2f2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-animation-name: flicker;
          animation-name: flicker;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 3;
}

.x:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.x:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.x:nth-child(2):before, .x:nth-child(2):after {
  -webkit-animation-delay: 3.561s;
          animation-delay: 3.561s;
  -webkit-animation-name: flicker2;
          animation-name: flicker2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.x:nth-child(3):before, .x:nth-child(3):after {
  -webkit-animation-delay: 2.444s;
          animation-delay: 2.444s;
}

.x:nth-child(4):before, .x:nth-child(4):after {
  -webkit-animation-delay: 1.618s;
          animation-delay: 1.618s;
  -webkit-animation-name: flicker2;
          animation-name: flicker2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes flicker {
  0%, 10%, 20%, 30%, 100% {
    opacity: 1;
  }
  5%, 15%, 25% {
    opacity: 0;
  }
}

@keyframes flicker {
  0%, 10%, 20%, 30%, 100% {
    opacity: 1;
  }
  5%, 15%, 25% {
    opacity: 0;
  }
}

@-webkit-keyframes flicker2 {
  0%, 4%, 8%, 12%, 100% {
    opacity: 1;
  }
  2%, 6%, 10% {
    opacity: 0;
  }
}

@keyframes flicker2 {
  0%, 4%, 8%, 12%, 100% {
    opacity: 1;
  }
  2%, 6%, 10% {
    opacity: 0;
  }
}

.loadingContainer {
  width: 500px;
  height: 3px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  bottom: 20%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.loadingContainer .loader {
  width: 3px;
  height: 3px;
  background: #f2f2f2;
  -webkit-animation: loading 1s cubic-bezier(1, 0, 0, 1) infinite, loadingFlicker 0.032s linear infinite;
          animation: loading 1s cubic-bezier(1, 0, 0, 1) infinite, loadingFlicker 0.032s linear infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  position: absolute;
  left: 0;
}

.loadingContainer:before {
  content: '';
  width: 3px;
  height: 7px;
  position: absolute;
  top: -3px;
  left: -3px;
  border-color: #f2f2f2;
  border-width: 1px 0 1px 1px;
  border-style: solid;
}

.loadingContainer:after {
  content: '';
  width: 3px;
  height: 7px;
  position: absolute;
  top: -3px;
  right: -3px;
  border-color: #f2f2f2;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}

@-webkit-keyframes loading {
  0% {
    width: 3px;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 3px;
    left: 497px;
  }
}

@keyframes loading {
  0% {
    width: 3px;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 3px;
    left: 497px;
  }
}

@-webkit-keyframes loadingFlicker {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 10px #f2f2f2;
            box-shadow: 0 0 10px #f2f2f2;
  }
}

@keyframes loadingFlicker {
  0% {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 10px #f2f2f2;
            box-shadow: 0 0 10px #f2f2f2;
  }
}
/*# sourceMappingURL=splash.css.map */