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

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

html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

body {
  height: 800px;
}

nav.navbar {
  transition: 0.5s;
}

nav.navbar.fixed-top.navbar-expand-md.navbar-top {
  background-color: rgba(0, 0, 0, 0.3);
}
nav.navbar.fixed-top.navbar-expand-md.navbar-top a {
  color: white;
  transition: 0.5s;
}
nav.navbar.fixed-top.navbar-expand-md.navbar-top a:hover {
  color: #eaa720;
}

header.jumbotron {
  text-align: center;
  background-image: url("https://p6.pstatp.com/origin/dfic-imagehandler/019cd222-415e-4f34-a1dc-41dc2a8fa7d3.jpeg");
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0px;
}
header.jumbotron .container {
  color: #eee;
  padding: 150px 0px;
}
header.jumbotron hr {
  max-width: 50px;
  background-color: #eaa720;
  border: solid 2.5px #eaa720;
}
header.jumbotron h1 {
  background: rgba(0, 0, 0, 0.5);
  margin-left: 23%;
  margin-right: 23%;
}
header.jumbotron h4 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 25%;
  margin-right: 25%;
}

section {
  padding: 50px 0px;
}

section#section_ask {
  background-color: #eaa720;
}
section#section_ask .col-sm-5.img {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Egyptian_block_printing_fragment_of_Koran.jpg/450px-Egyptian_block_printing_fragment_of_Koran.jpg");
  background-size: cover;
  height: 350px;
  mix-blend-mode: multiply;
}
section#section_ask h2 {
  margin-top: 130px;
  padding: 0px 20px;
}

section#section_about img {
  width: 200%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#section_about .img_wrap {
  height: 220px;
  overflow: hidden;
}

section#section_story {
  background-color: #222;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
}
section#section_story .col-sm-5 {
  background-image: url(https://stutzfamily.com/mrstutz/Maps/USHistory/europe1938.gif);
  background-size: 100% auto;
  height: 400px;
}
section#section_story .col-sm-5 .cross {
  position: absolute;
  left: 23%;
  top: 40%;
  color: red;
  font-size: 30px;
  font-weight: bold;
}
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: 30px;
  margin-bottom: 30px;
}

section#section_future img {
  width: 100%;
}
section#section_future i {
  font-size: 30px;
}
section#section_future .future {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer.jumbotron {
  text-align: center;
  background-image: url("https://p6.pstatp.com/origin/dfic-imagehandler/019cd222-415e-4f34-a1dc-41dc2a8fa7d3.jpeg");
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0px;
}
footer.jumbotron input {
  background-color: transparent;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
footer.jumbotron .container {
  color: #eee;
  padding: 60px 0px;
}
footer.jumbotron hr {
  max-width: 50px;
  background-color: #eaa720;
  border: solid 2px #eaa720;
}
footer.jumbotron h2 {
  background: rgba(0, 0, 0, 0.5);
  margin-left: 33%;
  margin-right: 33%;
}
footer.jumbotron input {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.8);
}
footer.jumbotron .btn {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  margin-left: 25%;
  margin-right: 25%;
}
footer.jumbotron .btn:hover {
  color: rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.5);
}