

/* Google Fonts */

@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro);


h1{
  font-family: sans-serif;
}






/*
.test a{
  background-color: #233237;
  
}/*
.test a:hover{
  background-color: #EAC67A;
  
}

.secondbutton a{
  background-color: #984B43;

}

#about{
  background-color: #233237 ;
}
*/

/*header{
  font-family: 'Anonymous Pro', monospace;  
}*/
/*
h1{
  color: white; 
  font-family: "Courier";
  font-size: 20px;
 
  white-space:nowrap;
  overflow: hidden;
  width: 19.7em;
  animation: type 4s steps(60, end); 
}

h1:nth-child(2){
  animation: type2 8s steps(60, end);
}
 
span{
  animation: blink 1s infinite;
}

@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{width: 100; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}
*/

/* Google Fonts */
/*@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro);*/

/* Global */
/*
#homeHeading{
  font-size: 35px;
}

.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}
*/
/* Animation */
/*
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 800ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 31em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}*/