#header {
    color: #9C2007;
    text-align: center;
    font-size: 150%;
}

div {
    text-align: center;
    font-size: 150%;
}

input, button {
    touch-action: manipulation;
}

#git-logo {
    width: 5%;
    height: auto;
    bottom: 0;
    right: 0;
    position: absolute;
}

#footerMenu {
    position: absolute;
    bottom: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footerMenu_li {
    float: left;
    font-size: 100%;
    margin-left: 1%
}

#hidden {
  color: #9C2007;
  display: none;
}

/* Mobile formatting*/
@media (orientation: portrait) {
  #header {
    font-size: 175%;
  }

  div {
    font-size: 250%;
  }

  button {
    font-size: 50%;
  }

  .footerMenu_li {
    font-size: 150%;
  }

  #git-logo {
    width: 10%;
    height: auto;
  }
}

