
html, body  {
    background: #323232;
}

a {
  font-family: 'helvetica', sans-serif;
  font-size: 20px;
  color: #888;
  text-decoration: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a:hover {
    color: white;
}

.work, .contact {
  display: inline;
  position: absolute;
  right: 180px;
  top: 50px;
}

.contact {
  right: 60px;
}

.pennant-logo-mark {
  background: url(pennant-logo-mark.png) no-repeat;
  background-size: 300px;
  width: 310px;
  height: 180px;
  display: inline;
  position: absolute;
  text-align: center;

  /*Centering Method 2*/
  margin: -90px 0 0 -155px;
  left: 50%;
  top: 50%;
}
