/* Custom additions for the photography portfolio */

.photo-intro {
  max-width: 52rem;
}

.photo-story {
  margin: 0 0 4rem 0;
  padding-bottom: 3rem;
  border-bottom: solid 1px rgba(212, 212, 255, 0.1);
}

.photo-story:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.photo-story .image.main {
  margin-bottom: 1.5rem;
}

.photo-story h3 {
  margin-bottom: 0.35rem;
}

.photo-meta {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: rgba(244, 244, 255, 0.65);
}

.photo-caption {
  max-width: 48rem;
}

.collection-actions {
  margin-top: 2rem;
}

.home-note {
  max-width: 48rem;
}

/* Simpler contact section without form */

.simple-contact .inner {
  align-items: stretch;
}

.simple-contact p {
  max-width: 42rem;
}