@font-face {
  font-family: Museo-Slab;
  src: url('Museo_Slab_500-webfont.ttf');
}
html, body {
  font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
  background: url("iceland.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
#footer {
  text-shadow: 2px 2px 2px #000;
  position: absolute;
  bottom: 50px;
  right: 50px;
  top:-50%;
  font-size: 500%;
  font-family: Museo-Slab;
}
#footer a {
  color: #56a0d3;
}
.transition {
  -moz-transition: all 1s cubic-bezier(0.59, 0, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0.59, 0, 0, 1);
  -o-transition: all 1s cubic-bezier(0.59, 0, 0, 1);
  transition: all 1s cubic-bezier(0.59, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  overflow: hidden;

  /*-webkit-animation: bounce-in-left 1.1s both;
  -moz-animation: bounce-in-left 1.1s both;
  animation: bounce-in-left 1.1s both;*/
}
#tagline {
  text-shadow: 2px 2px 2px #000;
  position: absolute;
  color: #DDD;
  bottom: 10px;
  top: -50%;
  right: 35px;
}
a, a:link, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #56a0d3;
}
#terminal {
  font-size: 150%;
  font-weight: bold;
  color: #000;
  margin-left: -50%;
  top: 55px;
  width: 650px;
}
#terminal .response{
  font-size: 70%;
  margin: 10px;
}
::-moz-selection {
  background:#99BADD;
  color:#FFF;
}
::selection{
  background:#99BADD;
  color:#FFF;
}



@media screen and (max-width: 500px) {
  background-attachment: scroll;
  #footer {
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*right: 0px;*/
    /*top: 0px;*/
    /*font-size: 10px;*/
    width: 100vw;
  }
  #tagline {
    font-size: 80%;
  }
  #terminal {
    width: 100vw;
    font-size: 100%;
  }
  #terminal .response {
    font-size: 70%;
  }
}
}
