/* About and Projects
   Purpose:
   - Shared presentation for the About page.
   - Project cards for current and future creative work.
*/

body {
  background: #111;
  color: #ddd;
  font-family: Georgia, serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

.about-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 28px 80px;
}

.about-section {
  margin-bottom: 64px;
}

.about-section h1 {
  color: #f0e6d2;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 36px;
}

.about-section h2 {
  color: #f0e6d2;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 4px;
}

.about-section p {
  font-size: 1.62rem;
  margin: 0 0 28px;
}

.project-card {
  border: 1px solid rgba(214, 194, 138, .3);
  margin-bottom: 32px;
  padding: 26px;
}

.project-status {
  color: #d6c28a;
  font-size: 1.2rem !important;
  letter-spacing: .06em;
  margin-bottom: 24px !important;
  text-transform: uppercase;
}

.return-link a,
.about-page a {
  color: #d6c28a;
  text-decoration: none;
}

.return-link {
  margin-top: 40px;
}

@media (max-width: 720px) {
  .about-section h1 {
    font-size: 2.35rem;
  }

  .about-section p {
    font-size: 1.28rem;
  }
}
