#sp-top-bar {
  background: #333333;
  color: #AAAAAA;
  display: none;
}
.logo-image {
  height: 96px;
  border-radius: 60px;
}
#sp-header {
  background: transparent;
}
#sp-header {
  height: 80px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn 0.5s;
}
#sp-header .logo {
  height: 95px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
html.coming-soon body {
  text-align: center;
  color: #fff;
}