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

body {
background-color:#fff;
  background-size: cover;
  height: 100%;
  margin: 0;
  width: 100%;
  font-family: "Cutive Mono", monospace;
  line-height: 0.5;
  font-weight: 700;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
   text-align: center;
}




#fadein {
animation-fill-mode: forwards!important;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



@media screen and (min-width: 769px) {

}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 

}

@media only screen and (max-device-width: 480px) {
.cntr {
  display: table;
  width: 100%!important;
  margin: 0 auto;
  height: 100%;
}

}



.cntr {
  display: table;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  
}
.cntr .cntr-innr {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/*** STYLES ***/
.search {
  display: inline-block;
  position: relative;
  height: 35px;
  background:rgba(0, 0, 0, 0.5);;
  width: 200px;
  box-sizing: border-box;
  margin: 0px 8px 7px 0px;
  padding: 7px 9px 0px 9px;
  border: 3px solid #FFFFFF;
  border-radius: 25px;
 
  cursor: text;
 box-shadow: -3px -3px 15px rgba(0,0,0,0.6), -3px -3px 30px rgba(0,0,0,0.6) ,3px 3px 15px rgba(0,0,0,0.6), 3px 3px 30px rgba(0,0,0,0.6);
}

::placeholder {
   text-align: center; 
   font-family: "Cutive Mono", monospace;
  line-height: 0.5;
  color:#696969;
  font-weight: 700;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.search.active:after,
.search:hover:after {
  height: 0px;
}
.search input {
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  outline-width: 0px;
}

.wrong {
  animation: wrongPass 2s ease-out;

}


@keyframes wrongPass {
  0% {
    color: white;
  }
  10% {
    color: white;
  }
  20% {
    color: white;
  }
  30% {
    color: red;
  }
  40% {
    color: white;
  }
  50% {
    color: red;
  }
  60% {
    color: white;
  }
  70% {
    color: red;
  }
  80% {
    color: white;
  }
  90% {
    color: red;
  }
  100% {
    color: white;
  }
}


.button-float {
  -webkit-animation: float 1.5s linear alternate infinite;
          animation: float 1.5s linear alternate infinite;
		  
text-shadow: -3px -3px 15px rgba(0,0,0,0.6), -3px -3px 30px rgba(0,0,0,0.6) ,3px 3px 15px rgba(0,0,0,0.6), 3px 3px 30px rgba(0,0,0,0.6);
}


#myelement:hover, #myelement:focus {
    animation-play-state: paused;
}

.fade{
 
    opacity:1;
}

#slideSource {
  opacity: 1;
  transition: opacity 0.5s; 
}

#slideSource.fade {
  opacity: 0;
}

.elementToFadeInAndOut {
    animation: fadeOut 0.5s linear forwards;
}

@keyframes fadeOut {
 0% { opacity:1; }
 50% { opacity:0; } 
 100% { opacity:0; } 
}

@-webkit-keyframes float {
  50% {
    transform: translateY(-px);
  }
  100% {
    transform: translateY(9px);
  }
}

@keyframes float {
  50% {
    transform: translateY(-px);
  }
  100% {
    transform: translateY(9px);
  }
}


.sep {
  border: 0;
  width: 3em;
  height: 1px;
  margin: 1em 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.mast {
  position: relative;

  align-items: center;
  width: 100%;
height: 100vh;
  color: #fff;
}
.mast:after {
  z-index: 0;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(17, 17, 17, 0.3);
}
.mast > header {
  z-index: 2;
  
}
.mast__bg {
	background-color: #000;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: 50%;
}


body a {
	
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */	
	
}

@media screen and (min-width: 769px) {
    .mast__header {
 
  width: 100vw;
    position: fixed;
  bottom: 0;
  
}
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
    .mast__header {
  padding: 5%;
  width: 100vw;
    position: fixed;
  bottom: 0;
 
}
}

@media only screen and (max-device-width: 480px) {
    .mast__header {
  padding: 5%;
  width: 100vw;
    position: fixed;
  bottom: 0;
 
  
}


}


.mast__title {
  font-family: "Cutive Mono", monospace;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.3em;
    line-height: 1;
  text-transform: uppercase;
}

.mast__text {
  font-family: "Cutive Mono", monospace;
  font-size: 1em;
  margin: 0 0 0.5em;
  line-height: 1.5;
  white-space: pre-wrap;

}

.splitting .word {
  animation: slide-in 0.5s  both;
  animation-delay: calc(50ms * var(--word-index));
  
}



@keyframes slide-in {
  0% { opacity:0; }
 50% { opacity:0; } 
 100% { opacity:1; } 
  
}