html {margin:0px;height:100%}
/* Global font size defaults */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 0;
  min-height: 100%; /* Ensure body can grow */
}
a:link {color:#1f3a5f;text-decoration:none;font-weight:600}
a:visited {color:#16314f;text-decoration:none;font-weight:600}
a:hover {color:#F7941E;text-decoration:underline}
a:active {color:#F7941E;text-decoration:none}
a img {border:none}

/* ============================
   GLOBAL SITE ALERT
============================ */

.site-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #b00000;
  color: #ffffff;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
}

/* Center the alert contents and limit width */
.site-alert span {
  max-width: 1100px;
  line-height: 1.4;
}

/* Larger alert icon */
.site-alert img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

/* Layout containers */
#container {
  min-height: 100%;
  position: relative;
}

#main {
  position: relative;
  top: -11px;
  width: 100%;
  overflow: visible;
  padding-bottom: 230px;
}

#text {background-color:#fff;padding:30px}

#alert {background-color:#b01116;color:#fff;padding:20px;text-align:center;font-weight:bold}

#logo {position:absolute;margin-top:-80px;left:50%;margin-left:-80px}

#bannerimg {width:100%;height:300px;position:relative;overflow:hidden;background-size:100%;background-position:center;border-bottom:20px solid #F7941E}
#bannersmimg {width:100%;height:300px;position:relative;overflow:hidden;background-size:100%;background-position:center;border-bottom:20px solid #F7941E}
#mainimg {position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%, -50%)}
#bannertxt {position:absolute;color:#fff;text-shadow:2px 2px 5px #000;font-size:40px;font-weight:bold;bottom:20px;right:20px;text-align:right}

/* Footer should not be absolutely positioned */
#footer {
  clear: both;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-color: #000;
  border-bottom: 20px solid #F7941E;
  z-index: 10;
}

#footer-container {padding:20px;text-align:center}
#footer a {color:#fff}
#footer a:hover {color:#F7941E;text-decoration:underline}
#footer p {font-size:16px;line-height:20px;color:#fff}
.field {float:left;background-color:#fff;border-radius:5px;padding:5px}
.footerp {float:left;width:30%;text-align:center}

h1 {font-weight:700;font-size:32px;line-height:38px;color:#1f3a5f}
h2 {font-weight:700;font-size:28px;line-height:34px;color:#1f3a5f}
h3 {font-weight:700;font-size:20px;line-height:25px;color:#000}

.homeimg {float:left;width:25%;min-width:200px;font-weight:bold;text-align:center;margin-bottom:30px}
.pageimg {float:left;width:20%;min-width:150px;font-weight:bold;text-align:center;margin-bottom:30px}
.weimg {float:left;width:250px;height:400px;text-align:center;margin-bottom:40px;padding:10px}
.webimg {float:left;width:350px;height:440px;text-align:center;margin-bottom:10px;padding:10px}
.scaleimg {width:100%;height:auto}
.greentable {color:#fff;font-weight:bold;background-color:#2c6636}
.producttables {margin-left:320px}
.leftimg {float:left;margin-right:20px;margin-bottom:20px}
.rightimg {float:right;margin-left:20px;margin-bottom:20px}

.contact {padding:10px;border:1px solid #ccc;font-size:15px;line-height:24px;width:80%}
.send {padding:10px;color:#fff;background-color:#a8252a;line-height:40px;width:200px;border-radius:5px}
.send a {color:#fff}

.worktext {float:left;width:60%}
.vision {float:right;margin-left:20px;margin-bottom:20px;width:400px;padding:20px;border-radius:20px}
.partner {float:left;width:30%;margin:0px 20px}

@media all and (min-width:1500px) {
#bannerimg {height:700px}
}

/* Large screen font refinement */
@media all and (min-width: 1300px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }

  h1 {font-size:38px;line-height:44px}
  h2 {font-size:34px;line-height:42px}
  h3 {font-size:26px;line-height:34px}
  .contact {font-size:20px}
}

@media all and (max-width:1240px) {
#imgfade {display:static}
}

@media all and (max-width:1200px) {
.worktext {width:50%}
#bannerimg {display:flex;height:auto;background-size:100% auto}
#bannersmimg {display:flex;height:auto;background-size:100% auto}
#mainimg {position:static;transform:none}
#imgfade {display:none}
}

@media all and (max-width:1050px) {
#contact {float:none}
#footer p {font-size:16px;line-height:18px}
.partner {float:none;width:100%;margin:0px}
.worktext {width:50%}
}

@media all and (max-width:960px) {
.worktext {width:40%}
}

@media all and (max-width:800px) {
.worktext {float:none;width:auto}
.vision {float:none;margin-left:0;width:auto;height:auto}
.webimg {margin-bottom:10px}
#main {padding-bottom:350px}
#footer {height:310px}
.footerp {float:none;width:auto}
#text {padding:20px}
#bannertxt {font-size:25px}
}

@media all and (max-width:450px) {
.leftimg {float:none;margin-right:0;width:100%;height:auto}
.rightimg {float:none;margin-left:0;width:100%;height:auto}
h1 {font-size:28px;line-height:34px}
}

/* Additional HTML rules */
html, body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

/* centered and polished media page */

.media-kit-wrap{
  max-width: 950px;
  margin: 0 auto;
  padding: 0 24px;
}

.media-section{
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.7);
}

.media-section h4{
  margin: 0 0 10px 0;
}

.media-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-start;
  margin-top: 10px;
}

.dl-btn{
  display:inline-block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration:none;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,.2);
  background: rgba(255,255,255,.9);
}

.dl-btn:hover{
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.media-thumbs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:10px 0 30px 0;
}

.media-thumbs a{
  display:block;
}

.media-thumbs img{
  width:160px;
  height:110px;
  object-fit:cover;
  border-radius:6px;
  border:1px solid #ccc;
  transition:transform .15s ease, box-shadow .15s ease;
}

.media-thumbs img:hover{
  transform:scale(1.03);
  box-shadow:0 4px 10px rgba(0,0,0,.2);
}

/* Centers the whole media-kit content area */
.media-kit-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Optional: centers the H1 and gives breathing room */
.media-kit-wrap h1{
  text-align: center;
  margin: 20px 0 30px 0;
}

/* Each section becomes a “card” so it doesn’t feel shoved left */
.media-section{
  margin: 18px 0 28px 0;
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.6);
}

/* Thumbs centered under the header */
.media-thumbs{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top: 12px;
}

/* Thumbnail image styling */
.media-thumbs img{
  width: 170px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease;
}

.media-thumbs img:hover{
  transform: scale(1.03);
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}

/* Each thumb “tile” with a download button */
.media-item{
  text-align:center;
  width: 170px;
}

.dl-btn{
  display:inline-block;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration:none;
  font-size: 13px;
  border: 1px solid rgba(0,0,0,.2);
  background: rgba(255,255,255,.9);
}

.dl-btn:hover{
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

/* ===== MEDIA KIT OVERRIDES ===== */
#main .media-kit-wrap{
  max-width: 950px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
  display: block !important;
}

#main .media-kit-wrap h1{
  text-align: center !important;
  margin: 20px 0 30px 0;
}

#main .media-section{
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

#main .media-section h4,
#main .media-section p{
  text-align: center !important;
}

#main .media-actions{
  display: flex !important;
  justify-content: center !important;
}

/* ===== Media Kit page ONLY fixes ===== */
.media-kit-page {
  padding-top: 25px;
}

.media-kit-page .pageimg {
  margin-top: 15px;
}

/* back button from pages */
.nassc-backBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  border:2px solid #3b2a63;
  color:#3b2a63;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}
.nassc-backBtn:hover{
  background:#3b2a63;
  color:#fff;
}

/* Board page – term explanation */
.nassc-termExplanation{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color:#444;
  text-align:center;
  max-width: 820px;
  margin: 2px auto 14px auto;
}

/* =========================================================
   ABOUT PAGE – two-column desktop, one-column mobile
   ========================================================= */

.about-page .about-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 26px 36px 26px;
  box-sizing: border-box;
}

/* quick icon row (top) */
.about-page .about-quickicons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  margin: 6px 0 20px 0;
  padding: 0;
}

.about-page .about-quickicons a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 160px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.85);
  text-decoration:none !important;
  font-weight:700;
  font-size: 14px;
  color:#000;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.about-page .about-quickicons a:hover{
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  transform: translateY(-1px);
}

/* main grid */
.about-page .about-grid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 26px;
  align-items:start;
}

.about-page .about-main{
  min-width: 0;
}

.about-page .about-side{
  min-width: 0;
}

/* card styling */
.about-page .about-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  padding: 18px 18px;
  margin: 0 0 18px 0;
  background: rgba(255,255,255,.75);
}

.about-page .about-card h2{
  margin-top: 0;
}

/* subtle helper text / lists */
.about-page .about-side .about-card p{
  margin: 10px 0;
}

.about-page .about-side .about-link{
  display:block;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.90);
  font-weight:700;
}

.about-page .about-side .about-link:hover{
  text-decoration:none;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.about-page .about-side .small{
  font-size: 14px;
  line-height: 20px;
  color: #444;
}

/* better typography spacing inside the about page */
.about-page h1{
  text-align:center;
  margin: 10px 0 20px 0;
}

.about-page .about-main p{
  margin: 10px 0 14px 0;
}

/* mobile: single column */
@media (max-width: 900px){
  .about-page .about-grid{
    grid-template-columns: 1fr;
  }
  .about-page .about-wrap{
    padding: 14px 14px 28px 14px;
  }
  .about-page .about-quickicons a{
    min-width: 140px;
  }
}

/* =========================================================
   ABOUT PAGE – centered layout + two-column desktop
   ========================================================= */

.about-page .about-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 30px 40px 30px;
  box-sizing: border-box;
}

/* Your existing landing nav icons, but centered + evenly spaced */
.about-page .about-landingNav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 10px 18px;
  margin: 0 auto 18px auto;
  max-width: 1200px;
}

/* Override your existing .pageimg float ONLY on About page */
.about-page .pageimg{
  float:none;
  width:auto;
  min-width: 150px;
  margin: 0;
}

/* Two-column layout */
.about-page .about-grid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 26px;
  align-items:start;
}

.about-page .about-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  padding: 18px 18px;
  margin: 0 0 18px 0;
  background: rgba(255,255,255,.75);
}

.about-page h1{
  text-align:center;
  margin: 10px 0 20px 0;
}

/* Staff/Board buttons */
.about-page .about-teamBtns{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-top: 10px;
}

.about-page .about-btn{
  display:block;
  text-align:center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(255,255,255,.9);
  font-weight:700;
  text-decoration:none !important;
  color:#000;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.about-page .about-btn:hover{
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  transform: translateY(-1px);
}

/* Disabled "Meet the Board" (no link yet) */
.about-page .about-btn-disabled{
  opacity: .55;
  cursor: default;
  transform: none !important;
  box-shadow: none !important;
}

/* Mobile: collapse to single column */
@media (max-width: 900px){
  .about-page .about-grid{
    grid-template-columns: 1fr;
  }
  .about-page .about-wrap{
    padding: 10px 14px 30px 14px;
  }
}

.menu-title{
  line-height: 1.05;
}

.menu-subtitle{
  display: block;
  font-size: 0.45em;
  font-weight: 600;
  line-height: 1.1;
  margin-top: -2px;
  margin-bottom: -4px;
}

/* ===========================
   GET INVOLVED PAGE (scoped)
   =========================== */

#text.getinvolved-page { padding-top: 10px; }

.getinvolved-page .gi-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 14px 24px;
  box-sizing: border-box;
}

/* ICON ROW (matches newsletter.php) */
.getinvolved-page .gi-landingNav{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  align-items:flex-start;
  margin: 8px 0 18px;
}
.getinvolved-page .gi-landingNav .pageimg{
  float:none;
  width: 150px;
  min-width: 150px;
  text-align:center;
  line-height:1.15;
  margin:0;
}
.getinvolved-page .gi-landingNav img{
  width:100px;
  height:100px;
  display:block;
  margin:0 auto 6px;
}
.getinvolved-page .gi-landingNav a{
  text-decoration:none;
  font-weight:700;
  letter-spacing:.4px;
}

/* Two column layout like About */
.getinvolved-page .gi-twoCol{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  align-items:start;
  margin-top: 6px;
}

.getinvolved-page .gi-card{
  background:#fff;
  border: 2px solid #000;
  border-radius:14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 18px;
  margin: 0 0 16px 0;
}

.getinvolved-page .gi-sub{ margin: 8px 0 12px; color:#333; }
.getinvolved-page .gi-bullets{ margin: 0 0 10px 18px; }

.getinvolved-page .gi-cardTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 10px;
}
.getinvolved-page .gi-badge{
  display:inline-block;
  border: 2px solid #000;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .6px;
  white-space: nowrap;
}
.getinvolved-page .gi-urgent{
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
}

.getinvolved-page .gi-jobBlock{
  border-top: 1px solid rgba(0,0,0,.18);
  margin-top: 10px;
  padding-top: 10px;
}
.getinvolved-page .gi-jobRow{ margin: 6px 0; }

.getinvolved-page .gi-miniAction{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,.15);
  font-size: 15px;
}
.getinvolved-page .gi-muted{
  display:block;
  color:#444;
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
}

/* Sidebar buttons like “Meet Our Team” */
.getinvolved-page .gi-sideBtns{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-top: 10px;
}
.getinvolved-page .gi-sideBtn{
  display:block;
  text-align:center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 2px solid #000;
  background: #fff;
  font-weight: 800;
  text-decoration:none !important;
  color:#000;
  box-sizing:border-box;
}
.getinvolved-page .gi-sideBtn:hover{
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  transform: translateY(-1px);
}
.getinvolved-page .gi-sideNote{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.20);
  color:#333;
  font-size: 14px;
  line-height: 20px;
}

/* Sticky sidebar (desktop only) */
@media (min-width: 980px){
  .getinvolved-page .gi-sideCard{
    position: sticky;
    top: 20px;
  }
}

/* Mobile */
@media (max-width: 900px){
  .getinvolved-page .gi-twoCol{ grid-template-columns: 1fr; }
}

/* Volunteer Opportunities heading (not in a card) */
.getinvolved-page .gi-sectionTitle{
  margin: 0 0 14px 0;
  padding: 0;
}

/* ===== Mission Box ===== */
.mission-box{
  max-width: 900px;
  margin: 20px auto 25px auto;
  padding: 14px 18px;
  border: 4px double #000;
  text-align: center;
  background:#fff;
}

.mission-title{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.mission-text{
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
}

/* Mobile tweak */
@media (max-width:600px){
  .mission-title{ font-size:18px; }
  .mission-text{ font-size:15px; }
}

/* =========================================
   GLOBAL NAV ICON ROW (ALL PAGES)
   ========================================= */
.site-quickNav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  gap:14px;
  margin: 10px 0 18px;
}

.site-quickNav .pageimg{
  float:none;
  width:130px;
  min-width:130px;
  text-align:center;
  line-height:1.15;
  margin:0;
}

.site-quickNav img{
  width:75px;
  height:75px;
  display:block;
  margin:0 auto 6px;
}

.site-quickNav a{
  display:inline-block;
  font-weight:700;
  font-size:16px;
  text-decoration:none;
  letter-spacing:.3px;
}

/* Optional polish */
.site-quickNav a:hover{
  transform: translateY(-2px);
}

@media (max-width:700px){
  .site-quickNav .pageimg{
    width:110px;
    min-width:110px;
  }

  .site-quickNav img{
    width:65px;
    height:65px;
  }

  .site-quickNav a{
    font-size:15px;
  }
}

@media (max-width:480px){
  .site-quickNav .pageimg{
    width:95px;
    min-width:95px;
  }

  .site-quickNav img{
    width:55px;
    height:55px;
  }

  .site-quickNav a{
    font-size:14px;
  }
}

/* =========================================
   HEADER REFRESH
   GIVE TODAY LEFT + GLY LEFT + FB RIGHT
   ========================================= */

#header {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 26px 30px 18px 30px;
  background-color: #fff;
  border-bottom: 20px solid #000;
}

#header-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 110px;
  padding: 0;
  text-align: center;
}

#header-container ul {
  margin: 0;
  padding: 0;
}

#header a {
  color: #000;
  text-decoration: none;
}

#header a:hover {
  color: #F7941E;
  text-decoration: none;
}

/* centered logo + title */
#headername {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 700;
  color: #000;
  font-size: 50px;
  line-height: 1.05;
  max-width: calc(100% - 360px);
  margin: 8px auto 0 auto;
}

#headername .logo {
  margin-right: 0;
  vertical-align: middle;
  max-width: 95px;
  height: auto;
}

.site-title-text {
  display: inline-block;
}

/* left side: give button + logo */
.header-left {
  position: absolute;
  left: 0;
  top: -6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  z-index: 2;
}

.give-today-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #F7941E;
  color: #000 !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  white-space: nowrap;
}

.give-today-btn:hover {
  text-decoration: none !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.18);
  transform: translateY(-1px);
}

.fundraiser-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 14px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.fundraiser-badge img {
  display: block;
  max-height: 85px;   /* 👈 bigger and more visible */
  width: auto;
  height: auto;
}

.fundraiser-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.14);
}

/* right side facebook */
.header-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 2;
}

.facebookup {
  position: static;
  width: 40px;
  height: 40px;
}

.facebookup img {
  width: 40px;
  height: 40px;
  display: block;
}

/* menu stays on right */
.mobilemenu {
  color: #000;
  font-size: 0;
}

#nav {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  height: 30px;
  min-height: 30px;
}

#nav a:link,
#nav a:visited {
  color: #000;
  display: block;
}

#nav li a:hover,
#nav li a:active {
  color: #F7941E;
  text-decoration: none;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav li {
  text-align: center;
  display: block;
  line-height: 20px;
  width: 9%;
  float: left;
  margin: 0 10px;
  font-size: 16px;
}

#nav li span {
  display: block;
  font-size: 20px;
  margin-top: 4px;
}

@media all and (max-width:12000px) {
  .mobilemenu {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
  }

  #nav {
    position: absolute;
    right: 0;
    top: 72px;
    height: auto;
    width: 200px;
    padding: 0;
    min-height: 30px;
    text-align: right;
  }

  #nav a {
    width: 200px;
  }

  #nav li {
    height: auto;
    float: none;
    width: 100%;
    margin: 0;
    font-size: 16px;
    padding: 5px;
  }

  #nav ul {
    padding: 0;
    display: none;
    background: #fff;
  }
}

/* tablet */
@media all and (max-width:1050px) {
  #header {
    padding: 24px 20px 18px 20px;
  }

  #headername {
    font-size: 42px;
    max-width: calc(100% - 300px);
  }

  #headername .logo {
    max-width: 85px;
  }

  .fundraiser-badge img {
    max-height: 62px;
  }

.give-today-btn {
  padding: 8px 14px;   /* slightly smaller = tighter look */
  font-size: 14px;
}
}

/* mobile */
@media all and (max-width:800px) {
  #header {
    padding: 18px 14px 16px 14px;
  }

  #header-container {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .header-left,
  .header-actions,
  .facebookup,
  #nav {
    position: static;
  }

  .header-left {
    order: 1;
    justify-content: center;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
  }

  .fundraiser-badge {
    padding: 0;
    box-shadow: none;
  }

  .fundraiser-badge img {
    max-height: 50px;
  }

  .header-actions {
    order: 2;
    width: 100%;
    justify-content: center;
    gap: 12px;
  }

  #headername {
    order: 3;
    max-width: 100%;
    font-size: 34px;
    line-height: 1.05;
    gap: 12px;
    flex-wrap: nowrap;
  }

  #headername .logo {
    max-width: 72px;
  }

  .site-title-text {
    text-align: left;
  }

  .give-today-btn {
    font-size: 14px;
    padding: 8px 12px;
  }

  #nav {
    order: 4;
    width: 100%;
    text-align: center;
  }

  #nav a {
    width: 100%;
  }

  .mobilemenu {
    font-size: 20px;
    margin-top: 0;
  }
}

@media all and (max-width:600px) {
  #headername {
    font-size: 28px;
    line-height: 1.05;
    align-items: center;
  }

  #headername .logo {
    max-width: 64px;
  }

  .site-title-text {
    max-width: 220px;
  }
}

/* ===== HEADER FUNDRAISER FIX ===== */

.header-left {
  position: absolute;
  left: 8px;
  top: 2px;
  width: 130px;
  text-align: center;
  z-index: 2;
}

.fundraiser-badge {
  display: block;
  padding: 0;
  margin: 0 auto 4px auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.fundraiser-badge img {
  display: block;
  margin: 0 auto;
  max-width: 120px;   /* 👈 bigger */
  max-height: 85px;   /* 👈 taller */
  width: auto;
  height: auto;
}

.fundraiser-badge:hover {
  transform: none;
  box-shadow: none;
}

.give-today-btn {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: #F7941E;
  color: #000 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  white-space: nowrap;
  text-align: center;
}

.give-today-btn:hover {
  text-decoration: none !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.18);
  transform: translateY(-1px);
}