/* Stylesheet for jingxianghuang.github.io */

body {
  margin: 0;
  background: #fdfbf7;
  color: #1f1f1f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.page {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 20px 64px;
}

a { color: #8a3324; }
a:hover { color: #5f2014; }

img { max-width: 100%; }

.layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  column-gap: 48px;
  align-items: start;
}

/* sidebar */
.portrait {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 1px solid #1f1f1f;
}
.side-contact {
  font-size: 14px;
  line-height: 1.8;
  color: #6b655c;
  margin-top: 14px;
}
.side-contact a {
  display: block;
  color: #1f4e8c;
  text-decoration: none;
  white-space: nowrap;
}
.side-contact a:hover { text-decoration: underline; }

/* main column */
h1 {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px;
}

.bio { margin: 0 0 14px; }

h2 {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 6px;
  margin: 48px 0 18px;
}

/* paper list */
.paper-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paper-row { margin-bottom: 30px; }
.paper-row p { margin: 0; }

.paper-title {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}
.paper-people { font-size: 14px; color: #6b655c; margin-top: 3px; }
.paper-desc { font-size: 15px; line-height: 1.6; color: #333; margin-top: 7px; }
.paper-note { font-size: 14px; color: #6b655c; margin-top: 6px; }
.paper-actions { font-size: 14px; margin-top: 7px; }
.paper-draft-note {
  font-size: 14px;
  font-style: italic;
  color: #6b655c;
  margin-top: 7px;
}

/* footer */
.footer {
  font-size: 14px;
  color: #6b655c;
  border-top: 1px solid #e5e0d8;
  padding-top: 12px;
  margin-top: 24px;
}

/* CV page */
.page-wide { max-width: 960px; }
.cv-home {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.cv-home:hover { text-decoration: underline; }
.cv-title {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  margin: 18px 0 8px;
}
.cv-intro { font-size: 15px; margin: 0 0 16px; }
.cv-embed {
  width: 100%;
  height: 85vh;
  border: 1px solid #1f1f1f;
  background: #fff;
}
.cv-fallback { padding: 24px; font-size: 15px; }

@media (max-width: 640px) {
  .page { padding-top: 36px; }
  .layout { display: block; }
  .portrait { width: 120px; height: 120px; }
  .side-contact { margin-bottom: 28px; }
}
