.jumbotron {
  height: 100%;
  max-width: 100%;
  /*padding: 0px 30px;*/
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: white;
  background-image: url("../images/bg-forest.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 98%;
  border: none;
}

#summaryContainer {
  display: none;
}

#progressContainer {
  display: none;
}
