@charset "UTF-8";

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Georgia, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
}

a {
  color: black;
}

.masthead {
  padding: 0 30px;
}

.masthead h3 {
  font-size: 22px;
  margin: 0;
}

.masthead a {
  text-decoration: none;
}

.page {
  margin: 100px auto;
  max-width: 720px;
}

.circular-avatar {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background: url(/images/avatar.jpg) no-repeat;
  border-radius: 100px;
  height: 200px;
  margin: 30px auto;
  width: 200px;
}

.circular-avatar img {
  filter: alpha(opacity=0);
  height: 200px;
  opacity: 0;
  width: 200px;
}

.content {
  padding: 0 30px;
}

.content p {
  margin: 30px 0;
}

.content p:last-of-type {
  margin-bottom: 0px;
}

.social {
  display: table;
  font-size: 16px;
  margin: 0 auto 30px;
  text-align: center;
  width: 330px;
}

.social a {
  text-decoration: none;
}

.social a:hover {
  text-decoration: underline;
}

.social ul {
  display: table-row;
}

.social ul li {
  border: 0;
  display: table-cell;
  width: 33%;
}
