body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #f4f1ea;
  color: #1f1f1f;
  line-height: 1.6;
}

header {
  min-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background:
    linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)),
    url("../images/pragexist6.png") center/cover no-repeat;
  color: white;
}

#prag-exist-text {
    width: 40vw; /* Occupies 50% of the viewport width */
    height: auto; /* Maintains original aspect ratio */
}
.hero {
  max-width: 850px;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #aa0000;
  padding-left: 1em;
  margin: 1em 0;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  margin-bottom: 0.5rem;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.tagline {
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-style: italic;
  margin-top: 0;
}

nav {
  background: #1f1f1f;
  text-align: center;
  padding: 0.8rem;
}

nav a {
  color: #f4f1ea;
  text-decoration: none;
  margin: 0 1rem;
  font-size: 1rem;
}

nav a:hover {
  text-decoration: underline;
}

main {
  max-width: 850px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

section {
  margin-bottom: 3rem;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.4rem;
}

.quote {
  font-size: 1.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 4px solid #555;
  color: #333;
}

footer {
  text-align: center;
  padding: 2rem;
  background: #1f1f1f;
  color: #ccc;
  font-size: 0.9rem;
}

footer a {
  color: #f4f1ea;
}
img.about-me {
  width: 6vw;          /* scale with screen */
  height: auto;         /* keep proportions */
  max-width: 100%;      /* don’t exceed container */
  min-width: 200px;     /* set minimum width */
  margin: auto;
}
.bio-box { 
  background-color: #1F1F1F;
  color: #ddeeff;
  padding: 1.5rem;
  border-left: 4px solid #aa0000;
  margin-top: 2rem;
  font-size: 1.2rem;
  border-radius: 6px;
  width: 100%;
}
.bio-box h4 {
  color: #fff;
  margin-top: 0;
}

