.nav > li.project > a,
.nav > li.project.open > a {
  background-color: #d9534f;
  font-weight: bold;
}
.nav > li.project > a:hover,
.nav > li.project.open > a:hover,
.nav > li.project > a:focus,
.nav > li.project.open > a:focus {
  background-color: #be3935;
}

a {
  color: #dd2828;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #921313;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#container {
 background: #f5f0dd;
}

.transparent-header h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #d9534f;
  margin: 0 0 20px 0;
}