article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

*,
*::after,
*::before {
  box-sizing: border-box; }

:root {
  font-size: 16px; }

body {
  --color-text: #48d7d5;
  --color-text-alt: #f14f58;
  --color-bg: #343c3c;
  --color-link: #a9bab1;
  --color-link-hover: #48d7d5;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: Futura, "futura-pt", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 300vh; }

.loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  fill: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.loader--done {
  opacity: 0;
  transition: opacity 1.4s ease-out; }

.loader__icon {
  width: 70px;
  height: 70px; }

.loader__icon g {
  animation: showHide 0.8s steps(4, end) infinite forwards; }

.loader__icon g:last-child {
  animation-delay: 0.5s; }

@keyframes showHide {
  to {
    opacity: 0; } }

.loader--done .loader__icon g {
  opacity: 0;
  transition: opacity 0.5s; }

canvas {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed; }

a {
  text-decoration: none;
  color: var(--color-link);
  outline: none; }

a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: none; }

.frame {
  padding: 3rem 5vw;
  text-align: center;
  position: relative;
  z-index: 1000; }

.frame__title {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: normal; }

.frame__links {
  display: inline; }

.frame a {
  text-transform: lowercase; }

.frame__github,
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
  margin-right: 1rem; }

.frame__demos {
  margin: 1rem 0; }

.frame__demo--current,
.frame__demo--current:hover {
  color: var(--color-text); }

.content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: calc(100vh - 13rem);
  position: relative;
  justify-content: flex-start;
  align-items: center;
  font-family: rift, sans-serif;
  text-transform: uppercase;
  font-style: italic; }

.content--final {
  margin-top: 100vh; }

.content__title {
  line-height: 0.9;
  font-weight: 400; }

.content__title-inner {
  display: block;
  font-size: 5.5vw;
  color: var(--color-text-alt);
  animation: glitch-anim-text 3s linear infinite; }

@keyframes glitch-anim-text {
  0% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    color: var(--color-text-alt);
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    color: #fff;
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    color: var(--color-text-alt);
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1); }
  10%, 100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

.content__title-sub {
  display: block;
  text-align: right;
  font-size: 3vw;
  margin-right: 0.25rem; }

.content__text {
  font-size: 2rem; }

@media screen and (min-width: 53em) {
  .frame {
    position: fixed;
    text-align: left;
    z-index: 10000;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 3rem;
    pointer-events: none;
    grid-template-columns: 40% 20% 40%;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'title ... links' '... ... ...' 'credits scroll demos'; }
  .frame__scroll {
    grid-area: scroll;
    justify-self: center; }
  .frame__title-wrap {
    grid-area: title;
    display: flex; }
  .frame__title {
    margin: 0; }
  .frame__tagline {
    position: relative;
    margin: 0 0 0 1rem;
    padding: 0 0 0 1rem;
    opacity: 0.5; }
  .frame__credits {
    grid-area: credits;
    justify-self: start;
    margin: 0; }
  .frame__demos {
    margin: 0;
    grid-area: demos;
    justify-self: end; }
  .frame__links {
    grid-area: links;
    padding: 0;
    justify-self: end; }
  .frame a {
    pointer-events: auto; }
  .content {
    height: 100vh;
    justify-content: center; } }




/****/
 .content__title-sub{
			font-size:0.8em;
			font-weight:400;
			text-decoration:none;
			text-transform:none;
			color:#fff;}
			
			.footer{ 
			background:#222;
			width:100%;
			height:100px;
			color:#ffffff;
			font-size:0.7em;
			position:fixed;
			z-index:999;
			bottom:0px;
			display:block;
			padding:33px; text-align:center;}
/****/