
/* Global Styles */
    body {
    font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
      max-width: 700px;
      margin: 0 auto;
      padding: 20px;
    }
a, a:visited {
    color:#FF2600;
    text-decoration: none;
    text-transform: capitalize;
}
a.back-link {
    margin: 20px 0;
    color:#000;
}
li {
    padding-right: 20px;
}
    h1, h2, h3 {
  font-family: "Saira Condensed", serif;
  font-weight: 800;
  font-style: normal;
    line-height: 1.1em;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 0.75em;
}
h1.site-title {
  /* Positioning and layout */
  display: block;
  width: auto;
  max-width: 660px; /* Align with your content area */
  height: 91px;
  padding: 0;
  margin: 0 20px 0.5em; /* Center and space below */
  text-indent: -9999px; /* Hide text visually while keeping it accessible */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden;

  /* Background image */
  background-image: url('/assets/optimistic-futures-logo.png');
  background-size: contain; /* Scale image to fit */
  background-repeat: no-repeat;
  background-position: center;
  height: auto; /* Set height to match image height */
}
h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
h3 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
}
p, li {
  font-size: 1em;
  line-height: 1.6em;
}
ul.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.article-list li {
  margin-bottom: 1.6em;
}
ul.article-list h2 {
  margin: 0 0 0.3em 0;
}
ul.article-list p {
  margin: 0 0 0.5em 0;
}
ul.article-list p span.year {
    font-size: 0.7em;
    font-weight: 800;
    background-color: #eee;
    color: #333;
    padding: 0px 4px;
    border-radius: 5px;
    font-family: "Saira Condensed", serif;
}
footer {
  text-align: center;
  font-size: 0.9em;
  color: #666;
}
.bio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bio-thumbnail {
  width: 64px;
  height: auto;
  margin: 20px;
    float: right;
}
.bio-text {
  flex: 1;
  font-size: 1em;
  line-height: 1.6;
}
.bio-text a {
  color: #6e5494;
  text-decoration: none;
}
.bio-text a:hover {
  text-decoration: underline;
}
.analysis-section {
  background-color: #ffff88;
  padding: 20px 0;
  border-radius: 8px;
}
.banner {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.banner img {
  max-width: 100%;
  max-height: 400px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}