
.logo {
  left: 50%;
  margin: 50px 0 50px -150px;
  /*opacity: 0.8;*/
  top: 20%;
  position: absolute;
  width: 300px;
}

.parallax_tittle{

  font-size: 50px;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  margin: 0;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 0.4);
  text-decoration: underline;

}

.content {
  /*background: #222;*/
  background: #fff;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
  color: #333;
  padding: 4% 0 200px;
  position: relative;
  z-index: 2;
}

.content .inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 30px;
}


.img {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 440px;
  position: relative;
  width: 100%;
}

.img:after {
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0) 30%, #000000 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, #000000 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
