/* 
#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-course{
  /* margin-top:69px;*/
  /* 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;
  height:28vh;
}

.title-Patch{
  background-color: rgba(0, 0, 0, 0.5) ;
  width:40vw;
  border-radius: 5px;
  padding-top: 10px;
  padding-left    : 10px;
} 


.Jmbo-title{
  font-size:3vw;
  color:#ffb900;
  margin:auto;
}
.Jmbo-text{
  font-size:2vw;
  color:#eaeaea;
  margin:auto;
}



@media only screen and (max-width: 768px) {
  .Jmbo-title{
    font-size:8vw;
    
  }
  .Jmbo-subtitle{
    font-size:3.5vw;
        /* border-bottom: 1px solid #666666; */
  }
	.Jmbo-text{
    font-size:4.5vw;
    color:#eaeaea;
  }
  
}




@media only screen and (max-width: 768px) {
  .title-Patch{
    width:85vw;
    border-radius: 5px;
    padding-top: 10px;
    padding-left    : 10px;
  } 
  
}