@charset "utf-8";

a, a:visited {
  color: #5577bb;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

body {
  background: #d8d8d8;
  background: -moz-linear-gradient(top,  #d8d8d8 0%, #ffffff 25%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(25%, #ffffff));
  background: -webkit-linear-gradient(top,  #d8d8d8 0%, #ffffff 25%);
  background: -o-linear-gradient(top,  #d8d8d8 0%, #ffffff 25%);
  background: -ms-linear-gradient(top,  #d8d8d8 0%, #ffffff 25%);
  background: linear-gradient(to bottom,  #d8d8d8 0%, #ffffff 25%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 );
  background-repeat: no-repeat;
  border-top: 5px solid #999;
  font: .9em "Trebuchet MS";
  margin: 0 auto;
}

.wrapper {
  margin: 0 auto;
  width: 320px;
}

header {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  margin: 60px 0 10px;
  text-align: center;
}

header .profile {
  border-radius: 50px;
  margin: 0 0 20px;
  width: 100px;
  height: 100px;
}

h1 {
  font-size: 2.5em;
  letter-spacing: -0.035em;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

h1 a:visited {
  color: #000;
}

h1 a:hover, h1 a:active {
  color: #105cb6;
  text-decoration: none;
}

h2 {
  color: #105cb6;
  font: normal 1.25em 'Trebuchet MS';
  letter-spacing: 0.02em;
  padding: 0 0 5px;
  text-align: center;
}

.social {
  padding: 20px 0 0;
  text-align: center;
}

.icon {
  background-size: 32px 32px;
  background-color: #f0f0f0;
  width: 32px;
  height: 32px;
}

.github { background-image: url(../images/github-64-black.png); }
.gmail { background-image: url(../images/gmail-64-black.png); }
.twitter { background-image: url(../images/twitter-64-black.png); }
.linkedin { background-image: url(../images/linkedin-64-black.png); }
