*{
  font-family: Microsoft JhengHei;
}
.right-item{
  right:0px;
}
/*test*/
a{
  color: #525252;
  font-size:medium;
}
a:hover{
  text-decoration: none;
  color: #1db7ff
}
.main{
  padding-top: 2%;
}

.single-icon> i{
  font-size: 6rem;
}
.form{
  padding: 10px 20px; 
}
.menutitle{
  font-size: 24px;
}
.imgblack{
  filter: brightness(40%);
}
.banner{
  
  background-image: linear-gradient(to right, #97c9ff , #ffeeee);
  background-position: center;
  height:auto;
}
.text-muted{
  font-size: 32px;
}
.banner2{
  padding-bottom: 50px;
  background-image: linear-gradient(to right, #ffbefa , #9effff);
  background-position: center;
  height:auto;
}
.banner3{
  padding-bottom: 50px;
  background-image: linear-gradient(to right, #83ffc1 , #9effff);
  background-position: center;
  height:auto;
}
.growx { transition: all .2s ease-in-out; }
.growx:hover { transform: scale(1.4); }

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.card-body{
  align-content: center;
}
.img-fluid{
  display: block;
  max-width: 100%;
  height: auto;
}
.fixed{
  max-height: 200px;
  max-width: 200px;
}
body {
  color: #5a5a5a;
  padding-top:0;
  background-image: url(./images/bg_page_03.jpg);
  background-position: center;
  background-attachment: scroll;
}
#icon{
  width: 140px;
  height :auto;
}

.navbar-toggler collapsed{
  margin-right: 50px;
}
.current {
  color: #1db7ff;
  pointer-events: none;
  display: inline-block;
  overflow:inherit;
  
}
.current::before{

}
.contentimg{
  max-width: 100%;
}
.contentimg2{
  width: auto;
  height: auto;
}
.disabled {
  color: grey;
  pointer-events: none;
}
.text-muted{
  font-size: large;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #FFFFFF;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.footlink{
  height: auto;
  padding-bottom: 20px;
  background-color: #3c3c3c57;
}

ul{
  list-style-type: none;
}
.row{
  padding-top: 4rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .row{
  text-align: center; 
  vertical-align: middle;
}
.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

ion-icon {
  font-size: 32px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin-top: 3rem;
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

footer {
  
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.formdiv{
  padding :10px;
}

/* fine tune */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-img-top{
    height: 100%;
  }
  svg{
    max-width: 40px;
    max-height: 40px;
  }
  ion-icon {
    font-size: 32px;
  }
  
  .footlink{
    background-color:lightGray;
  }
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  img {
     width: 100%;
     height:auto;
  }
  img.iicon{
      width: 80%;
      height:80%;
    }
  }
@-ms-viewport{
  width: device-width;
}