body {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

body.page-fade-out {
  opacity: 0;
}

.container {
  flex-direction: column;
  text-align: center;
}

.title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 10%;
  line-height: 10%;
}

.sub-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: 'Noto Serif TC', 'Gentium Book Plus', serif;
  font-size: 4.5px;
  line-height: 1%;
  margin-bottom: 5%;
}

.button {
  color: gainsboro;
  text-decoration: none;
}


h1 {
  font-family: 'Noto Serif TC', serif;
  font-size: 12px;
}

h2 {
  font-family: 'Gentium Book Plus', serif;
  font-size: 12px;
}

h3 {
  font-family: 'Noto Serif TC', serif;
<<<<<<< HEAD
  font-size: 12px;
=======
  font-size: 20px;
>>>>>>> c8b212806e3f1651f2c3c43218a0150a8f5e1886
}

h4 {
  font-family: 'Gentium Book Plus', serif;
  font-size: 18px;
}

h5 {
  font-family: 'Gentium Book Plus', serif;
<<<<<<< HEAD
  font-size: 12px;
=======
  font-size: 10px;
>>>>>>> c8b212806e3f1651f2c3c43218a0150a8f5e1886
}

.p1, .p2, .p3, .p4, .p6 {
  margin-top: 20%;
}

.p1-text {
  text-align: center;
  line-height: 4px;
	z-index: 1;
  flex-direction: column;
  position: relative;
}

.img1-1 {
  z-index: -1;
  flex-direction: column;
  margin-left: 50%;
}

.img1-2 {
  z-index: -1;
  flex-direction: column;
  margin-right: 50%;
}

.img1-3 {
  z-index: -1;
  flex-direction: column;
  margin-left: 50%;
}

.img1-4 {
  z-index: -1;
  flex-direction: column;
  margin-right: 50%;
}

.p2-text {
  text-align: left;
  line-height: 4px;
  margin-left: 10%;
	z-index: 1;
  flex-direction: column;
  position: relative;
}

.img-2 {
  z-index: -1;
  flex-direction: column;
  margin-left: 30%;
}

.p3-text {
  text-align: right;
  line-height: 4px;
  margin-right: 30%;
	z-index: 1;
}

.container-p3 {
  flex-direction: row;
  text-align: justify;
}

.img-3 {
  z-index: -1;
  text-align: left;
  margin-left: 10%;
}

.button-p5 {
  color: black;
  text-decoration: none;
}

.container-p4 {
  flex-direction: row;
  text-align: justify;
}

.p4-text {
  text-align: left;
  line-height: 4px;
  margin-left: 10%;
	z-index: 1;
  flex-direction: column;
  position: relative;
}

.p5 {
  margin-top: 1%;
  position: relative;
}

.p5-text {
  color: white;
  text-align: center;
  line-height: 4px;
	z-index: 1;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.img-5, img-6 {
  z-index: -1;
  text-align: center;
}

.container-p5 {
 margin-left: 1%;
 margin-right: 1%;
}

.white-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 20%;
  margin-bottom: 10%;
  line-height: 10%;
  color: white;
}

.button-p6 {
  color: white;
  text-decoration: none;
}

.p6-text {
  color: white;
  text-align: center;
  line-height: 8px;
	z-index: 1;
  flex-direction: column;
  position: relative;
  font-family: 'Gentium Book Plus', serif;
  margin-bottom: 10%;
}

.button-white {
  color:white;
  text-decoration: none;
}
