@charset "UTF-8";
* {
  font-family: Noto Sans TC;
}

body {
  height: 1500px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  letter-spacing: 2px;
}

h1{
  color: #54B435;

}

a{
  letter-spacing: 2px;
  font-size: 18px;

}
p{
  letter-spacing: 2px;

}
img{
  max-width: 100%;
}
nav.navbar {
  transition: 0.5s;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
  margin-top: 10px;
}
nav.navbar.navbar-default.navbar-fixed-top.navbar-top {
  background-color: transparent;

}
nav.navbar.navbar-default.navbar-fixed-top.navbar-top a {
  color: #FFF;
  font-weight: 500;
  transition: 0.5s;
  margin-top: 5px;
}

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


}

nav .navbar-header img{
  max-width: 300px;
  width: 300px;
  padding: 5px 0px;
}


header.jumbotron {
  text-align: center;
  background-image: url("images/banner/banner.jpg");
  background-size: cover;
  /* background-attachment: fixed; */
  margin-bottom: 0px;
  height: 70vh;

}
header.jumbotron .container {
  color: #FFF;
  text-shadow: 1px 1px 15px #555;
  padding: 200px 0px;
}
header.jumbotron hr {
  max-width: 50px;
  border: solid 2px #E38B29;
}
header.jumbotron h4 {
  color: #FFF;
  font-weight: normal;
  text-shadow: 1px 1px 5px #555;
}

section {
  padding: 50px 0px;
}

/* section#section_ask {
  background-color: #E38B29;
}
section#section_ask .col-sm-5.img {
  background-image: url(images/banner/banner.jpg);
  height: 350px;
  background-size: cover;
}
section#section_ask h2 {
  margin-top: 130px;
  padding: 0px 20px;
} */

section#section_about img {
  width: 120%;
}
section#section_about .img_wrap {
}
section#section_about h3 {
  color: #E38B29;
}

section#section_story {
  background-image: linear-gradient(to right, #ceaf4e 0%, #FF8D29 100%);
  color: #FFF;
  padding: 0;

}
section#section_story .col-sm-5 {


}

section#section_story .col-sm-12.tit h1 {
  margin-top: 80px;
  color: #FFF;
}
section#section_story .col-sm-10.buy h3,i {
  font-weight: 700;
  color: #FFF;
}
section#section_story .col-sm-10.buy {
  text-align: left;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 35px;
  color: #EFEFEF;

}
section#section_story .col-sm-10.buy p {
  text-align: left;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #EFEFEF;

}

section#section_story .col-sm-10.buy ul,li {
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;

}
section#section_story .contact-btn{
  margin-bottom: 40px;
}
section#section_story .contact-btn a{
  padding: 10px 25px;
  background: #FFF;
  color: #E38B29;
  border-radius: 20px;
  font-size: 17px;
  font-weight: 500;
}

section#section_story .contact-btn a:hover {
  color: #54B435;
  text-decoration: none;
}

section#section_story .col-sm-7 {
  text-align: left;
}
section#section_story .col-sm-7 i {
  font-size: 40px;
}
section#section_story .col-sm-12.features {
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 0px 100px;
}

/* 
section#section_future {
  background-color: #E38B29;
  color: #FFF;
  padding: 0;
}
section#section_future img {
  width: 50%;

}
section#section_future i {
  font-size: 30px;
}
section#section_future p {
  font-size: 15px;
  letter-spacing: 3px;
}
section#section_future  a {
  font-size: 18px;
  letter-spacing: 3px;
  color: #FFF;
  font-weight: 500;

}

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

/* footer.jumbotron {
  text-align: center;
  background-color: #FFE69A;
  background-image: url("images/about/footer.jpg");
  background-size: cover;
  margin-bottom: 0px;
  height: 400px;


}
footer.jumbotron h3 {
  margin: 20px;
  padding: 20px;
  letter-spacing: 3px;


}

footer.jumbotron .container {
  color: #54B435;
  padding: 50px 0px;
}
 */
footer {
  background-image: url("images/about/footer.jpg");
  background-size: cover;
  /* background-color: #FFDBA4; */
}

footer .footer-top{
  padding: 60px 6vw;
}
footer p{
  color: #555;
}

footer .footer-logo {
  text-align: center;

 }
 footer .footer-logo img {
  max-width: 300px;

 }
 
footer .footer-info {
  color: #555;
  text-align: left;
  margin-top: 20px;
  padding: 0;
  font-size: 15px;

}

footer .footer-info a,a:hover{
  color: #555;
  text-decoration: none;

}


footer .copyright{
  font-size: 10px;
}
