body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.main-landing-headline-text {
  font-size:50px;
}

.main-landing-headline {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.main-landing-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/images/backgrounds/index_background_home.jpg");
  height: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-landing-image-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/images/backgrounds/index_background_home.jpg");
}

.main-landing-image-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/images/backgrounds/index_background_home.jpg");
}

.index-footer-image {
  background-image: url("/static/images/backgrounds/background_footer_map.png");
}

#index_footer {
  position: relative;
}

.index-footer-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
}
