
/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header, footer {
    background-color: #18979e;
    color: white;
    padding: 15px 20px;
    text-align: center;
}


.banner-image {
  width: 1000px;
  height: 303px;
  display: block;
  margin: 0 auto; /* Optional: center the image */
}



nav {
    background-color: #10666b;
    padding: 10px 0;
    text-align: center;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

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

h1, h2, h3 {
    color: #10666b;
}

section {
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
}

img.responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.large-centered-image {
  display: block;
  margin: 30px auto;         /* centers the image */
  border: 5px solid #1896a3; /* border color matches your site’s theme */
  max-width: 100%;           /* responsive on smaller screens */
  height: auto;              /* maintains aspect ratio */
}


.profile {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0;
}

.profile-image {
  width: 150px;
  height: auto;
  margin-right: 20px;
  border: 3px solid #1896a3;
  border-radius: 8px;
}

.profile-info {
  flex: 1;
}

.profile-info h3 {
  margin-top: 0;
  font-size: 1.5rem;
}

.profile-info p {
  font-size: 1rem;
  line-height: 1.5;
}

.profile-vertical {
  width: 280px;
  margin: 2rem auto;
  text-align: center;
  border: 3px solid #1896a3;
  padding: 1rem;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.profile-vertical img.profile-image {
  width: 100%;
  height: auto;
  border: 3px solid #1896a3;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.profile-vertical h3 {
  margin: 0.5rem 0 0.3rem;
  font-size: 1.3rem;
  color: #004b4f;
}

.profile-vertical p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.5rem 0 0;
}

.profile-vertical { /* ... defined earlier ... */ }
.profile-vertical img.profile-image { /* ... defined earlier ... */ }

.profile-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 40px;
}

.profile-vertical {
  max-width: 320px;
  text-align: center;
  border: 2px solid #1896a3;
  padding: 20px;
  background-color: #fff;
  flex-shrink: 0;
}

.profile-image {
  border-radius: 50%;
  margin-bottom: 10px;
  border: 3px solid #1896a3;
}

.profile-bio-box {
  border: 2px solid #1896a3;
  background-color: #fff;
  padding: 20px;
  max-width: 700px;
}


/* Infographic Section */
.infographic {
    background-color: #e0f7fa;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
}

.infographic h2 {
    color: #004d40;
    text-align: center;
}

.infographic ul {
    list-style-type: none;
    padding: 0;
}

.infographic ul li {
    font-size: 1.1em;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
}

.infographic ul li::before {
    content: "?";
    color: #18979e;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Footer */
footer p {
    margin: 0;
    font-size: 0.9em;
}

/* Responsive */
@media (max-width: 768px) {
    nav a {
        display: block;
        margin: 10px 0;
    }
}
.image-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.image-row img {
  width: 280px;
  height: 186px;
  object-fit: cover;
  border: 3px solid #1896a3;
  border-radius: 4px;
}

.subscribe-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px;
  background-color: #f9f9f9;
  border: 2px solid #1896a3;
  border-radius: 8px;
}

.subscribe-container h2 {
  text-align: center;
  color: #1896a3;
  font-size: 2em;
}

.subscribe-container ul {
  margin: 20px 0;
  padding-left: 20px;
  color: #333;
}

.subscribe-container ul li {
  margin-bottom: 10px;
}

.subscribe-container p {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #444;
}

.subscribe-form {
  margin-top: 30px;
  text-align: center;
}

/* FAQ Section */
.faq h3 {
  font-size: 1.2em;
  margin-top: 1em;
  color: #333;
}

.faq-answer {
  font-weight: bold;
  color: red;
  margin-bottom: 1em;
}

.image-attributions ul {
  font-size: 0.75rem;
  color: #666;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
  text-align: center;
}

.image-attributions ul li {
  margin-bottom: 0.5em;
}

.image-attributions a {
  color: #888;
  text-decoration: none;
}

.image-attributions a:hover {
  text-decoration: underline;
}
/* Lightbox container */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* Lightbox content (iframe wrapper) */
.lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 960px;
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: 30px;
  right: 45px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}

@media (max-width: 768px) {
  .lightbox-content {
    width: 95%;
  }
}
/* Lightbox overlay styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-overlay iframe {
  width: 90%;
  max-width: 800px;
  height: 450px;
  border: none;
}

.lightbox-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
/* Lightbox default hidden */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 800px;
}

.lightbox-close {
  position: absolute;
  top: -30px;
  right: -10px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin: 20px auto;
  max-width: 800px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #1896a3;
}
