body {
    padding-top: 3rem;
    position: relative;
}

/******** CSS Overrides ********/

 .carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  } 

/* .header {
    margin-bottom: 160px !important;
} */
/* .main  {
    padding-top: 10px;
}  */

/*
.main {
    margin: 5rem auto;
} */

.divider {
    margin: 5rem 0;
}

.scrollspy-example {
    position: relative;
    height: 300px;
    margin-top: .5rem;
    overflow: auto;
}

/* JUMBOTRON  */
.jumbotron {
    margin-bottom: 3rem;
    border-radius: 0px;
    background-color: hsl(0, 0%, 75%);
    /* background-image: url("https://source.unsplash.com/1200x500/?nature,water"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
  }
  
  .jumbotron > .container {
    height: 250px;
    padding-top: 5rem;
  }

  /* CONTACT IMAGE  */
.contact-image {
    margin-bottom: 3rem;
    border-radius: 0px;
    background-color: hsl(0, 0%, 75%);
    background-image: url("/assets/images/germany.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
    
  }
  
  .contact-image  > .container {
    height: 500px;
    padding-top: 5rem;
  }


  .cont-info {
      padding-top: 20px !important;
  }

#contact-mobile {
    display: block;
}

.contact-label {
    display: block;
    color: #aaa;
    font-size: 0.75em;
}


.bgjt-pipearray {
  background-image: url("/assets/images/pipearray.png") !important;
}


.bgjt-intopipe {
  background-image: url("/assets/front/intopipe.jpg") !important;
}

.bgjt-serv {
  background-image: url("/assets/front/pipe3.jpg") !important;
}

.bgjt-fact {
  background-image: url("/assets/front/factory2.jpg") !important;
}

.blur1x {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

.blur2x {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.blur3x {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
