#navSpacer {
  height: 5em;
}

#container{
  background-image: url(Imgs/rooftops.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
  text-align: center;
  background-attachment: fixed
}

#subContainer{
  width: 80%;
  margin: auto;
}

h1{
  padding: .6em 1em;
}

.playerSpacer {
  height: 3em;
}

h1{
  padding: 0em .7em;
}
.section {
  height: auto;
  width: 100%;
  max-width: 55em;
  margin: auto;
  margin-top: 1em;
  background-color: rgba(245,245,245,.7);
  padding: .8em;
  display: table;
  text-align: left;
}
