body {
  font-family: "Open Sans", sans-serif;
  color: #07121e;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
}

a {
  color: #2e85d1;
}

a:hover {
  color: #1a6bb5;
}

.btn-primary {
  background-color: #2e85d1;
  border-color: #2e85d1;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #1f6db5;
  border-color: #1f6db5;
}

.btn-accent {
  background-color: #f46041;
  border-color: #f46041;
  color: white;
}
.btn-accent:hover, .btn-accent:focus {
  background-color: #d44a2b;
  border-color: #d44a2b;
  color: white;
}

.btn-outline-primary {
  color: #2e85d1;
  border-color: #2e85d1;
}
.btn-outline-primary:hover {
  background-color: #2e85d1;
  border-color: #2e85d1;
  color: #fff;
}

:root {
  --header-height: clamp(51px, 10vh, 100px);
}

.navbar {
  min-height: var(--header-height);
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-logo {
  height: clamp(40px, 8vh, 70px);
  width: auto;
  display: block;
}

.brand-sub {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  transition: color 0.15s;
}
.navbar-nav .nav-link:hover {
  color: #fff !important;
}
.navbar-nav .nav-link.active {
  color: #fff !important;
  border-bottom: 3px solid #2e85d1;
  font-weight: 600;
}

.hero-strip {
  background-color: #2D343A;
  color: white;
  padding: 5rem 0;
}
.hero-strip h1 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
}
.hero-strip .lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.15rem;
}
.hero-strip .hero-badge {
  display: inline-block;
  background-color: rgba(46, 133, 209, 0.25);
  color: #a8d1f0;
  border: 1px solid rgba(46, 133, 209, 0.4);
  border-radius: 2rem;
  padding: 0.2rem 0.9rem;
  font-size: 0.8rem;
  font-family: "Maven Pro", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-strip-title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
}

.hero-strip-subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
}

.post-card {
  border: 1px solid #ededed;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: white;
  transition: box-shadow 0.2s;
}
.post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
}
.post-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.post-card h3 a {
  color: #07121e;
  text-decoration: none;
}
.post-card h3 a:hover {
  color: #2e85d1;
}

.post-date {
  color: #6c757d;
  font-size: 0.85rem;
}

.post-excerpt {
  color: #495057;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

.category-badge {
  background-color: #2e85d1;
  color: white;
  padding: 0.2em 0.65em;
  border-radius: 0.3em;
  font-size: 0.75rem;
  font-family: "Maven Pro", sans-serif;
  text-transform: capitalize;
}

.badge-category {
  background-color: rgba(46, 133, 209, 0.12);
  color: #2e85d1;
  border: 1px solid rgba(46, 133, 209, 0.25);
  padding: 0.25em 0.7em;
  border-radius: 0.3em;
  font-size: 0.78rem;
  font-family: "Maven Pro", sans-serif;
  text-transform: capitalize;
}

.event-type-badge {
  padding: 0.3em 0.75em;
  border-radius: 0.3em;
  font-size: 0.78rem;
  font-family: "Maven Pro", sans-serif;
}

.event-type-online {
  background-color: #d4edda;
  color: #155724;
}

.event-type-in-person {
  background-color: #cce5ff;
  color: #004085;
}

.event-type-hybrid {
  background-color: #fff3cd;
  color: #856404;
}

.event-card {
  border: 1px solid #ededed;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: white;
  transition: box-shadow 0.2s;
}
.event-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
}
.event-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.event-card h3 a {
  color: #07121e;
  text-decoration: none;
}
.event-card h3 a:hover {
  color: #2e85d1;
}

.event-date-label {
  color: #2e85d1;
  font-family: "Maven Pro", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.event-details-card {
  background: #f9fcff;
  border: 1px solid #ededed;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
}

.event-detail-item {
  display: flex;
  flex-direction: column;
}

.event-detail-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c757d;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 0.2rem;
}

.event-detail-value {
  font-weight: 600;
  font-size: 0.95rem;
}

.event-meta-hero {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.post-hero .post-title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.post-hero .post-meta {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.post-content {
  font-size: 1.05rem;
  line-height: 1.8;
}
.post-content h2, .post-content h3, .post-content h4 {
  margin-top: 2rem;
}
.post-content p {
  margin-bottom: 1.2rem;
}
.post-content blockquote {
  border-left: 4px solid #2e85d1;
  padding-left: 1rem;
  color: #6c757d;
  font-style: italic;
}
.post-content code {
  background-color: #f9fcff;
  border: 1px solid #ededed;
  border-radius: 0.25rem;
  padding: 0.1em 0.4em;
  font-size: 0.9em;
}
.post-content pre code {
  background: none;
  border: none;
  padding: 0;
}
.post-content pre {
  background-color: #2D343A;
  color: #abb2bf;
  border-radius: 0.4rem;
  padding: 1.25rem;
  overflow-x: auto;
}

.section-title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  color: #2D343A;
  border-bottom: 3px solid #f46041;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  display: inline-block;
}

.get-involved {
  background-color: #f9fcff;
  padding: 4.5rem 0;
}

.involve-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  background: white;
  border: 1px solid #ededed;
  height: 100%;
  transition: box-shadow 0.2s;
}
.involve-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.involve-icon {
  font-size: 2.5rem;
  color: #2e85d1;
  margin-bottom: 1rem;
  display: block;
}

.site-footer {
  background-color: #343a40;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer .footer-brand {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
}
.site-footer .footer-desc {
  font-size: 0.9rem;
  line-height: 1.6;
}
.site-footer .footer-heading {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
}
.site-footer .footer-links li {
  margin-bottom: 0.4rem;
}
.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s;
}
.site-footer .footer-links a:hover {
  color: #f46041;
}
.site-footer .footer-social-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s;
}
.site-footer .footer-social-link:hover {
  color: #f46041;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
}
.footer-bottom .footer-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}
.footer-bottom .footer-copy-right {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}
.footer-bottom .footer-copy-right a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.footer-bottom .footer-copy-right a:hover {
  color: #f46041;
}

.community-card {
  border: 1px solid #ededed;
  border-radius: 0.5rem;
  padding: 1.5rem;
  height: 100%;
  background: white;
  transition: box-shadow 0.2s;
}
.community-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.community-card .community-card-icon {
  font-size: 1.75rem;
  color: #2e85d1;
  margin-bottom: 0.75rem;
}

.text-accent {
  color: #f46041 !important;
}

.text-primary-custom {
  color: #2e85d1 !important;
}

.bg-light-custom {
  background-color: #f9fcff !important;
}

.border-accent {
  border-color: #f46041 !important;
}

/*# sourceMappingURL=main.css.map */