html, body {
  /*margin: 0;*/
  /*background-color: #fff;*/
  font-size: 1em;
  /*
  min-width: 0px;
  height: 100%;
  width: 100%;
  */
  background-image: url("christmas-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  /*padding-top: 50px;*/
  overflow: auto;
  /*background-image: url("parts/Snowmen-Caroling.jpg"); */
  /*
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSpHa1sHZziqM3uRC2vTRHxQGNrHgyRYYkfBdPjceez3qGA55SP3g");
  background-repeat: repeat;
  */
}

.navigation {
  display: flex;
  /*flex-flow: row wrap;*/
  justify-content: flex-start;
  flex-direction: column;
  background-color: #fff;
  /* top: 0px; */
  overflow: hidden;
}


/* Small screens */
/* @media all and (max-width: 500px) { 
  .navigation {
    flex-direction: column;
  }
}
*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

}

.left {
  display: block;
  background-color: #077;
  color: #ddd;
}

li {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 100%;
}

li.button {
  cursor: pointer;
  display: block;
}
li.button:not(.active):hover {
  background-color: #ddd;
  color: #d00;
}

.split-li { display:block;margin:10px; }
.split-li span { display:block;float:right;width:50%;margin-left:10px; }

.active {
  background-color: #d00; 
  color: #fff;
}

div.song {
  /*
  background-image: url("christmas-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  */
}

.song {
  display: none;
  margin: 0px;
  padding: 10px;
  /*border: red solid 2px;*/
  border-top: #077 solid 2px;
  background-color: rgba(255, 255, 255, 0.5);
  /*height: 100%;*/
  /*opacity: 1;*/
  font-size: large;
}

p.songline {
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
