/* 
#kjumbotron-header {
 /* background: url(https://images.unsplash.com/photo-1415795854641-f4a487a0fdc8?ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80) center center / cover no-repeat ;
  */
/* background: url('../images/parallax-bg.jpg') center center / cover no-repeat ;
min-height:550px;
} */ 

 /* .jumbotron-r1 {
  padding: 2em 2em;
  border-radius: 0;

  background: url('../images/bg-1.jpg') top center / cover no-repeat ;
  /* background-size: cover;
  background-position: center center; */
   /* min-height: 100vh; */
   /* background-attachment: fixed;
  max-height:350px;
} */ 


.jumbotron-r1  {
  display: table;
  position: relative;
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 5VH;
  padding-left: 8vW;
  padding-right: 8vW;
  color: #fff;
  width: 100%;
  height:300px;
}
.jumbotron-r1:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.jumbotron-r1 .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}




#jb1 .btn-services {
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 50px 15px 50px;
}

#jb1 .btn-services:hover {
  background: #E04F00;
  border: 2px solid #fff;
  padding: 15px 50px 15px 50px;
}






.Jmbo-title{
  font-size:3vw;
  color:#eaeaea;
  margin-bottom: 20px;
}
.Jmbo-text{
  font-size:1.5vw;
  color:#eaeaea;
}

@media only screen and (max-width: 768px) {
  .Jmbo-title{
    font-size:8vw;
    color:#eaeaea;
  }
	.Jmbo-text{
    font-size:4.5vw;
  }
  
  .jumbotron-r1 {
    max-height:220px;
  }
  
  #jb1 .btn-services {
    padding: 10px 10px 10px 10px;
  }
  
  #jb1 .btn-services:hover {
    padding: 10px 10px 10px 10px;
  }
  



}