body {
  /* font-family: "Ubuntu"; */
  font-family: "Poppins", sans-serif;

  text-align: center;
  color: #2c2e2f;
}

.container-fluid {
  padding: 5% 15%;
}

.chinese {
  font-family: "Noto Sans TC", sans-serif;
}

.chinese-logo {
  /* font-family: "cwTeXKai", serif; */
  font-family: "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Helvetica,
    Arial, sans-serif;

  /* font-weight: 800; */
}

.img-logo {
  width: 20%;
}

/* Navigation Bar */

.navbar-brand {
  font-size: 2.3rem;
}

/* Sections */
.colored-section {
  background-color: #0278ae;
  color: #fff;
}

.white-section {
  background-color: #fff;
}

.press-section {
  background-color: #51adcf;
  color: #fff;
}

.customers-section {
  background-color: #effad3;
}

.culture-section {
  background-color: #a8dda8;
}

/* Headings */
.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* title section */
#title .container-fluid {
  text-align: left;
  padding: 3% 7% 5%;
}

#title img {
  margin-right: 3%;
}

#title .zoom-img {
  zoom: 8%;
  border-radius: 100%;
}

.title-img {
  border-radius: 90%;
}

/* Features section */
#features {
  position: relative;
  z-index: 1;
  margin-top: 3%;
}

.features-icon {
  color: #51adcf;
  margin-bottom: 1rem;
}

/* press section */

.press-img {
  width: 35%;
  /* border-radius: 100%; */
  margin: 20px;
}

.press-text {
  font-size: 2.3rem;
  line-height: 1.5;
}

.press-logo {
  width: 15%;
  margin: 20px 50px 20px;
}

/* Customers section  */
/* pricing section  */
#customerslist {
  padding: 100px;
}

.customers-column {
  padding: 3% 2%;
}

.customers-text {
  font-size: 3rem;
  line-height: 1.5;
}

/* footer section  */

.social-icon {
  margin: 5px 15px;
}

@media (max-width: 992px) {
  .title-img {
    position: static;
    width: 70%;
    /* transform: rotate(0); */
  }

  .press-img {
    position: static;
    width: 60%;
  }

  #press em {
    display: none;
  }

  .press-text {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
  }
}

@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
