p {
  padding: 0.3rem 0;
}

.top .content {
  padding-left: 2rem;
}

h1, h2 {
  margin-bottom: 1.5rem;
}

ul {
  padding: 0.75rem 0;
}

ul > li {
  margin-left: 3.5rem;
  font-size: 1.3rem;

}

/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  .image-box-home {
    height: 75em;
  }
  #sidebyside {
    padding: 50px 0;
  }
  #sidebyside .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside .content {
    order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
  }
  #sidebyside .content p {
    margin-bottom: 1.11111111em;
  }
  #sidebyside .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 38.1875em;
    height: 53.8125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside .image-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #c5113d;
    opacity: 1;
    top: 2.5em;
    left: -2.5em;
  }
  #sidebyside .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    background: url("/images/content-circles.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Removed position: absolute, top, left to prevent cropping */
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside {
    padding: 6.25em 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside {
    padding: 4.375em 0;
  }
  #sidebyside .container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
  }
  #sidebyside .content {
    margin: 0;
    width: 60%;
  }
  #sidebyside .image-box {
    margin: 0;
    margin-right: 2em;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside-reverse {
    padding: 50px 0;
  }
  #sidebyside-reverse .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside-reverse .content {
    order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside-reverse .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
  }
  #sidebyside-reverse .content p {
    margin-bottom: 1.11111111em;
  }
  #sidebyside-reverse .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside-reverse .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside-reverse .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside-reverse .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside-reverse .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 38.1875em;
    height: 53.8125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside-reverse .image-box:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: var(--primary);
    opacity: 1;
    top: 2.5em;
    left: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    content: '';
    position: absolute;
    display: block;
    height: 32.25em;
    width: 28.75em;
    background: url("/images/content-circles.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: -14.125em;
    right: -6.8125em;
    z-index: -1;
  }
  #sidebyside-reverse .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside-reverse {
    padding: 6.25em 0;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside-reverse {
    padding: 9.375em 0;
  }
  #sidebyside-reverse .container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebyside-reverse .content {
    margin: 0;
    width: 60%;
    order: 1;
  }
  #sidebyside-reverse .image-box {
    margin: 0;
    margin-left: 10.625em;
    order: 2;
  }
  #sidebyside-reverse .image-box:before {
    left: auto;
    right: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    right: auto;
    left: -6.8125em;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}
.image-box-home {
  height: 25em;
}

/* Force navbar to always have white background */
#navigation .background-color-div {
    background-color: #fff !important;
    height: 100% !important;
    opacity: 1 !important;
}

body.dark-mode #navigation .background-color-div {
    background-color: #fff !important;
    height: 100% !important;
    opacity: 1 !important;
}

/* Ensure the navigation container itself has white background */
#navigation {
    background-color: #fff !important;
}

body.dark-mode #navigation {
    background-color: #fff !important;
}

/* Ensure text is readable on white background */
#navigation #navbar-menu ul li a {
    color: #000 !important;
}

body.dark-mode #navigation #navbar-menu ul li a {
    color: #000 !important;
}

/* Ensure hamburger menu is visible on white background */
#navigation .hamburger-menu span,
#navigation .hamburger-menu span:before,
#navigation .hamburger-menu span:after {
    background-color: #000 !important;
}

body.dark-mode #navigation .hamburger-menu span,
body.dark-mode #navigation .hamburger-menu span:before,
body.dark-mode #navigation .hamburger-menu span:after {
    background-color: #000 !important;
}

/* Ensure logo is visible on white background */
body.dark-mode #navigation .logo .light {
    display: none !important;
}

body.dark-mode #navigation .logo .dark {
    display: block !important;
}

/* Additional specificity for mobile and desktop */
@media only screen and (max-width: 1023px) {
    #navigation .background-color-div {
        background-color: #fff !important;
        height: 100% !important;
    }
    
    body.dark-mode #navigation .background-color-div {
        background-color: #fff !important;
        height: 100% !important;
    }
}

@media only screen and (min-width: 1024px) {
    #navigation .background-color-div {
        background-color: #fff !important;
        height: 100% !important;
    }
    
    body.dark-mode #navigation .background-color-div {
        background-color: #fff !important;
        height: 100% !important;
    }
}

/* Make first section image horizontal rectangle */
#sidebyside:first-of-type {
    margin-top: 9.25rem;
    margin-bottom: 4rem;
}

#sidebyside:first-of-type .image-box {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin: 0 auto;
}

#sidebyside:first-of-type .image-box:after {
    display: none;
}

#sidebyside:first-of-type .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Responsive adjustments for mobile */
@media only screen and (max-width: 768px) {
    #sidebyside:first-of-type .image-box {
        width: 100%;
        max-width: 400px;
        height: 300px;
    }
}

/* Typography adjustments */
h1 {
    font-size: 3em !important; /* Double the font size */
}

p {
    font-size: calc(1em + 2px) !important; /* Increase by 7px */
}

/* Responsive adjustments for mobile */
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.8em !important; /* Slightly smaller on mobile but still doubled */
    }
    
    p {
        font-size: calc(1em + 5px) !important; /* Slightly smaller increase on mobile */
    }
}

/* Override logo sizing to use HTML width attribute */
#navigation .logo img {
    width: 220px !important;
    height: auto !important;
}

/* --- Donors Section --- */
.donors-section {
  padding: 4em 0 4em 0;
  background: #faf9f6;
}
.donors-section h2 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1.5em;
  color: #222;
}
.donor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  align-items: center;
}
.donor-logos img {
  max-width: 240px;
  max-height: 90px;
  width: auto;
  height: auto;
  filter: grayscale(60%);
  transition: filter 0.2s;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 0.5em 1em;
}
.donor-logos img:hover {
  filter: grayscale(0%);
}
@media (max-width: 600px) {
  .donor-logos {
    gap: 1em;
  }
  .donors-section h2 {
    font-size: 1.5em;
  }
  .donor-logos img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.middle {
  padding: 3rem 0;
  margin: 3rem;
  max-width: 900px;
  margin: 0 auto;
}

footer, .footer {
  font-size: 1.85em;
  margin-top: 3rem;
  background: #0a2342;
  color: #fff;
}
footer p {
  font-size: 2em !important;
}
footer h2 {
  font-size: 1.1em;
  color: #fff;
}
footer a, .footer a {
  font-size: 0.95em;
  color: #aad8ff;
}

footer .left-section,
footer .credit ,
footer .paid,
footer  {
  font-size: 0.45em;
}

/* Ensure the top image is fully visible and responsive */
.sidebyside .image-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 100%;
}

/* Responsive override for the top image box */
#sidebyside .image-box {
    aspect-ratio: 3/4;
    width: 100%;
    max-width: 400px;
    margin: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sidebyside .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.image-box-portrait {
    aspect-ratio: 3/4 !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: auto !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    position: relative !important;
}
.image-box-portrait:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #c5113d;
    opacity: 1;
    top: 0.5em;
    left: -0.5em;
    z-index: 0;
    border-radius: 0.5em;
}
.image-box-portrait img {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    position: static !important;
}

.income-row {
  background: #f8f8f8;
  padding: 4.5em 0;
  border-bottom: 1px solid #e0e0e0;
}
.income-row h2 {
  text-align: center !important;
  font-size: 2.5em;
  margin-bottom: 1em;
  color: #333;
  font-weight: bold;
}
.income-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2em;
}
.income-col {
  flex: 1 1 0;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: calc(1.15em + 5px);
  line-height: 1.6;
}
.income-col.left {
  text-align: left;
  border-right: 1px solid #ddd;
}
.income-col.right {
  text-align: left;
}
@media (max-width: 700px) {
  .income-container {
    flex-direction: column;
    gap: 0.5em;
  }
  .income-col.left, .income-col.right {
    border: none;
    text-align: left;
    padding: 0.5em 0;
  }
}

        .bullet-hole {
            position: fixed;
            width: 200px;
            height: 200px;
            background: url('../images/bullet-hole.png') no-repeat center center;
            background-size: contain;
            pointer-events: none;
            z-index: 1000;
            animation: bulletHole 0.4s ease-out;
        }
        
        .bullet-hole::before {
            display: none;
        }
        
        .bullet-hole::after {
            display: none;
        }