.gapp-heading {
  padding-bottom: 0;
}
.gapp-heading .gh-upper {
  border-bottom: 6px solid #812b81;
  border-image: repeating-linear-gradient(90deg, #993399, #812b81) 10 1;
  background-image: linear-gradient(45deg, #037272, rgb(3.2692307692, 124.2307692308, 124.2307692308), #037272);
}
.gapp-heading .gh-inner {
  display: flex;
}
.gapp-heading .gh-row-a {
  display: flex;
  justify-content: center;
}
.gapp-heading .gh-row-b {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #fddb6d;
}
.gapp-heading .gh-name {
  text-align: center;
  font-family: sans-serif;
  font-size: 2em;
  color: transparent;
  text-shadow: 5px 5px 5px rgba(220, 220, 160, 0.65);
  letter-spacing: 6px;
  line-height: 1;
  min-height: 45px;
}
@media screen and (max-width: 720px) {
  .gapp-heading .gh-name {
    font-size: 1.6em;
    white-space: nowrap;
    letter-spacing: 4px;
  }
}
.gapp-heading .gh-nick {
  background-color: #fddb6d;
  color: #812b81;
  padding: 2px 16px;
  width: auto;
  border-radius: 12px 0 0 0;
  margin-top: -25px;
}
.gapp-heading .gh-row-c {
  color: #812b81;
}
.gapp-heading .gh-features {
  display: flex;
  list-style: none;
  flex-direction: row;
  justify-content: center;
  column-gap: 2vw;
  padding: 0;
}
.gapp-heading .gh-feature-item {
  font-family: "Roboto", "Tahoma", sans-serif;
  text-transform: uppercase;
  font-size: 9px;
}

body.is-signed main#main {
  margin-top: 12vh;
}

/*# sourceMappingURL=style.css.map */
