body {
  margin: 0;
  background-color: #f1f2f3;
}

a:link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
}

a:visited {
  color: rgba(0, 0, 0, 0.3);
}

#content {
  width: 285px;
  height: 241px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -142px;
}

.avatar {
  width: 140px;
}

.icons {
  margin: 0 auto;
  max-width: 600px;
  padding-top: 15px;
}

a.twitter {
  font-family: 'social';
  font-size: 22px;
  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: 22px;
  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: 22px;
  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: 22px;
  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: 22px;
  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: 22px;
  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: 22px;
  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: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

h1 {
  margin: 10px 0 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  cursor: default;
}

#content span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  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;
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  body {
    zoom: 50%;
  }
  footer {
    bottom: 10px;
  }
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 321px) {
  body {
    zoom: 50%;
  }
  footer {
    bottom: 30px;
  }
}