header {
  position: relative;
  display: block;
  margin-bottom: 4em;
}

header h1 {
  color: #444;
  font-family: Verdana, sans-serif;
  text-align: center;
  font-size: 2.5em;
  letter-spacing: 8px;
  font-weight: lighter;
  margin: 1em 0 0 0;
}

.content {
  position: relative;
  display: block;
  width: 80%;
  margin: 1em 10% 4em 10%;
  height: 18em;
  font-size: 1.2em;
  line-height: 125%;
  font-family: Verdana, sans-serif;
  color: #444;
}

#left-column {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 48%;
  float: left;
}

#right-column {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 48%;
  float: right;
}

.project {
  border: solid #6799b7 3px;
  border-radius: 15px;
  margin: 1em 2em 4em 1em;
  padding: 0 1em 0 1em;
}

.project:hover {
  background-color: #cdd;
}

.content a {
  font-size: 1.3em;
  font-weight: lighter;
  letter-spacing: 0.1em;
}

.content h1 {
  font-size: 1.2em;
  font-weight: lighter;
  letter-spacing: 0.1em;
}

.content p {
  font-size: 0.7em;
  font-weight: lighter;
}

footer ul {
  display: inline-block;
  position: relative;
  list-style-type: none;
  top: 1em;
}

.foot-link a {
  display: inline-block;
  font-family: Verdana, sans-serif;
  width: 160px;
  font-size: 1.8em;
}

.foot-link {
  display: inline-block;
}