#navSpacer {
  height: 5em;
}

#container{
  background-image: url(Imgs/contact.png);
  background-size: cover;
  background-position: center;
  text-align: left;
  background-attachment: fixed;
  min-height: 800px;
}

#subContainer{
  width: 100%;
  margin: auto;
  /*background-color: rgba(245,245,245,.9);*/
}

h1{
  padding: 0em .7em;
}

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

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

h2{
  font-size: 2em;
  margin-bottom: 15px;
}

img {
  margin-top: 15px;
}

#bottomSpacer{
  height: 3em;
}