body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Lufga", sans-serif;
}

.thelogo {
    width: 175px;
    height: auto;
    /* max-width: 100%; */

    text-decoration: none;
    margin-right: 20px;
    width: 150px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0%;
 margin-bottom: 0%;

}

#site-name {
    opacity: 0;
    transition: opacity 5s ease;
    /* Transition effect: 2 seconds ease-in-out */
    color: #025f05;
}

.ucspan {
    text-decoration: underline;
    color: #2c8e2f;
}

::selection {
    background-color: greenyellow;
}


.nopara {
    padding: 0%;
    margin: 1%;
}

.column {
    flex: 1;
    margin: 10px;
    padding: 5px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
}


.column img,
.team {
    display: block;
    margin: 0 auto;
    /* Make the image responsive */
    max-width: 100%;
    /* Maintain aspect ratio */
    height: auto;
}

nav {
    width: 100%;
    display: flex;
    background-color: rgb(237, 241, 237);
    position: fixed;
    height: 4em;
}

/* Add custom CSS for positioning the toggler */
@media screen and (max-width: 767.98px) {

    .column {
        flex: 100%;
    }

    /* nav {
        flex-direction: column;
        align-items: left;
        text-align: left;
    }
 */

 .nav-left {
    display: flex;
    align-items: center;
    position: relative;
    /* To position the dropdown */
 }

    /* This is the format of the cucumber button */
    .navbar-toggler {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgb(143, 202, 24);
        
            display: flex;
            align-items: center;
        





    }

    h1,
    h2,
    h3 {
        font-size: smaller;
        /* Font size for small screens */
    }

    /* .thelogo { */
        /* display: none; */
        /* top: 0; */
        /* left: 0; */

    /* } */

    /*@@@*/
    nav a {
        position: inherit;
        /* Positions the dropdown relative to its nearest positioned ancestor */
        top: 1500px;
        /* Aligns the top of the dropdown with the bottom of the cucumber */
        left: 300;
        /* Aligns */
        font-weight: bold;
        background-color: rgb(247, 174, 224);
        /* Set the background color for smaller screens */
        /* display: flex; */
        /* flex-direction: column; */
        /* Stack items vertically */
        align-items: center;
        text-align: center;
        /* Center items horizontally */
        /* padding: 5px; */
        /* Add padding for better spacing */
        max-width: 25%;

    }

}

img:hover {
    /* the final size */
    transform: scale(1.1);
    /* background-color: green; */
    /* the speed of the zoom */
    transition: transform 5s;

    /* Animation */

    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* .nav-item a:hover {
    background-color: #70cf71;
    color: white;
} */

.spaceit {
    width: 10px;

}

.right {
    display: flex;
    justify-content: end;
    align-items: end;
    align-content: flex-end;
}

footer .row {
    border-top: 1px solid #c5b7f0;
    border-bottom: 1px solid #c5b7f0;
    background-color: black;
    color: black;
}

footer a,
ol {
    font-size: 0.80rem;
    color: white;
    /* Adjust the font size as needed */
}


footer h5,
ol {
    font-size: 0.80rem;
    color: white;
    /* Adjust the font size as needed */
}

.hid {
    color: #9bf59e;
}

.fab {
    padding-right: 25px;
}

.fa-envelope,
.fa-user,
.fa-comment {
    color: #2c8e2f;
}

.myform {
    border: 5px greenyellow solid;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    width: 50%;
}

textarea {
    width: 80%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}



#cont,
#mail,
#name {
    width: 80%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

button[type=submit]:hover {
    background: greenyellow;
    color: blue;
}


button[type=reset]:hover {
    background: greenyellow;
    color: blue;
}


.register-button {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: black;
    background-color: rgb(243, 217, 69);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    justify-content: center;
}


.register-button:hover {
    background: greenyellow;
    color: blue;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


/* ===================================================================== */
/* ============== to make images move left to right ==================== */
/* ===================================================================== */

@keyframes moveRightToLeft {
    0% {
        /* making this positive, let the pic move right to left */
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.movingimg {
    /* position: absolute; */
    animation: moveRightToLeft 10s linear infinite;
}

.topcont {
    background-color: rgb(241, 197, 238);
    padding: 20px;
}

.slideshow {

    max-width: 40%;
    margin: 0 auto;
    border: 5px solid rgb(40, 1, 1);
    /* height: 500px; */
    display: block;
    margin: 0 auto;
    /* Make the image responsive */
    /* max-width: 100%; */
    /* Maintain aspect ratio */
    height: auto;


}

.copyright {
    font-family: "Lobster", cursive;
    margin: auto;
    text-align: center;
    /* border: 3px solid green; */
    width: 100%;
    /*  border: 3px solid green; */
    align-items: center;
    padding-top: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
    padding: 10px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

#countdown-container {
    text-align: center;
    /* background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

#countdown {
    font-size: 1.5em;
    color: #491dd9;
    /* background-color: rgb(179, 242, 182); */

}

.blueheader {
    color: #491dd9;
}
.background-img {
    background-image: url('images/blue.jpg');
    background-size: cover;
}

.background-img-g {
    background-image: url('images/green.jpg');
    background-size: cover;
    padding: 5px 60px;
}

.background-img-g2 {
    background-image: url('images/green2.jpg');
    background-size: cover;
    padding: 5px 60px;
}

/* ======================= Responsive Input Filed ======================= */

.resp-input {
    width: 75%;
    /* padding: 10px; */
    box-sizing: border-box;
}

/* Adjust font size and width for different screen sizes */
@media (min-width: 600px) {
    .resp-input {
        /* font-size: .5rem; */
        max-width: 400px;
    }
}

@media (min-width: 1024px) {
    .resp-input {
        /* font-size: .75rem; */
        max-width: 600px;
    }
}


/* ==================== Lable and Input inline ======================*/
/* .form-group {
    display: inline-block;
    margin-bottom: 10px;
}

.form-label {
    display: inline-block;
    margin-right: 10px; /* Space between label and input 
    font-size: 1rem;
}

.form-input {
    display: inline-block;
    padding: 5px;
    font-size: 1rem;
} */