  @charset "UTF-8";
/* CSS Document */

 .bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1 {
  background-image: url("https://www.deere.com/assets/images/region-4/campaigns/ag-turf/tech-control/r4d063165-tech-parallax.jpg");
  min-height: 450px;
}

.bgimg-2 {
  background-image: url("https://www.deere.com/assets/images/region-4/campaigns/ag-turf/tech-control/r4d063165-tech-parallax.jpg");
  min-height: 450px;
}

.bgimg-3 {
  background-image: url("https://www.deere.com/assets/images/region-4/campaigns/ag-turf/tech-control/serviceengine-r4d059806.jpg");
  min-height: 450px;
}

.section {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

content {
    margin-bottom: 0px !important;
    color: white;
    padding: 0px 10%;
    margin-top: 20px;
    text-color: #000000;
}

h3 {
  font: 20px 
  color: #111;
}


.section span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
}

/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}*/
