/* Reset some default styles */
body, h1, h2, ul, li, p, button {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f8f8;
    color: #333;
}

header {
    background-color: #4CAF50;
    color: #fff;
    padding: 15px;
    text-align: center;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}

nav a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    font-size: 16px;
}

main {
    padding: 20px;
}

h1, h2 {
    color: #4CAF50;
}

button {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;

}

button a {
    color: #fff;
    text-decoration: none;
}
#div1{
 font-size: 2em;
 }
#home {
    text-align: center;
}

#home button {
    margin-top: 20px;
}

#events, #addEventForm, #uploadForm, #chat, #viewEvent, #helpCenter {
    margin-top: 20px;
}

#addEventForm, #uploadForm, #chat, #viewEvent, #helpCenter {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#fileInput {
    margin-top: 10px;
}

#chatWindow {
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 10px;
}

#viewEvent a, #helpCenter a {
    text-decoration: none;
    color: #4CAF50;
}

#eventList, #helpCenterList {
    width: 100%;
    border-collapse: collapse;
}

#eventList td, #helpCenterList li {
    padding: 10px;
    border: 1px solid #ddd;
}

#members, #helpCenter {
    margin-top: 20px;
}

ul {
    list-style: none;
}

ul h1 {
    margin-bottom: 10px;
}

#game-container {
    text-align: center;
}

#game-container a {
    text-decoration: none;
    color: #333;
}

#allMembersBtn img {
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
}

#youth, #women, #men, #children {
    margin-top: 20px;
}

#addMemberFormYouth, #addMemberFormWomen, #addMemberFormMen, #addMemberFormChildren {
    margin-top: 10px;
}

/* Responsive styles */
@media only screen and (max-width: 600px) {
    nav {
        flex-direction: column;
        align-items: flex-start;
    }

    nav a {
        margin: 5px 0;
    }

    #addEventForm, #uploadForm, #chat, #viewEvent, #helpCenter {
        padding: 15px;
    }
}
/* Footer Styles */
footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px 10px; /* Adjust padding for smaller screens */
    margin-top: 400px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 100%; /* Full width on small screens */
    margin: 0 10px;
    text-align: center;
}

.footer-section h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footer-section p {
    line-height: 1.6;
}

.footer-section a {
    color: #3498db;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
}

/* Responsive Footer */
@media (min-width: 768px) {
    .footer-container {
        justify-content: space-around;
    }

    .footer-section {
        flex: 1 1 30%; /* Adjust as needed for your design */
    }
}
/* Add this to your existing style.css or include it within a <style> tag in your HTML head */

/* Leaders Styles */
#leaders {
    display: none;
}

.leader {
    text-align: center;
    margin-bottom: 30px;
}

.leader img {
    max-width: 100%;
    border-radius: 50%;
}

.leader h2 {
    margin-top: 10px;
    font-size: 1.5em;
}

.leader p {
    color: #555;
}
/* Style for Church Leaders section */
#leaders {
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
}

.leader {
    text-align: center;
    margin-bottom: 30px;
}

.leader img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.leader h2 {
    margin: 10px 0;
    font-size: 1.2em;
    color: #333;
}

.leader p {
    margin: 5px 0;
    font-size: 1em;
    color: #666;
}

#addLeaderForm {
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
}

#addLeaderForm form {
    text-align: center;
}

#addLeaderForm label {
    display: block;
    margin: 10px 0;
    font-size: 1em;
    color: #333;
}

#addLeaderForm input {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    box-sizing: border-box;
}

#addLeaderForm button {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s;
}

#addLeaderForm button:hover {
    background-color: #0056b3;
}
.call-image {
            width: 30px; 
            height: 30; 
            border: 0px solid green; 
            border-radius: 50px; 
            margin: 10px;
            margin-top: 11px;
            margin-bottom: 0px;
        }

