#linkblock {
  position: relative;
  z-index: 3;
  padding: 2px 1px 10px 0px;
}
#linkblock > a {
  width: 1.1rem;
  height: 1.3rem;
  margin: 0.4rem 0.2rem 0rem;
}

.linkicon {
  opacity: 0.33;
  fill-opacity: 0.33;
  filter: alpha(opacity=33);
  -webkit-filter: alpha(opacity=33);
  -moz-opacity: 0.33;
}
.linkicon:hover {
  text-decoration: none;
}

.icon {
  width: 2rem;
  height: 2rem;
  margin: 0.7rem 0.15rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: contain;
}

.home-icon {
  background: url("icons/svg/home-icon.svg") center center no-repeat;
  background-size: contain;
}

.background-icon {
  background: url("icons/svg/background-icon.svg") center center no-repeat;
  background-size: contain;
}

.projects-icon {
  background: url("icons/svg/projects-icon.svg") center center no-repeat;
  background-size: contain;
}

.publications-icon {
  background: url("icons/svg/publications-icon.svg") center center no-repeat;
  background-size: contain;
}

.slideshare-icon {
  background: url("icons/svg/slideshare-icon.svg") center center no-repeat;
  background-size: contain;
}

.github-icon {
  background: url("icons/svg/github-icon.svg") center center no-repeat;
}

.stackexchange-icon {
  background: url("icons/svg/stackexchange-icon.svg") center center no-repeat;
  background-size: contain;
}

.smugmug-icon {
  background: url("icons/svg/smugmug-icon.svg") center center no-repeat;
  background-size: contain;
}

.linkedin-icon {
  background: url("icons/svg/linkedin-icon.svg") center center no-repeat;
  background-size: contain;
}

.twitter-icon {
  background: url("icons/svg/twitter-icon.svg") center center no-repeat;
  background-size: contain;
}

.mastodon-icon {
  background: url("icons/svg/mastodon-icon.svg") center center no-repeat;
  background-size: contain;
}

.email-icon {
  background: url("icons/svg/email-icon.svg") center center no-repeat;
  background-size: contain;
}

.blog-icon {
  background: url("icons/svg/pen.svg") center center no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=icons.css.map */
