a,
a:focus,
a:hover {
  color: #fff;
}

html,
body {
  height: 100%;
  background-color: #333;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}

.debug
{
    border: 1px solid red;
}

button
{
    touch-action: manipulation;
    background-color: transparent;
    border: none;
}

.hidden
{
    display: none !important;
}

.visible
{
    display:inherit !important;
}

.up
{
    width:100%;
    height:100%;
}
.down
{
    width:100%;
    height:100%;
}
.glyphcontainer
{
    border: none;
}

.glyphcontainer-0
{
  background-image: url("../images/f0.png");
  background-size: 100% 100%;
}

.glyphcontainer-1
{
  background-image: url("../images/f1.png");
  background-size: 100% 100%;
}

.glyphcontainer-2
{
  background-image: url("../images/f2.png");
  background-size: 100% 100%;
}

.glyphcontainer-3
{
  background-image: url("../images/f3.png");
  background-size: 100% 100%;
}

.glyphcontainer-4
{
  background-image: url("../images/f4.png");
  background-size: 100% 100%;
}

.glyph
{
      max-width:100%;
      max-height:100%;
}

.clue
{
  margin-top:1em;
  font-family: cursive;
  font-size: 8vw;
  width:100%;
}

#lock
{
    margin-top:2em;
}

#book
{
    margin-top:12rem;
    font-family: cursive;
    font-size: 8vw;
    text-align: center;
}

@media only screen and (min-width: 1200px)
{
  #book
  {
    font-size: 4vw;
  }
  .clue
  {
    font-size: 2vw;
  }
}

#name
{
    width:100%;
}
