* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
sup {
	vertical-align: super;
	font-size: 50%;
}
html {
	font-size: 14px
}

body {
  font-family: 'Lato', sans-serif;
  background-color: #E3885B ; /* C79B84 0B4B6B EBEDF9 DCDCDC F9F8F8 Dust Gray */
  color: #333;
  line-height: 1.8;
}
/* Link Formatting */
a {
    color: blue; /* Default link color */
    text-decoration: none; /* Remove underline */
}

a:visited {
    color: purple; /* Color for visited links */
}

a:hover {
    color: red; /* Color when hovered */
    text-decoration: underline; /* Underline on hover */
}

a:active {
    color: green; /* Color when clicked */
}


.nav-link {
	color: #FFFFFF;
}
.nav-link active {
	color: #FFF;
}
.nav nav-underline {
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;  
}
h1 {
    font-size: 32px; /* 200% */
}

h2 {
    font-size: 24px; /* 150% */
}

h3 {
    font-size: 18px; /* 112.5% */
}

h4 {
    font-size: 16px; /* 100% */
}

h5 {
    font-size: 14px; /* 87.5% */
}

h6 {
    font-size: 12px; /* 75% */
}
/* Header */
.site-header {
  background-color: #BF4C13; /* #BF4C13 #C79B84 #CEEAF5*/
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  text-align: center;
}

.site-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FEFEFE;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 2px rgba(105,104,103,0.9);
}

.site-tagline {
  font-size: 0.9rem;
  color: #EEEEEE;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(105,104,103,0.9);
}

/* Main Container */
.main-container {
  /* max-width: 800px;
  margin: 60px auto;*/
  padding: 10px 10px;
}

/* Story Page */
.story-page {
  display: none;
  background-color: #CEEAF5; /* EBEDF9 E8F4FC FEFEFE BEE5F9   */
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.story-page.active {
  display: block;
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
	  opacity: 0;
	  transform: translateY(30px);
  }
  to {
	  opacity: 1;
	  transform: translateY(0);
  }
}

/* Story Image */
.story-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}

/* Story Title */
.story-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}

/* Story Meta */
.story-meta {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

	  /* Story Content */
.story-content {
  font-size: 1.01rem;    /* Slightly larger than base */
  letter-spacing: 0.02em;
  line-height: 1.5;      /* Generous line spacing for readability - "normal" is 1.2 */
  color: #222;           /* Soft dark gray text */
  margin-bottom: 40px;   /* Space below the content */
}

.story-content p {
margin-bottom: 20px;
}

.story-content .lead {

font-family: 'Playfair Display', serif;
font-size: .9rem;
line-height: 1.5;
  font-weight: 500;
  color: #333;
letter-spacing: 0.08em;
  margin-bottom: 25px;
}

/* Choices Section */
.choices-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  text-align: center;
}

.choices-label {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* Choice Buttons */
.choice-btn {
  display: inline-block;
  padding: 15px 15px;
  margin: 8px 5px;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  background-color: #fff;
  border: 2px solid #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.choice-btn:hover {
  background-color: #333;
  color: #fff;
}

.choice-btn.secondary {
  border-color: #ccc;
  color: #999;
}

.choice-btn.secondary:hover {
  background-color: #999;
  color: #fff;
  border-color: #999;
}

/* Alert Boxes */
.achievement-box {
  background-color: #f0f8f0;
  border-left: 4px solid #5cb85c;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
}

.achievement-box strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 5px;
}

.info-box {
  background-color: #f0f4f8;
  border-left: 4px solid #5bc0de;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
}

.info-box strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 5px;
}
/* Ref Numbers */
.text-sup {
position: relative;
font-size: 75%; /* Adjust size as needed */
vertical-align: super; /* Aligns text to the top */
}

/* Footer BEE5F9 CEEAF5 D2ECF7*/
.site-footer {
  background-color: #BF4C13;
  border-top: 1px solid #e5e5e5;
  text-align: center;

}

.site-footer p {
  color: #EEE;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
.center {
text-align: center;
list-style-position: inside;
}

/* Responsive */
@media (max-width: 768px) {
  .site-title {
	  font-size: 1.8rem;
  }

  .story-page {
	  padding: 10px 25px;
  }

  .story-title {
	  font-size: 1.5rem;
  }

  .choice-btn {
	  display: block;
	  width: 100%;
	  margin: 10px 0;
  }
}