/*html,
body {
  background: lightblue;
}
.navbar.navbar-default {
  background-color: #132D93;
  /* Old browsers 
  background-image: -moz-linear-gradient(left, #0000CD 32%, #4169E1 50%, #0000CD 68%);
  /* FF3.6+ 
  background-image: -webkit-gradient(linear, left top, right top, color-stop(32%, #0000CD), color-stop(50%, #4169E1), color-stop(68%, #0000CD));
  /* Chrome,Safari4+ 
  background-image: -webkit-linear-gradient(left, #0000CD 32%, #4169E1 50%, #0000CD 68%);
  /* Chrome10+,Safari5.1+ 
  background-image: -o-linear-gradient(left, #0000CD 32%, #4169E1 50%, #0000CD 68%);
  /* Opera 11.10+ 
  background-image: -ms-linear-gradient(left, #0000CD 32%, #4169E1 50%, #0000CD 68%);
  /* IE10+ 
  background-image: linear-gradient(to right, #0000CD 32%, #4169E1 50%, #0000CD 68%);
  /* W3C 
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0000CD', endColorstr='#0000CD', GradientType=1);
  /* IE6-9 
  border-bottom: 6px solid #B9975B;
  margin-bottom: 0px;
}*/
:root {
  --ink: #1b1b1b;
  --ink-muted: #4a4a4a;
  --paper: #faf8f4;
  --accent: #8b6a3f;
  --accent-dark: #6f5533;
  --rule: #1f1f1f;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

body {
  background: radial-gradient(1200px 600px at 50% -200px, #ffffff 0%, var(--paper) 60%);
  color: var(--ink);
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
}

#logo {
  width: 100%;
  background: white;
  border-bottom: 1px solid #e6e1d9;
}

#logo img {
  display: block;
  margin: 0 auto;
  height: 220px;
  padding: 14px 10px;
}

.navbar {
  background: transparent;
  border-bottom: 1px solid #e8e2d8;
}

.nav-link {
  padding-left: 14px;
  padding-right: 14px;
  color: var(--ink);
  letter-spacing: 0.06em;
  font-size: 0.9rem;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--accent-dark);
}

.navbar-nav .nav-item {
  margin: 2px 0;
}

.full-screen-bg {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.full-screen-bg .container {
  padding-top: 90px;
}

.full-screen-bg h1 {
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.02em;
}

.full-screen-bg h4 {
  opacity: 0.92;
}

.cta-row {
  margin-top: 26px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

#about-section,
#getting-involved {
  padding: 20px 0 10px;
}

.journey-block {
  margin: 28px auto 0;
  max-width: 780px;
}

.journey-block h2 {
  margin-bottom: 10px;
}

#about,
#contact {
  padding: 20px 0 10px;
}

#about-section .container,
#getting-involved.container {
  max-width: 900px;
}

hr {
  border: none;
  height: 2px;
  background: var(--rule);
  width: 120px;
  margin: 16px auto 22px;
  opacity: 0.9;
}

#about-section p {
  font-size: 1.05rem;
  color: var(--ink-muted);
}

#getting-involved p {
  color: var(--ink-muted);
}

#youtube {
  padding: 20px 0 30px;
}

.youtube-embed {
  margin: 18px auto 0;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.youtube-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.substack-embed {
  margin: 18px auto 0;
  max-width: 900px;
  display: flex;
  justify-content: center;
}

.substack-post-embed {
  background: #ffffff;
  border: 1px solid #e8e2d8;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  text-align: left;
  width: 100%;
  max-width: 640px;
}

.substack-post-embed p {
  margin-bottom: 8px;
  color: var(--ink);
}

.substack-post-embed a {
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 700;
}

.substack-post-embed a:hover,
.substack-post-embed a:focus {
  text-decoration: underline;
}

.cta-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 24px 0 10px;
}

.cta-card {
  background: #ffffff;
  border: 1px solid #e8e2d8;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.cta-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.cta-card p {
  color: var(--ink-muted);
  margin-bottom: 14px;
}

.cta-primary {
  background: var(--accent);
  border-color: var(--accent);
}

.cta-primary:hover,
.cta-primary:focus {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.cta-secondary {
  border-color: #2c2c2c;
  color: #2c2c2c;
}

.cta-secondary:hover,
.cta-secondary:focus {
  background: #2c2c2c;
  color: #ffffff;
}

.listmonk-form {
  background: #ffffff;
  border: 1px solid #e8e2d8;
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow);
  max-width: 640px;
  margin: 0 auto;
}

.listmonk-form input[type="email"],
.listmonk-form input[type="text"] {
  width: 100%;
  border: 1px solid #ddd3c5;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 1rem;
}

.listmonk-form input[type="submit"] {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.listmonk-form input[type="submit"]:hover,
.listmonk-form input[type="submit"]:focus {
  background: var(--accent-dark);
}

footer {
  background: #f4efe7;
  border-top: 1px solid #e4dccf;
}

footer .container {
  max-width: 1200px;
}

@media (min-width: 768px) {
  footer .row {
    gap: 32px;
  }

  footer .col-md-3.col-lg-4.col-xl-3 {
    flex: 0 0 55%;
    max-width: 55%;
  }

  footer .col-md-3.col-lg-2.col-xl-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

footer .text-uppercase {
  letter-spacing: 0.08em;
}

footer a {
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #logo img {
    height: 160px;
  }

  .full-screen-bg {
    height: 520px;
  }

  .full-screen-bg .container {
    padding-top: 70px;
  }

  .nav-link {
    letter-spacing: 0.03em;
  }

  #about-section p,
  #getting-involved p {
    font-size: 1rem;
  }

  .cta-card {
    text-align: center;
  }
}

.t-center {
  text-align: center;
}

.center {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  width: 90%;
}

/*.navbar.navbar-default ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px 10px;
  font-weight: bold;
}
.navbar.navbar-default .navbar-header a {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  padding: 20px 10px;
  font-weight: bold;
}
.navbar.navbar-default .navbar-brand {
  color: white;
  margin-top: -6px;
}
.navbar.navbar-default .navbar-brand img {
  margin-left: 23px;
  width: 40px;
}
.navbar.navbar-default .navbar-nav > .active > a,
.navbar.navbar-default .navbar-nav > .active > a:hover,
.navbar.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background: #B9975B;
  font-weight: bold;
}
.navbar.navbar-default .active {
  color: #000;
  background: #B9975B;
  font-weight: bold;
}
.navbar.navbar-default .navbar-collapse {
  max-height: 300px;
}
.navbar.navbar-default .navbar-collapse li {
  font-size: 10px;
}
.navbar.navbar-default #a {
  color: red;
}
.navbar.navbar-default #b {
  color: green;
}
.navbar.navbar-default #c {
  color: blue;
}
.navbar.navbar-default .icon-bar {
  background-color: #B9975B;
}
.navbar.navbar-default .navbar-toggle {
  border: 2px solid #B9975B;
}
@media (max-width: 767px) {
  #logo img {
    height: 125px;
  }
  .navbar.navbar-default .navbar-brand {
    margin-top: -10px;
  }
}*/
