body {
    font-family: Arial, sans-serif;
    background-color: #fff5d0;
    color: rgb(0, 0, 0);
}



.container {
    //display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;

    width: 80%;
    margin: 0 auto;
    overflow: hidden;

}





.logo {
    width: 60px;
    height: auto;
    margin-right: 5px;
}

.header-left {
    display: flex;
    align-items: center;
}

header nav {
    margin-left: auto;
}

header li {
    margin-left: 20px;
}

.header-left h1 {
    margin-left: 5px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-left: 20px; /* Space between each menu item */
}







header {
    background:#e4cc71;
    color: #7E370C;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 70px;
    border-bottom: #ccc 1px solid;
}

header a {
    color: #7E370C;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
      font-weight: bold;
}

header ul {
    display: flex;
}


header h1 {
    margin: 0;
}


.event, .gallery-item {
    background: #fff;
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.event h2, .gallery-item h2 {
    margin: 0;
    padding-bottom: 10px;
}

h2 {
    margin-top: 30px;
    text-align: center;
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}


.photo-roll {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo-item {
    background: #fff;
    margin: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
//    width: 500px;
//    max-width: 100%;

    box-sizing: border-box;
    text-align: center;
}

.photo-item img {
    //width: auto;
//    max-height: 100%;
//   max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

.photo-info h3 {
    margin: 0;
    padding-bottom: 10px;
}

.photo-info p {
    margin: 0;
}

.photo-info {
    text-align: center;
}

.swiper-container {
    width: 100%;
    height: 500px;
    margin-top: 30px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.swiper-slide .photo {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.event-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.event-item {
    background: #fff;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.event-item:hover {
    background-color: #f0f0f0;
}

.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.gallery-item {
    background: #fff;
    margin: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 300px;
    box-sizing: border-box;
    text-align: center;
}

.gallery-photo {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}


.members-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    padding: 10px 0;
}



.member img {
    width: 100%;
    height: auto;
}

.member h3 {
    margin: 10px 0;
    color: #333;
}

.member p {
    margin: 0 0 10px;
    color: #777;
}



nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; /* Stack items vertically for mobile */
}

nav ul li {
    margin-bottom: 10px; /* Space between each menu item */
}

nav ul li a {
    text-decoration: none;
    color: #fff; /* White text color */
    padding: 10px;
    transition: background-color 0.3s ease;
    font-size: 10px; /* Default font size */
    text-align: right; /* Align text to the right */
    white-space: nowrap; /* Prevent text from wrapping */
}

nav ul li a:hover {
    background-color: #555;
    border-radius: 5px;
}

    .member {
        width: calc(100% - 20px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px;
    text-align: center;


    }


@media (min-width: 768px) {
    nav ul {
        flex-direction: row;
    }

    nav ul li {
        margin-bottom: 0;
        margin-left: 20px;
    }

    nav ul li a {
        font-size: 18px;
    }

    .header-left h1 {
    margin-left: 10px;
    font-size: 24px;
    text-align: right;
    white-space: nowrap;
}

.logo {
    width: 80px;
    height: auto;
    margin-right: 10px;
}

#calendar {
    background-color: #fdfff0;
    padding: 20px;
    border-radius: 5px;
}

.member {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: calc(20% - 20px); /* Adjust the width as needed */
    text-align: center;
    margin: 10px;
}

}



        .social-links {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .social-links a {
            text-decoration: none;
            color: #000;
            margin: 0 10px;
            font-size: 24px;
        }
        .social-links a:hover {
            color: #007bff;
        }

        .tube {
            color: #ff0000;
        }


.wrapper { width:100%; overflow:hidden;}
.fleft { float:center;}

#footer { text-align:center; font-size:16px; font-family:Arial, Helvetica, sans-serif; padding:28px 40px 35px 40px;}
#footer a { color:#000000;}
#footer .nav { text-align:center; padding-bottom:25px;}
#footer .nav li { display:inline;}
#footer .nav li a { padding:0 48px 0 45px; color:#000000;}



        .modal { display: none; position: fixed; z-index: 1; padding-top: 60px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }
        .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 70%; display: flex; justify-content: space-between; }
        .close { color: #f73636; float: right; font-size: 35px; font-weight: bold; }
        .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; }
        .form-left, .form-right { width: 40%; }


