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

header.jumbotron {
  text-align: center;
  background-color: #a8c997;
}
header.jumbotron h1 {
  color: #333;
  font-weight: bold;
}
header.jumbotron h3 {
  color: white;
}

h3 {
  color: #6aa04d;
}

section {
  text-align: center;
  padding: 40px 0px;
}
section .section-heading {
  font-size: 36px;
  margin-top: 0px;
}
section .section-subheading {
  font-size: 16px;
}

img {
  width: 60%;
  border-radius: 50%;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.tag {
  display: inline-block;
  border-radius: 20px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #a8c997;
  color: white;
  font-weight: bold;
}

section.story {
  text-align: left;
  margin-top: 20px;
  padding: 2px 0px;
  background-color: #eee;
}
section.story h3 {
  color: #a8c997;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
section.story h4 {
  line-height: 30px;
}