@charset "UTF-8";
* {
  font-family: 微軟正黑體;
}

body {
  height: 1000px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

nav.navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav.navbar.navbar-default.navbar-fixed-top.navbar-top {
  background-color: transparent;
}

nav.navbar.navbar-default.navbar-fixed-top.navbar-top a {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav.navbar.navbar-default.navbar-fixed-top.navbar-top a:hover {
  color: #FFD411;
}

header.jumbotron {
  text-align: center;
  background-image: url("https://images.unsplash.com/photo-1461958508236-9a742665a0d5?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80");
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0px;
}

header.jumbotron .container {
  color: white;
  padding: 200px 0px;
}

header.jumbotron hr {
  max-width: 50px;
  border: solid 2px #FFD411;
}

header.jumbotron h4 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}

section {
  padding: 50px 0px;
}

section#section_ask {
  background-color: #FFD411;
}

section#section_ask .col-sm-5.img {
  background-image: url("https://www.booklife.com.tw/upload_files/booklife/website/g0200021%20-c2.jpg");
  height: 350px;
  mix-blend-mode: multiply;
}

section#section_ask h2 {
  margin-top: 130px;
  padding: 0px 20px;
}

section#section_about img {
  width: 130%;
}

section#section_about .img_wrap {
  height: 220px;
  overflow: hidden;
}

section#section_story {
  background-color: #222;
  color: white;
  padding: 0;
}

section#section_story .col-sm-5 {
  background-image: url("https://images.unsplash.com/photo-1543191878-f6a3e470454e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80");
  background-size: 100% auto;
  height: 400px;
}

section#section_story .col-sm-5 .cross {
  position: absolute;
  left: 23%;
  top: 40%;
  color: red;
  font-weight: bold;
  font-size: 30px;
}

section#section_story .col-sm-7 {
  text-align: center;
}

section#section_story .col-sm-7 i {
  font-size: 40px;
}

section#section_story .col-sm-12.features {
  margin-top: 40px;
  margin-bottom: 40px;
}

section#section_future img {
  width: 100%;
}

section#section_future i {
  font-size: 30px;
}

section#section_future .feature {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer.jumbotron {
  text-align: center;
  background-image: url("https://images.unsplash.com/photo-1461958508236-9a742665a0d5?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80");
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0px;
}

footer.jumbotron input {
  background-color: transparent;
  max-width: 350px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

footer.jumbotron .container {
  color: white;
  padding: 60px 0px;
}

footer.jumbotron hr {
  max-width: 50px;
  border: solid 2px #FFD411;
}

.txt-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=style.css.map */