body
{
  padding-top: 50px;

  font-family: 'Arimo', sans-serif;
  font-size: 16px;
}
a:link, a:visited, a:active
{
  color: #001c63;
  text-decoration: none;
  border-bottom: 1px solid #667f9f;
}
a:hover
{
  color: #0144ee;
  text-decoration: none;
  border-bottom: 1px solid #8cbcee;
}


.header
{
  padding-bottom: 75px;
}
.logo
{
  font-size: 64px;
  font-family: 'Playfair Display', serif;
}
.header-links
{
  padding-top: 75px;
  font-size: 14px;
  text-align: right;
}
.header-links li
{
  list-style-type: none;
  list-style-position: inside;

  padding: 0;
  padding-right: 10px;
  margin: 0;

  display: inline;
}
.header-links a:link, a:visited, a:active
{
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #949494;
}
.header-links a:hover
{
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #949494;
}


.projects
{
  padding-top: 25px;
}
.projects li
{
  list-style-type: none;
  //margin-left: -21px;
}

.projects-count
{
  color: #999;
  padding-top: 75px;

  font-size: 22px;
  font-style: italic;
}

.contacts
{
  padding-top: 50px;
  padding-bottom: 50px;

  font-size: 14px;

  color: #666;
}
.contacts a:link, a:visited, a:active
{
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #949494;
}
.contacts a:hover
{
  color: #666666;
  text-decoration: none;
  border-bottom: 1px solid #949494;
}
