.output {
  color: #9b9b9b;
}

.input {
  position: inherit;
  color: #ffffff;
  z-index: 1;
}

.hint {
  position: absolute;
  z-index: 1;
  color: #7b7b7b;
}

.type {
  width: 0;
  height: 0;
  opacity: 0;
}

.cursor {
  display: inline-block;
  position: inherit;
  z-index: 1;
  color: white;
  animation: blink 1s step-end infinite;
}

.shake {
  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10% {
    transform: translate3d(-3px, 0, 0);
  }
  30% {
    transform: translate3d(3px, 0, 0);
  }
  50%, 90% {
    transform: translate3d(-3px, 0, 0);
  }
  70% {
    transform: translate3d(3px, 0, 0);
  }
}

.command {
  color: #ffffff;
}

.command a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.command a:visited {
  color: #ffffff;
}

.link {
  color: yellow;
}

.minimize-icon {
  background-color: #ffbd2e;
  margin-left: 28px;
  margin-top: 3px;
}

.close-icon {
  background-color: #ff5f56;
  margin-left: 8px;
  margin-top: 3px;
}

.fullscreen-icon {
  background-color: #27c93f;
  margin-left: 49px;
  margin-top: 3px;
}

.icon {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
}

.wrap {
  max-width: 700px;
  margin: auto;
}

.terminal .header {
  width: 100%;
  min-height: 450px;
  margin: 0 auto 30px;
  padding: 10px 0;
  background: url(../img/header-bg.jpg) top center no-repeat fixed;
  background-size: 100%;
}

@media screen and (max-width: 1500px) {
  .header {
    background-size: auto;
  }
}

.header .h1 {
  margin: 10px 0 20px;
  font-size: 2.5em;
  text-align: center;
  color: #fff;
  text-shadow: #000 0px 2px 4px;
}

.head-wrap {
  margin: 30px auto 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}

.shift-text {
  margin: 80px auto 110px;
}

.shift-text .text-body {
  height: 120px;
}

.shift-text .tagline {
  opacity: 0.9;
}

.text-editor-wrap {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 900px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 50px;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.title-bar {
  padding: 5px 0;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-weight: bold;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #bcbbbc);
  background-image: -moz-linear-gradient(top, #e8e8e8, #bcbbbc);
  background-image: linear-gradient(top, #e8e8e8, #bcbbbc);
  box-shadow: inset rgba(255, 255, 255, 0.7) 0px 1px 1px;
  border-bottom: #6a6a6a 1px solid;
}

.text-body {
  position: relative;
  height: 450px;
  background-color: #2c2c2c;
  padding: 10px 0px 10px 10px;
  color: #ffffff;
  text-shadow: #000 0px 1px 0px;
  font-family: "Courier New", "Courier";
  font-size: 18px;
  line-height: 1.40em;
  font-weight: bold;
  text-align: left;
  overflow: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.text-body .animation {
  transition: all 0.5s ease-out;
}

.text-body .highlight {
  color: black;
  background-color: #BCBBAB;
  text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
  box-shadow: inset rgba(255, 255, 255, 0.7) 0px 1px 1px;
  border-bottom: #6a6a6a 1px solid;
  border-top: #ffffff 1px solid;
  padding-left: 8px;
  padding-right: 10px;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 4px;
}

.note {
  text-align: center;
}

.inline-code {
  padding: 2px 5px;
  background: #fff;
  border: #CCC 1px solid;
  border-radius: 4px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: #fff 1px solid;
  border-top: #f0f0f0 1px solid;
}

code {
  margin: 0 auto 20px;
  padding: 10px 20px !important;
  color: #444;
  font-family: "Consolas", "Courier New", "Courier";
  font-weight: 500;
  background: #fff !important;
  border: #EEE 1px solid;
  border-radius: 10px;
  overflow: auto;
}

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: white;
}

@keyframes blink {
  50% {
    visibility: hidden;
  }
}

.btn-wrap {
  display: block;
  margin: 0 auto 1em;
  clear: both;
  text-align: center;
}

.btn {
  display: inline-block;
  position: relative;
  margin: 0 10px 5px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 500px) {
  .btn {
    display: block;
  }
}

.btn > a {
  display: block;
  position: relative;
  padding: 0.8em 1.75em 0.7em;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  background-color: #3479b4;
  border-radius: 4px;
  z-index: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn > a:hover {
  background-color: #4f92cc;
}

.btn p {
  line-height: 1em;
}

.btn p a {
  color: #333;
}

.btn p a:hover {
  color: #CCC;
}

