body {
    background-color:#3B3B3B;
    font-family: 'Courier New', monospace;
}

h1 {
    /*color:#FF23E1;*/
    color:#16A2FE;
}

h2{
  color:white;
}

p {
  /*color:#16A2FE;*/
  font-size:1.2em;
    color:rgba(255,255,255,0.6);
}
a {
   color: #16A2FE;
}

@import url(https://fonts.googleapis.com/css?family=Khula:700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1226 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.snip1226 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.snip1226 a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color:#16A2FE;
}
.snip1226 a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
  transform: translateY(100%);
}
/* Demo purposes only */
body {
  background-color: #212121;
}

.logo_center{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    text-align: center;
    background-color: rgba(60,60,60,1);
    font-size:3.5em;
    font-stretch:100%;
font-family: 'Rock Salt', cursive;

}

.text_block{
    display:flex;
    padding:1.5em;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    width: 50%;
    margin:auto;
}

.white_line{
    border:1px solid rgba(255,255,255,0.5);
    display:flex;
    justify-content:center;
    width:50%;
    margin:auto;

}
.small_pictures p{
    font-weight:100;
}


.pictures{
  max-width:100%;
  height:auto;
  display:flex;
  justify-content:center;
}

.stephen{
  max-width:50%;
  height:auto;
  box-shadow: 2px 2px 20px #000000;
}

.ralf{
  max-width:70%;
  height:auto;
  box-shadow: 2px 2px 20px #000000;
}

.console-container {

  font-family:Khula;
  font-size:4em;
  text-align:center;

  display:block;
  position:absolute;
  color:white;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
  display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

