.title .title-container {
  position: relative;
  top: 40px;
}
.title .title-container span {
  color: white;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
}
.title .title-container span.subtitle {
  opacity: 0.75;
  font-size: 0.75em;
  margin-bottom: 1em;
}
.title .title-container .logo {
  opacity: 0.2;
  max-width: 80px;
  background: none;
  box-shadow: none;
  margin: 0;
}

.reveal .controls {
  transition: opacity 500ms ease;
}
.reveal .color-wheel-small {
  max-width: 200px;
  margin-top: -100px;
}

.no-controls .reveal .controls {
  opacity: 0;
}

/*# sourceMappingURL=armchair-visual-design.css.map */