.overlay {
  position: fixed;
  z-index: 200;
  /*top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  /*border: 5px solid;*/
  font-size: 75px;
  line-height: 0.9em;
  font-weight: 900;
  color: var(--c-blue-dark);
  box-shadow: inset 0 0 20px rgba(0, 0, 255, 1);
  /*box-shadow: 0 0 20px rgba(0, 0, 255, 1);*/
  /*text-shadow: 0 0 20px rgba(0, 0, 0, 1);*/
  pointer-events: none;
  /*border: 1px solid;*/
}

body.index-temp .overlay {
  box-shadow: inset 0 0 40px rgba(0, 0, 255, 1);
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

body.index-temp .hfg-logo {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  z-index: 200;
}
