body {
  color: #411f36;
  font-family: "Roboto", sans-serif;
}

.info-circle {
  z-index: 10000;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #DFDFDF;
}
.info-circle:hover {
  color: #CCC;
}

a.omni-logo {
  font-family: "Fredoka One", cursive;
  font-size: 30px;
  text-decoration: none;
  line-height: 1em;
  color: #999;
  transition: 0.4s;
}
a.omni-logo.x2 {
  font-size: 48px;
}
a.omni-logo em {
  padding-right: 3px;
  font-style: normal;
  color: #CCC;
  transition: 0.4s;
}
a.omni-logo em span {
  color: #e85b27;
}
a.omni-logo .copy {
  display: block;
  font-size: 0.4em;
  line-height: 0.8em;
  color: #CCC;
  transition: 0.4s;
}
a.omni-logo:hover {
  text-decoration: none;
  color: #e85b27;
}
a.omni-logo:hover .copy, a.omni-logo:hover em, a.omni-logo:hover em span {
  color: #e85b27;
}

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