* {
  border: 0;
  padding: 0;
}

body, html {
  height: 100%;
  font-family: 'Inclusive Sans', sans-serif;
  font-size: 1.0em;
}

img {
  width: 100%;
  height: auto;
}
a:link {
  color: #465C69;
  text-decoration: none;
}
a:visited {
  color: #98A886;
  text-decoration: none;
}
a:hover {
  color: #98A886;
  text-decoration: none;
}
h1 {
  font-size: 2.0em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
blockquote {
  border-left: 0.4em solid #ddd;
  padding-left: 1.0em;
}
ul {
  list-style-type: circle;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("IMG_20230214_110154_HDR.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}
.hero-text button:hover {
  background-color: #ccc;
  color: white;
}

.container {
  width: 90%;
  margin: 0 auto;
}
.footer {
  width: 90%;
  margin: 1.0em auto;
  text-align: center;
  font-size: 0.8em;
}

.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}
.card {
  border: none;
  color: #000;
  padding: 1rem;
  height: auto;
}

@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
  /* NEW */
  .container { width: 50%; }
  .page-columns-2 { columns: 2; }
}

.date {
  font-size: 1.0em;
}
.page-title {
  font-size: 1.0em;
}
.excerpt {
  font-size: 1.0em;
}
.post-date {
  text-align: right;
}
.site-title {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif Display', serif;
  font-size: 2.0em;
}
.post-title {
  font-family: 'Inclusive Sans', sans-serif;
}
.jianghuayu {
  font-family: 'Noto Sans SC', sans-serif;
}