.hellobar-container {
  display: none;
}

.hellobar-show {
  display: block;
}

/* Disable spacing on mobile */
@media screen and (max-width: 720px) {
  #header+main {
    padding-top: 0 !important;
  }
}
