body {
  margin: 0;
  background-color: #f1f1f1;
  border-top: 5px solid #6a89dc;
}

a:link {
  text-decoration: none;
  color: #6a89dc;
}

a:visited {
  color: rgba(0, 0, 0, 0.3);
}

#content {
  width: 80%;
  height: 300px;
  text-align: center;
  position: fixed;
  top: 10%;
  left: 10%;
}

.avatar {
  width: 140px;
}

.icons {
  margin: 0 auto;
  max-width: 600px;
  padding-top: 36px;
}

a.twitter {
  font-family: 'social';  font-size: 28px;
color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.twitter:hover {
  color: #22abf3;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.facebook {
  font-family: 'social';  font-size: 28px;
color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.facebook:hover {
  color: #3b5998;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.instagram {
  font-family: 'social';  font-size: 28px;
color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.instagram:hover {
  color: #3f729b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.tumblr {
  font-family: 'social';  font-size: 28px;
color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.tumblr:hover {
  color: #3f729b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.codepen {
  font-family: 'social';  font-size: 28px;
color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.codepen:hover {
  color: #000000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.github {
  font-family: 'social';  font-size: 28px;
color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.github:hover {
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a.send {
  font-family: 'social';  font-size: 28px;
color: #d0d0d0;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 3%;
}

a.send:hover {
  color: #6a89dc;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

h1 {
  margin: 10px 0 -18px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  cursor: default;
}

#content span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  margin-top: 10px;
}

#content span a:hover {
  text-decoration: underline;
}

footer {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: fixed;
  bottom: 15px;
  width: 100%;
  height: 13px;
  cursor: default;
}

footer a:hover {
  text-decoration: underline;
}

