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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/*
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
*/

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}









/*
@font-face {
    font-family: 'Consolas';
    src: 
        url('webfont/Consolas.eot?#iefix') format('embedded-opentype'), 
        url('webfont/Consolas.woff') format('woff'), 
        url('webfont/Consolas.ttf') format('truetype'), 
        url('webfont/Consolas.svg#Consolas') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap');

body {
	 background-color: #000;
/*     font-family: 'Consolas';*/
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
     
}











/**************************************
	           HEADER
**************************************/
#header #logo,
#header .video-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


#header {
    overflow: hidden;
    
}




#header .video-box::after {
    content: '';
    background-repeat: no-repeat
}



#header {
    position: relative;    
    height: 100vh;
    width: 100%;
}

#header #video {
    width: 100vw;
    height: 100vh;    
    object-fit: cover;
}



.muffins-logo {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    z-index: 8;
    top: 59px;
    padding-left: 173px;
    padding-right: 173px;
}
.muffins-logo img {
    display: inline-block;
    width: 795px;
}




.arrow {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    z-index: 8;
    bottom: 30px;
}

.arrow img {
    display: inline-block;
    height: 103px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}





.music {
    display: inline-block;
    position: absolute;
	top: 60px;
	right: 60px;
    z-index: 99;
}
.music-text {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.music .form-check {
    display: inline-block;
}



.logo {
    display: inline-block;
    position: absolute;
	right: 40px;
	bottom: 30px;
    z-index: 99;
}
.logo img {
    height: 50px;
}


.sign-up-logo {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 170px;
    z-index: 99;
}
.sign-up-logo img {
    height: 35px;
    display: inline-block;
}


.icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}


/**************************************
	           TERMINAL
**************************************/
@import "bourbon";



@keyframes cursor-blink {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}


.terminal-container {
    position: relative;
  box-sizing: border-box;
  height: 100%;
  background-color: #000000;
  background-image: radial-gradient(#11581E, #041607), url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Inconsolata', monospace;
  color: rgba(128, 255, 128, 0.8);
  text-shadow:
      0 0 1ex rgba(51, 255, 51, 1),
      0 0 2px rgba(255, 255, 255, 0.8);
    
    overflow: hidden;
}

.terminal-container .connect {
    text-shadow: none !important;
}

.terminal-container .connect .prompt{
    white-space: normal;
    text-shadow: none !important;
}

.terminal-container a{
    color: inherit !important;
}

.noise {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .02;
}

.overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background:
      repeating-linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0) 100%);
  background-size: auto 4px;
  z-index: 1;
}

.overlay::before {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      0deg,
      transparent 0%,
      rgba(32, 128, 32, 0.2) 2%,
      rgba(32, 128, 32, 0.8) 3%,
      rgba(32, 128, 32, 0.2) 3%,
      transparent 100%);
  background-repeat: no-repeat;
  animation: scan 7.5s linear 0s infinite;
}

@keyframes scan {
  0%        { background-position: 0 -100vh; }
  35%, 100% { background-position: 0 100vh; }
}

.terminal {
    box-sizing: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 4rem 0;
    /*text-transform: uppercase;*/
}

.output {
  color: rgba(128, 255, 128, 0.8);
  text-shadow:
      0 0 1px rgba(51, 255, 51, 0.4),
      0 0 2px rgba(255, 255, 255, 0.8);
}

.output::before {
  content: "> ";
}

.errorcode {
  color: white;
}


.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.four-oh-four-form input{
    opacity: 0;
    position: fixed;
}

 .terminal {
	 position: relative;
	 padding: 4rem 0 0 0;
}

.terminal-container .prompt,
.four-oh-four-form button{
	 color: #72E960;
	 display: block;
	 font-size: 31px;
	 white-space: pre-wrap;
	 line-height: 1;
     margin-bottom: 40px;
}

.four-oh-four-form button{
    border-radius: 10px;
    padding: 7px;
    background: transparent;
    border: 3px solid #72E960;
    margin-left: 25px;
    text-shadow: 0 0 1ex rgba(51, 255, 51, 1), 0 0 2px rgba(255, 255, 255, 0.8);
}

.terminal-container .prompt.prompt-big {
    font-size: 60px;
}

.terminal-container .prompt-arrow:before {
    content: '> ';
    display: inline-block;
}

.terminal-container .new-output {
    display: inline-block;
}

.terminal-container .new-output:after {
    display: inline-block;
    vertical-align: -0.15em;
    width: 0.75em;
    height: 1em;
    margin-left: 5px;
    background: #1ff042;
    box-shadow: 1px 1px 1px rgba(31, 240, 66, 0.65), -1px -1px 1px rgba(31, 240, 66, 0.65), 1px -1px 1px rgba(31, 240, 66, 0.65), -1px 1px 1px rgba(31, 240, 66, 0.65);
    animation: cursor-blink 1.25s steps(1) infinite;
    content: '';
    border-radius: 5px;
}




.mb-0 {
    margin-bottom: 15px !important;
}




/**************************************
	           SWITCHER
**************************************/

.ui-switcher {
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: 0.25s;
    width: 108px;
    height: 86px;
    background: url(files/off.svg) no-repeat;
}

.ui-switcher[aria-checked=true] {
    background: url(files/on.svg) no-repeat;
}




/**************************************
	           RESPONSIVE
**************************************/

@media (max-width: 1299px) {

}

@media (max-width: 1199px) {

    
}



@media (max-width: 991px) {
   
    #header, #header #video {
        height: 700px;
    }

    
    #header #video {
        object-position: 35% 0;
    }
    
    .muffins-logo {
        top: 265px;
        padding-left: 173px;
        padding-right: 173px;
    }
    
    .music {
        top: 30px;
        right: 30px;
    }
    
    .arrow,
    .sign-up-logo{
        display: none;
    }
    
}



@media (max-width: 768px) {
  
    
    #header, #header #video {
        height: 500px;
    }

    .muffins-logo {
        top: 195px;
    }    

    .music {
        top: 20px;
        right: 20px;
    }
    .ui-switcher,
    .ui-switcher[aria-checked="true"]
    {
        width: 70px;
        height: 56px;
        background-size: 70px 56px;
    }

    .arrow {
        bottom: 10px;
    }    
    .arrow img {
        height: 30px;
    }
    
    .logo {
        right: 10px;
        bottom: 10px;
    }
    .logo img {
        height: 35px;
    }

    .sign-up-logo {
        bottom: 100px;
    }
    .sign-up-logo img {
        height: 25px;
    }

    .terminal-container .prompt,
    .four-oh-four-form button{
        font-size: 20px;
        margin-bottom: 27px;
    }

    .terminal-container .prompt.prompt-big {
        font-size: 30px;
    }
    

    .mb-0 {
        margin-bottom: 10px !important;
    }
    
}

@media (max-width: 591px) {
   
    #header, #header #video {
        height: 380px;
    }
    
    
    .muffins-logo {
        top: 155px;
        padding-left: 73px;
        padding-right: 73px;
    }
    .muffins-logo img {
        max-width: 229px;
        width: 100%;
    }    
    
    .arrow img {
        height: 20px;
    }
    
    .logo img {
        height: 20px;
    }

    .sign-up-logo img {
        height: 20px;
    }


    .terminal-container .prompt,
    .four-oh-four-form button{
        font-size: 17px;
        margin-bottom: 22px;
    }
    
}

@media (max-width: 420px) {
    
    #header #video {
        object-position: 25% 0;
    }
    
}




















