/* 
#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;
} */ 
.bc1{
  background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));/*漸層色*/
}
.bc2{
  background-image: linear-gradient(90deg,rgba(0, 86, 112, 0.3), rgba(0, 86, 112, 0.1));/*漸層色*/
}
.bc3{
  background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));/*漸層色*/
}
.bc4{
  background-image: linear-gradient(90deg,rgba(166, 166, 133, 0.3),rgba(166, 166, 133, 0.1));/*漸層色*/
}

.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.0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.heading-underline{
  width: 10rem; 
  height: .15rem; 
  background-color: #1ebba3; 
  margin: 0 auto 2rem;
}
  

.jumbotron-r1 .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


/* 
.spaceline::before{
  content:'';
  background: #7b1798;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(61px);
}

.spaceline::after{
  content:'';
  background: #7b1798;
  height: 10px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:40px ;
  display: block;
  transform: translateY(9px);
} */





.Jmbo-title{
  font-size:3vw;
  color:#E04F00;
  margin-bottom: 20px;
}
.Jmbo-text{
  font-size:2vw;
  color:#666666;
}

.Jmbo-subtitle{
  font-size:1.3vw;
      /* border-bottom: 1px solid #666666; */
}

@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;
  }
  
}


.Jmbo-title2{
  font-size:2.0vw;
  color:#84754e;
  margin-bottom: 20px;
  border-bottom: 3px  #7b1798;
  
}
.Jmbo-text2{
  font-size:1.3vw;
  color:#666666;
}


@media only screen and (max-width: 768px) {
  .Jmbo-title2{
    font-size:6vw;
   
  }
	.Jmbo-text2{
    font-size:3.5vw;
  }
  
}