@charset "UTF-8";
/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn {
  position: absolute;
  background-color: rgba(33, 242, 90, 0);
  z-index: 999;
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

a img:hover {
  transform: scale(0.95, 0.95);
  transition: all 0.2s ease-out;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}/*# sourceMappingURL=full.css.map */