body:not(.logged-in) #masthead {
  top: 20px !important;
}
#masthead {
  position: fixed;
  z-index: 99;
  top: 50px;
  display: flex;
  width: min(1000px, 90vw);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
#masthead::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100vw;
  height: 70px;
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
}
#masthead .site-branding {
  top: 0;
  left: 50%;
  top: calc(50vh - 180px);
  transform: translate(-50%, -50%) scale(2.5);
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
#masthead .site-branding img {
  height: 40px;
}
#masthead nav {
  position: fixed;
  top: 5px;
  left: -12.5%;
  opacity: 0;
}
#masthead nav .menu-do-win-container {
  width: 75%;
  margin-left: 25%;
}
#masthead nav .menu-do-win-container ul {
  justify-content: space-between;
}

