.overlay {
  width: 100%;
}

.h100 {
  height: 100%;
}

.section {
  padding: 35px 0;
}

.header {
  font-style: italic;
  font-weight: bold;
  margin: 10px;
}

.title, .subtitle {
  display: block;
}

h1.title {
  font-size: 24px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  color: #2980b9;
  margin: 0 0 25px 0;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  color: #2980b9;
  margin: 0 0 15px 0;
}

.subtitle {
  font-size: 18px;
}

ul.activities {
  margin: 0;
}

ul.activities li {
  list-style: square;
  margin: 0 0 0 30px;
}

@media screen and (min-width: 800px) {
  h1:before, h1:after {
    width: 100px;
    height: 2px;
    margin: 0 10px;
    background: white;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
}

.overlay,
.parallax-text {
  font-family: 'Lato', sans-serif;
  letter-spacing: .11em;
  font-size: 2.25em;
  text-rendering: optimizeLegibility;
}

.parallax-container {
  height: 50vh;
}

.material-placeholder {
  display: inline-block;
}

.picture {
  height: 150px;
  display: inline-block;
  overflow: hidden;
}

b {
  font-weight: 400;
  color: #2980b9;
}

.description {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  margin: 25px 0;
}

.divider {
  margin: 50px auto;
  width: 50%;
}

.valign-center {
  vertical-align: middle;
}