.kobicss {
    color: #1E2D3B;
    background-color: rgba(237, 205, 31, 1);
    font-size: 64px;
    font-weight: 500;
    width: 400px;
    height: 96px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -175px;
    display: inline;
}

.inline-image {
  display: inline;
}

.kobi-text {
  font-family: Lato, sans-serif;
  padding-left: 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.kobi-hi-signout {
    background-color: red;
    -webkit-mask: url(/assets/svg/signout.svg) no-repeat center;
    mask: url(/assets/svg/signout.svg) no-repeat center;
}
.kobi-main-menu {
    left: -75px;
}
.debug-reload-button {
  width: 500px !important;
}
.menu {
    z-index: 100;
}