body {
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 900;
}

p {
  color: #3d84a8;
}

/* Headings */
.big-heading_ch {
  font-size: 3.5rem;
  font-weight: bold;
  padding: 3% 0 3%;
}

.big-heading {
  font-family: "Montserrat-Black", sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}

.section-heading {
  font-size: 2.5rem;
  line-height: 1.5;
}

/* Containers */
.container-fluid {
  padding: 2% 15%;
}

.container-fluid-News {
  padding: 0 15% 2%;
}

/* Sections */
.colored-section {
  background-color: #00adb5;
  color: #fff;
}

.white-section {
  background-color: #fdf6f6;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-background {
  background-color: #2e2b2b;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  color: #dfdfdf;
  font-size: 1.15rem;
  font-family: "Montserrat-Light", sans-serif;
}

#chinese {
  float: right;
  font-family: 'Noto Sans TC', sans-serif;
  position: relative;
  margin: 3.2% 5% 0 0;
}

/* Title Section */
#title {
  background-color: #388186;
  color: #fff;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 10% 7%;
}

/* Title Image */
.title-image {
  width: 75%;
  transform: rotate(25deg);
  position: absolute;
  right: 22%;
  top: 5%;
}

.sub-title {
  padding: 0 0 4%;
}

/* News */
.News {
  background-color: #a5e9e1;
  position: relative;
}

.News-image {
  width: 35%;
  margin: 20px;
}

.News-image1 {
  width: 45%;
  margin: 20px;
}

.News-image2 {
  width: 70%;
  margin: 20px;
}

.news_link {
  color: #20716a;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.news-text {
  color: #388186;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

/* Research Section */
.Research_heading {
  font-family: 'Noto Serif TC';
  font-size: 2.5rem;
  color: #388186;
  padding: 1% 15% 1%;
  text-align: center;
}

.feature-title {
  padding-top: 2%;
}

.research-wording {
  font-size: 1.1rem;
  text-align: left;
  margin: 4% 6%;
}

/* PI */
#PI {
  background-color: #388186;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.PI-image {
  width: 25%;
  float: left;
  margin-right: 25%;
  padding-left: 8%;
}

.PI-text-head {
  color: #2e2b2b;
  font-size: 1.8rem;
  font-weight: bolder;
}

.PI-title {
  text-align: left;
  padding: 1% 0 0 0;
}

.CV {
  color: #2e2b2b;
}

.PI-color {
  color: #2e2b2b;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 3%;
}

.PI-text {
  color: #2e3837;
  margin-top: 1%;
  text-align: left;
  font-weight: bold;
}

.card-position {
  opacity: 0.8;
  background-color: #e4fffe;
  position: relative;
  margin-top: 6.5%;
  padding: 1% 1% 0 0;
}

/* Members */
.student-title {
  font-family: 'Noto Sans TC', sans-serif;
  color: #2e3837;
  font-weight: bold;
}

.student {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: bold;
}

/* Facility */
.facility_text {
  font-family: 'Raleway', sans-serif;
  font-weight: bolder;
  text-align: left;
}

.glovebox-image {
  width: 25%;
  float: left;
  margin-right: 5%;
}

.evaporator {
  width: 50%;
  float: right;
  margin-left: 5%;
}

.faci_text_1 {
  font-weight: bolder;
  padding: 2% 0 12% 2%;
}

#equip {
  font-weight: bolder;
  text-align: left;
}

/* Publication */
#Publication {
  background-color: #a7d7c5;
}

#publication_all {
  font-weight: bold;
  position: relative;
  text-align: center;
}

.pub_list {
  text-align: left;
}

/* Contact*/
.cta {
  font-family: "Mukta", sans-serif;
  background-color: #1d566e;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}

#room {
  padding-left: 4%;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}
