*, html, body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #222;
}

header {
    text-align:center; 
    font-family: "Helvetic Neue", Helvetica, Arial, Verdana, sans-serif;
    margin-top:150px;
    -webkit-font-smoothing: antialiased;
	color: #EEE;
}

header h1 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #EEE;
}

header h1 span {
  font-weight: normal;
  color: #EEE;
}

header h2 {
	margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #EEE;
  font: 16px "Helvetic Neue", Helvetica, Arial, Verdana, sans-serif;
}

a {
  color: #FFF; 
  text-decoration: none; 
}

a:hover {
    color: #777;
}

a:active { 
  position: relative; 
  top: 1px;
}

/* Text Css */ 

.work, .info, .contact {
    font-family: "Helvetic Neue", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    line-height: 2.2;
	color: #AAA;
}

.working {
    font-size:12px; 
}

.info {
    font-size:12px; 
}

.contact {  
    font-size:12px; 
}

footer {
    color: #777;
    position: fixed;
    margin-top:20px;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size:12px;
    font-family: "Helvetic Neue", Helvetica, Arial, Verdana, sans-serif;
    
}
