* {
  font-family: Microsoft Jhenghei; }

h1 {
  text-align: center; }

._wrapper {
  background-image: url(../img/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto; }
  ._wrapper ._intro {
    text-shadow: 1px 1px 2px #333;
    font-size: 1.2rem; }
  ._wrapper ._menu a span {
    font-size: 1.2rem; }
  ._wrapper ._menu a img {
    opacity: .7;
    transition: all 1s; }
  ._wrapper ._menu a:hover img {
    opacity: 1; }
  ._wrapper ._footer h4 {
    border-bottom: #94BCCD 1px solid;
    padding-bottom: 10px;
    text-shadow: 1px 1px 2px #333; }
  ._wrapper ._footer a {
    opacity: .7; }
  ._wrapper ._footer a:hover {
    opacity: 1; }

._buy {
  background-image: url(../img/bg_buy.jpg); }
  ._buy h1 {
    text-align: left; }
  ._buy ._intro {
    text-shadow: none; }

._tour {
  background-image: url(../img/bg_tour.jpg); }
  ._tour h1 {
    text-align: left; }
  ._tour ._intro {
    text-shadow: none; }

._recipe {
  background-image: url(../img/bg_recipe.jpg); }
  ._recipe h1 {
    text-align: left; }
  ._recipe ._intro {
    text-shadow: none; }
