@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700;900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body, .navbar-custom {
  font-family: "Tinos", "Noto Serif TC", serif;
  letter-spacing: 0px;
}

.top-block {
  background: #60736a;
}
.top-block p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.pt-0 {
  padding-top: 0px !important;
}

.about-section h2 {
  margin-bottom: 20px;
}
.about-section p {
  font-size: 16px;
}

#project h4 {
  margin-bottom: 10px;
}

.navbar-toggle .icon-bar {
  background: #000;
}

iframe {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  body {
    margin-top: 50px;
  }
  .navbar-custom {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }
  .navbar-center .navbar-brand {
    padding-top: 8px;
    -webkit-transform: none;
            transform: none;
    left: 10px;
  }
  .logo {
    max-height: 36px !important;
  }
  #project p {
    padding: 0 30px;
  }
}