.header {
  padding-bottom:100px;
}

.title {
  font-family: "Trebuchet MS",sans-serif;
  font-size: 80px;
  font-weight: 900;
  margin-top: 100px;
  padding-top: 200px;
  padding-left: 30px;
}
.subtitle {
  font-size: 30px;
  padding-left: 30px;
}
.hero {
  max-height: 650px;
  position: relative
}
.background-green {
  background-color: #a5b196
}

.parallax { 
  /* The image used */
  background-image: url("../images/conectare_2.png");

  /* Set a specific height */
  min-height: 400px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (max-width: 576px) {
  .title {
    font-size: 50px;
    margin-top: 0px;
    padding-top: 30px;
  }
  .subtitle {
    font-size: 20px
  }
}