/*
  Custom styles
 */
 #moribeshadow{
  z-index:100;
 }
.demo-text {
  margin: auto;
  position: absolute;
  top: 0px; left: 0; bottom: 0; right: 0;
  width: 100%;

  display: table;
  height: auto;

  color: #ededed;
  text-transform: uppercase;
  text-align: center;

  font-size: 8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;

  letter-spacing: -0.02em;
  line-height: 1.2em;
  z-index:100;
}

.demo-text-ff {
  margin: auto;
  position: absolute;
  top: 350px; left: 0; bottom: 0; right: 0;
  width: 100%;

  display: table;
  height: auto;

  color: #ededed;
  text-transform: uppercase;
  text-align: center;

  font-size: 8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;

  letter-spacing: -0.02em;
  line-height: 1.2em;
  z-index:100;
}
