#navSpacer {
  height: 4.5em;
}

#container {
  background-image: url(Imgs/aboutBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  margin: 0px 0%;
}

#bottomSpacer {
  height 1em;
}

.section {
  height: auto;
  width: 90%;
  max-width: 55em;
  margin: auto;
  margin-top: 1em;
  background-color: rgba(245,245,245,.85);
  padding: .8em;
  display: table;
}

h5 {
  font-size: .9em;
  color: #555;
  padding-left: 4em;
}

h2 {
  font-size: 1em;
  margin-bottom: .5em;
  padding-left: 1em;
}

h3 {
  font-size: 1.3em;
  padding-top: 1em;
  padding-left: 2em;
}

p {
  font-size: .9em;
  padding-left: 3em;
  text-indent: 2em;
}