@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600);
    
body {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  line-height: 1.5;
  font-weight: 400;
  background-color: #130C0E;
  padding: 0;
  /*margin: 0;*/
  margin: 0 auto;
  width: 960px;
  height: 100px;
}
h1 {
  font-size: 48px;
  color: #7AC143;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
p {
  font-size: 18px;
  color: #7AC143;
  font-weight: 400;
  margin: 0;
  padding: 0;
  letter-spacing: 6px;
  text-transform: uppercase;
}
p span {
  letter-spacing: 1px;
  color: #EE3124;
  font-size: 14px;
}
text {
  font-size: 18px;
  fill: #7AC143;
  alignment-baseline: middle;
}
#vis {

}
header {
  height: 150px;
  padding: 20px;
}
button {
  font-family: "Source Code Pro", Consolas, monaco, monospace;
  font-size: 14px;
  background: #130C0E;
  color: #7AC143;
  border: none;
  outline:none;
  padding: 4px 8px;
  letter-spacing: 1px;
  pointer-events: all;
}
button:hover {
  background: #7AC143;
  color: #130C0E;
}

nav {
}

ul {
  overflow: auto;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

li {
  cursor: pointer;
  background: #7AC143;
  color: #130C0E;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 8px 0 8px;
  letter-spacing: 2px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*li:last-child {

}*/


li:hover {
  background: #130C0E;
  color: #7AC143;
}
