h2 {
  color: #fff;
  font-size: 3em;
  font-weight: bold;
}

h3 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}

p {
  color: #fff;
}

.overview_fig {
  max-width: 100%;
  height: auto;
}

.float_right {
  float: right;
}

.parallax {
  display: table;
  width: 100%;
  background: transparent;
}

.parallax_view_1 {
  height: 800px;
  text-align: center;
}

.parallax_view_1 .lead {
  font-weight: bold;
  margin-top: 25%;
}

.parallax_view_2 {
  height: 600px;
  text-align: center;
  padding: 0 8% 0 8%;
}

.parallax_view_2 .lead {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.parallax_view_3 {
  height: 400px;
  background-color: #424242;
  padding: 4% 8% 4% 8%;
}

.parallax_view_3 .lead {
  margin: 0;
}

.parallax_view_3 .lead p {
  font-size: 0.8em !important;
}

.parallax_view_4 {
  height: 600px;
  text-align: center;
}

.parallax_view_4 .lead {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.parallax_view_4 .start {
  padding: 10px;
}

.parallax_view_4 .start a {
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 4px;
}
