* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "PT Serif", serif;
    background-color: #fff;
}

input[type="hidden"] {
    display: none;
}
html, body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1;
}

#footer {
    flex-shrink: 0; 
}

#banner {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(192, 233, 170, 0.2)), url(Images/NewerStartAStoryFrontImage.jpeg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.banner-text {
    text-align: center;
    color: #fff;
    padding-top: 350px;
}

.banner-text h1 {
    font-size: 130px;
    font-family: "Playwrite AU QLD", cursive;
}

.banner-buttons {
    position: fixed;
    top: 30px;
    right: 100px;
    z-index: 1000;
    display: flex;
    gap: 35px;
}

.banner-buttons a {
    text-decoration: none;
    color: white;
    font-size: 35px;
    font-family: "PT Serif", serif;
    transition: transform 0.3s ease;
}

.banner-buttons a:hover {
    transform: scale(1.15);
}

/* Scroll Arrow */
.banner-scroll-arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;                
    transition: opacity 0.6s ease; 
    animation: bounce 2s infinite; 
    pointer-events: none;      
}

.banner-scroll-arrow img {
    width: 100px;
    height: auto;
}

.banner-scroll-arrow.show {
    opacity: 0.9;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(38, 122, 100);
    height: 110px;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.top-bar.visible {
    transform: translateY(0);
}

.title-text {
    text-align: center;
    padding: 70px 0 70px 0;
    color: #313131;
}

.title-text h1 {
    font-size: 5vw;
}

.title-text p {
    padding: 70px 0 600px 0;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    padding: 50px;
}

.paragraph1 {
    flex: 1 1 100px;
    max-width: 600px;
}

.paragraph1 p {
    font-size: clamp(1rem, 2vw, 1.5rem);
    padding: 50px 20px;
    line-height: 1.6;
}

.image-container {
    flex: 0 0 500px;
    max-width: 100%;
}

.placeholderImage {
    width: 100%;
    height: auto;
    border-radius: 8px;
}




#youtube-promo {
    background-color: #f8f8f8;
    padding: 80px 40px;
}

.youtube-promo-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 100px;
    max-width: 1300px;
    margin: 0 auto;
}

.youtube-image {
    flex: 1 1 700px;
    max-width: 700px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.youtube-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.youtube-text {
    flex: 1 1 400px;
    max-width: 550px;
    text-align: left;
    color: #2e5c49;
    padding-top: 85px;
}

.youtube-text h1 {
    font-size: 2.6rem;
    color: #1e5b3e;
    margin-bottom: 20px;
}

.youtube-text p {
    font-size: 1.2rem;
    color: #264d3a;
    line-height: 1.6;
    margin-bottom: 30px;
}

.youtube-link-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.youtube-link {
    display: inline-block;
    background-color: #267a64;
    color: #fff;
    padding: 14px 30px;
    font-size: 1.1rem;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.youtube-link:hover {
    background-color: #2e8b74;
    transform: scale(1.05);
}

.youtube-arrow {
    width: 150px;
    height: auto;
    transform: rotate(-120deg);
    opacity: 0.9;
    filter: invert(28%) sepia(42%) saturate(139%) hue-rotate(62deg) brightness(60%) contrast(88%);
    margin-left: 125px;
    margin-top: -15px;
}
@media (max-width: 480px) {
    .youtube-image,
    .youtube-arrow {
        display: none; 
    }

    .youtube-text {
        text-align: center;
        padding-top: 30px;
        max-width: 100%;
        margin: 0 auto;
    }

    .youtube-link-wrapper {
        justify-content: center; 
    }
}
@media (max-width: 1080px) {
    .youtube-image {
        display: none; 
    }

    .youtube-text {
        text-align: center;
        padding: 30px;
        max-width: 100%;
        margin: 0 auto;
    }

    .youtube-link-wrapper {
        justify-content: center; 
    }
}
.staff-section {
    padding: 60px 30px;
    background-color: #a4c09b;
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 30px auto 0 auto;
}

.staff-member {
    max-width: 350px;
    text-align: center;
}

.staff-member img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.staff-member h3 {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #184b3d;
}

.staff-member p {
    font-size: 1rem;
    padding: 15px;
    color: #444;
    line-height: 1.5;
}

.staff-member a {
    position: relative;
    display: inline-block;
    color: #267a64;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.staff-member a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background-color: #267a64;
    transition: transform 0.3s ease;
}

.staff-member a:hover::after {
    transform: translateX(-50%) scaleX(1);
}
@media (max-width: 480px) {
    .staff-grid {
        grid-template-columns: 1fr; 
        gap: 20px;                  
    }

    .staff-member {
        max-width: 90%;
        margin: 0 auto;             
        text-align: center;          
    }
}
#contact {
    background-color: #395344;
    padding: 60px 0;
    text-align: center;
}
#contact .title-text h1 { 
  color: #f8f8f8; 
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
    align-items: start;
}

.form-group {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    text-align: left;
}

.form-group label {
    font-weight: bold;
    color: #267a64;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
    font-family: "PT Serif", serif; 
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
    resize: none;
}

.form-group:nth-child(3) {
    grid-column: span 2;
}

.submit-btn {
    grid-column: span 2;
    justify-self: center;
    background-color: #267a64;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: "PT Serif", serif; 
}

.submit-btn:hover {
    background-color: #2e8b74;
    transform: scale(1.05);
}

#footer {
    background-color: #f8f8f8;
    color: #45614c;
    text-align: center;
    padding: 50px 20px 30px 20px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 30px;
}

.social-icons a img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.2);
    opacity: 0.8;
}

#footer p {
    font-size: 0.95rem;
    margin-top: 15px;
    opacity: 0.9;
}

.faq-container, .donate-container {
    max-width: 800px;
    margin: 150px auto 60px auto; 
    padding: 40px 20px;
}

.faq-container h1, .donate-container h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #267a64;
}

.faq-item, .donate-item {
    margin-bottom: 30px;
}

.faq-item h3, .donate-item h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 8px;
}

.faq-item p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.quote-section {
    text-align: center;
    margin: 60px auto 40px auto;
    padding: 30px 20px;
    font-style: italic;
    color: #444;
    font-size: 1.2rem;
    max-width: 600px;
}

@media (max-width: 1024px) {
    .banner-text h1 {
        font-size: 12vw;
    }

    .banner-buttons a {
        font-size: 4vw;
    }

    .about-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .paragraph1, .image-container {
        max-width: 90%;
        flex: 1 1 100%;
    }

    .staff-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .youtube-promo-content {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .youtube-text {
        text-align: center;
        padding-top: 50px;
    }

    .youtube-image {
        max-width: 90%;
    }
}
  .donate-item {
      padding: 30px 80px;
    }

@media (max-width: 768px) {
    .banner-text h1 {
        font-size: 10vw;
    }

    .banner-buttons a {
        font-size: 5vw;
    }

    .about-content, .staff-grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    .staff-member {
        max-width: 90%;
        margin: 0 auto;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .form-group:nth-child(3), .submit-btn {
        grid-column: span 1;
    }

    .contact-container {
        padding: 30px 20px;
    }

    .faq-container, .donate-container {
        margin-top: 180px;
        padding: 30px 20px;
    }
    .donate-item {
      padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .top-bar {
        height: 21vw;
        padding: 0 15px;
    }

    .banner-buttons a {
        font-size: 4.5vw;
    }

    .title-text h1 {
        font-size: 3rem;
    }

    .paragraph1 p {
        font-size: 1rem;
        padding: 0 10px;
    }

    .youtube-text h1 {
        font-size: 2rem;
    }

    .youtube-text p {
        font-size: 1rem;
    }

    .youtube-arrow {
        width: 55px;
        transform: rotate(90deg);
        margin: 0 auto 10px auto;
    }

    .faq-container, .donate-container {
        margin-top: 180px;
        padding: 30px;
    }
      .donate-item {
      padding: 30px 20px;
    }

    .faq-container h1, .donate-container h1 {
        font-size: 1.7rem;
    }

    .faq-item h3, .donate-item h3 {
        font-size: 1.1rem;
    }

    .faq-item p {
        font-size: 0.9rem;
    }

    .quote-section {
        font-size: 1rem;
    }
}
