body {
  font-family: "Source Sans Pro", sans-serif;
}

.background-fullpage {
  /*background: url(/img/20161229_095454.png) no-repeat center center fixed;*/
  background: url(/img/20160304_103143.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  width: fit-content;
}

.genericon {
  font-size: 50px;
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.soon,
.social_media_icons a:hover,
.social_media_icons a:link,
.social_media_icons a:active,
.social_media_icons a:visited {
  color: #black !important;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  padding-left: 10px;
}

.donotshow {
  display: none !important;
}

.SVGInline-svg {
  fill: black;
}

#meme {
  display: flex;
  align-items: center;
}

#title {
  transition: background-color 2s ease-out;
  padding-left: 10px;
}

.none-link {
  color: inherit;
  text-decoration: none;
}
