.landing-container {
  text-align: center;
}
.landing-title {
  height: 160px;
  padding-top: 20px;
}
.landing-content {
  text-align: left;
  height: 400px;
}
.thumbnail {
  height: 380px;
}
.thumbnail img {
  margin-top: 20px;
}
.home-background {
  background: url('/static/img/cliff.jpg?7e04bf41765b') no-repeat center center;
  background-size: cover;
}
.about-background {
  background: url('/static/img/water_rock.jpg?7e04bf41765b') no-repeat center center;
  background-size: cover;
}
.contact-background {
  background: url('/static/img/whale.jpg?7e04bf41765b') no-repeat center center;
  background-size: cover;
}
.userinfo-background {
  background: url('/static/img/sunrise_cliff.jpg?7e04bf41765b') no-repeat center center;
  background-size: cover;
}
