@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Warang+Citi&family=Sofadi+One&display=swap');
body{
    background-color: black;
    font-family: "Sofadi One", system-ui;
}
#headerTitle{
    background-color: white;
   padding: 10px;
}
p1{
    font-size: 2vh;
    padding: 10px;
    color: red;
    font-weight: bold;
}
h1{
    color: #CD7F32;
}
p{
    font-size: 3vh;
}
section {
    margin: 0;
    padding: 0;
}
#header-container{
    display: flex;
    justify-content: space-between;
    background-color: white;
    color: black;

    
   
   
    


}
#line-divider{
    display: flex;
    justify-content: center;
    padding: 20px;
}


#navbar-container {
    display: flex;
 
    justify-content: flex-end;
    align-items: center;
    background-color: white;
  
    color: black;
    padding: none;
    
}
#navbar-container a {
    
    color: black;
    text-decoration: none;
    padding: 12px;
    font-size: 2.4vh;
    background-color: white;
    font-weight: bold;
}
#navbar-container a:hover{
    color: #CD7F32;
}
#intro{
    background-color: black;
    

}

#signup{
    font-weight: bold;
    padding: 15px;
    color: black;
    background-color: white;
    border: 10px;
    margin-bottom: 4vh;
    border-radius: 3px;
    font-size: 2vh;
    
    
}
#volunteer{
    font-weight: bold;
    padding: 15px;
    color: black;
    background-color: white;
    border: 10px;
    margin-bottom: 4vh;
    border-radius: 3px;
    font-size: 2vh; 
}

#intro h1{
    text-align: center;
    font-size: 7vh;
    color: white;
    
   

}
#intro p{
    color: white;
    margin-top: 0;
}
#intro-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    justify-content: space-between;
    padding-bottom: 30px;
    
}
#logo{
    display: flex;
    height: auto;
    width: 60vw;
    /*padding-top: 20px;*/
    /*border: 5px solid white;*/
    border-radius: 10px;
}
#about{
    
    background-color: white;
    align-items: center;
}

#evanclapping{
    display: flex;
    width: 80vw;
    height: auto;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 45px;
    padding-right: 45px;
    background-color: white;
}
#about-header{
    padding-top: 30px;
    text-align: center;
    font-size: 7vh;
    background-color: white;
    color: #CD7F32;
    
}
#about-lower-container{
    display: flex;
    gap: 3vh;
    padding-right: 40px;  /* Padding on the right side */
    padding-bottom: 30px; /* Padding on the bottom side */
    padding-left: 40px;   /* Padding on the left side */
    padding-top: 0;  
    background-color: white;
    align-items: center;
    

}
#about-lower-container-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    background-color: white;
}

#about-lower-container-text h2{
    font-size: 3.0vh;
    padding-top: 50px;
    background-color: white;
    
    

}

#about-lower-container-text p{
    display: flex;
    text-align: center;
    
    font-size: 2.5vh;
    background-color: white;
    
    
}
#about-header, #events h1 {
    margin: 0;
    padding-top: 30px; /* Adjust as needed */
}
#about-lower-container-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
#about-lower-container-2 p{
    padding: 30px;
}
#events {
    padding-top: 20px;
    background-color: white;
}
#events h1{
    background-color: white;
    display: flex;
    justify-content: center;
    font-size: 7.0vh;
    color: #CD7F32;
    
    
}







ul {

    list-style-type: none;
    padding: 20px;
    background-color: white;
}

li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    background-color: white;
    height: 20vh;
}

li:nth-child(even) {
    background-color: #f9f9f9;

}

.date {
    width: 20%;
    font-weight: bold;
    color: black;
    
    font-size: 3vh;
}

.event-name {
    width: 60%;
    text-align: left;
    
    display: flex;
    flex-direction: column;
    font-size: 4vh;
}
.event-name p{
    font-size: 3vh;
}

.time {
    width: 20%;
    text-align: right;
    color: black;
    
    font-size: 3vh;
    font-weight: bold;
}

#collection{
    padding: 30px;
    margin-top: -20px;
    background-color: white;
    


}
#collection, h1{
    font-size: 7vh;
    text-align: center;
}
.gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;

}
#largeImage{
    
    height: 50vh;
    width: auto;
    
}
.main-image img {
    
    
    width: 70%;
    height: auto;
    margin-bottom: 20px;
    border: 2px solid black;
    border-radius: 10px;
}
.thumbnail-container {
    display: flex;
    justify-content: space-between;
    width: 65%;
    height: 13vh;
}

.thumbnail {
    display: flex;
    width: 15%;
    height: auto;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 10px;
    transition: transform 0.3s;
}
.thumbnail:hover {
    transform: scale(1.1);
    border-color: #888;
}









#support{
    
    margin-top: -30px;
    padding-top: 30px;
    background-color: white;
    padding-bottom: 30px;
    
}


#support-container{
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 40px;
    
    
}
#kidsflexing{
    width: 40vw;
    height: auto;
    padding: 40px;
}
#support-text-container-right{
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-around;
}
#support-text-container-right h1{
    font-size: 7vh;
    margin-bottom: -10px;
}

#support-text-container-right p{
    font-size: 2.5vh;
    padding: 0px;
    text-align: center;
}
#support-text-container-right button{
    font-weight: bold;
    padding: 15px;
    color: white;
    background-color: black;
    border: 10px;
    margin-bottom: 4vh;
    border-radius: 3px;
    font-size: 2vh;
}
#donate-btn:hover{
    color: #CD7F32;
    transform: scale(1.02);
}



#founders{
    color: white;
}
#founders-container{
    display: flex;
    flex-direction: row;
}
#founders-portrait{
    height: auto;
    width: 37vw;
    padding: 20px;
}
#founders-left-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 50%;
   
}
#founders-right-side{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 50%;

    
}
#founders-doc{
    color: white;
    padding-top: 20px;
}
#donors{
    background-color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
#donors-main-container{
    display: flex;
    
    flex-direction: column;
    width: 70vw;
    height: auto;
    border: 2px solid #000; /* Border around the main container */
    border-radius: 20px;
    box-sizing: border-box;    
    background-color: black; 
    min-height: 50vh;
    
}

#slider-container {
    width: 100%;
    overflow: hidden; /* Hide overflow */
    white-space: nowrap; /* Prevent wrapping */
    
}

#slider {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping to next row */
    animation: scroll 20s linear infinite; /* Slide animation */
}
#donor-name {
    display: inline-block;
    margin: 0 10px; /* Space between names */
    font-size: 20px;
    font-family: "Caveat", cursive;
    animation: colorChange 6s infinite;

}
@keyframes colorChange{
    0% {color: #f7e8a0}
    10% {color: #f3d07a;}
    20% {
        color:#f0c34f;
    }
    30%{
        color:#e8b03b;
    }
    40%{
        color: #e1a21a;
    }
    50%{
        color: #d89716;
    }
    60%{
        color: #e1a21a;

    }
    70%{
       color: #e8b03b; 
    }
    80%{
        color: #f0c34f;
    }
    90%{
        color:#f3d07a
    }
    100%{
        color: #f7e8a0;
    }

}
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


#connect{
    background-color: white;
    display: flex;
    
    flex-direction: column;
}
#icon-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: black;
    padding: 20px;
}


#lines-divider{
    
    background-color: white;


}
#email-us{
    font-size: 5vh;
}
#email-us{
    font-size: 5vh;
}

/*#contact-form input,
#contact-form textarea {
    width: 90%;
    max-width: 500px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}*/


/*#contact-form button {
    font-weight: bold;
    padding: 15px;
    color: white;
    background-color: black;
    border: 10px;
    border-radius: 3px;
    font-size: 2vh;
    cursor: pointer;
}*/




#social-icon:hover{
    transform: scale(1.1);
    
}



/* General mobile styles */
@media (max-width: 768px) {
    body {
        font-size: 16px; /* Adjust body font size for mobile readability */
    }

    #header-container,
    #navbar-container {
        flex-direction: column;
        align-items: center;
    }

    #navbar-container {
        padding: 0;
    }

    #navbar-container a {
        font-size: 4vw; /* Adjust font size for mobile */
        padding: 10px;
    }

    #headerTitle,
    #intro,
    #about,
    #events,
    #collection,
    #support,
    #founders,
    #connect {
        padding: 10px;
        text-align: center; /* Center-align text on mobile */
    }

    #intro h1 {
        font-size: 6vw; /* Responsive font size */
    }

    #intro p,
    #about-lower-container-text p,
    #events h1 {
        font-size: 4vw; /* Responsive font size */
    }

    #about-header,
    #events h1 {
        font-size: 6vw; /* Responsive font size */
    }
    .date {
        font-size: 1.5vh;
    }
    .event-name{
        font-size: 2vh;
        text-align: center;

    }
    .event-name p{
        font-size: 1vh;
    }

    .time{
        font-size: 1.5vh;
    }
    #about-lower-container {
        flex-direction: column;
        padding: 10px;
    }

    #about-lower-container-text {
        align-items: center;
    }

    #logo {
        width: 90vw; /* Adjust logo size for mobile */
        height: auto;
        padding-top: 10px;
    }

    #kids-jumping {
        width: 75vw; /* Adjust width for mobile */
        height: auto;
        padding: 10px;
    }
    #largeImage {
        width: auto;
        height: 20vh;

    }
    #collection h1{
        font-size: 6vw;

        }
    .gallery-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
     }
    .thumbnail-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        
    }

    .thumbnail {
        width: 10vw; /* Adjust thumbnails for mobile */
        height: 5vh;
    }

    #support-container {
        flex-direction: column;
        align-items: center;
    }

    #support-text-container-right {
        text-align: center;
    }
    #support-text-container-right h1{
        font-size: 4vh;
    }
    #kidsflexing {
        height: 30vh;
        width: auto;
    }
    #donate-btn {
        font-size: 4vw; /* Responsive font size for button */
    }

    #founders-container {
        flex-direction: column;
        align-items: center;
    }

    #founders-portrait {
        width: auto;
        height: 60vh;
    }
    #connect h1{
        font-size: 4vh;
    }
    #contact-form input,
    #contact-form textarea {
        width: 100%;
        max-width: none;
    }
}

/* Navbar collapse to two rows for mobile */
@media (max-width: 768px) {
    #navbar-container {
        flex-direction: column;
        align-items: stretch;
    }

    #navbar-container a {
        display: block;
        width: 100%;
        text-align: center;
    }
}
