body {
  margin: 0;
  color: white;
  background: #222;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  padding-top: 0px;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  // 
  min-height: 500px;
}

.parallax-container02 {
  position: relative;
  overflow: hidden;
  background-color: rgba(32, 32, 32, 0.6);
}

h1 {
  font-family: 'bebas_neuebold';
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.0);
  font-size: 4em;
  font-weight: 700;
}

.parallax-container img {
  position: absolute;
  min-height: 600px;
  min-width: 1255px;

  //   background: url("") no-repeat center center fixed; 
  // -webkit-background-size: cover;
  // -moz-background-size: cover;
  // -o-background-size: cover;
  // background-size: cover;
}

.parallax-container02 img {
  position: absolute;
  min-height:700px;
}

h2 {
  font-family: 'bebas_neuebold';
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.0);
  font-size: 2em;
  font-weight: 700;
}

ul, p {
  // margin: 0 2rem 2rem;
  padding: 0;
}

a {
  color: white;
}

ul li {
  // margin: 0 1rem 0 0;
  padding: 0;
  // display: inline-block;
}

.teaser {
  // position: absolute;
  height: 100%;
  width: 100%;
  color: white;
  text-shadow: 0 0 5px black;
  text-align: center;
  font-size: 2rem;
}
.teaser h1 {
  margin-top: 0;
  text-transform: uppercase;
}

.teaser .content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.af-footer-contact-body h2 {
    font-family: Helvetica;
    text-transform: none;
    color: #ffffff;
    background-color: rgba(255, 0, 0, 0.0);
    font-size: 30px;
}



