.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}

.hero-overlay {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-background {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  height: 400px;
}

.hero-background h1 {
  text-align: center;
  color: #FFFFFF;
  margin-top: 160px;
}

.footer-section {
  text-align: center;
  overflow: hidden;
  padding-top: 25px;
}
