body {
    font-family: Arial, sans-serif;
    background-color: white;
    color: white;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.banner {
    height: 68vh; 
    background: url('../pics/homebg2.jpg') no-repeat center center;
    background-size: cover;
    object-fit: cover;
}
.sponsor{
     background: url('../pics/donateBanner.jpg') no-repeat center center;
     background-size: cover;
     height: 54vh;
}
.join{
    background: url('../pics/sponsorbg.jpg') no-repeat center center;
    background-size: cover;
    height: 54vh;
}

.aboutic{
    background: url('../pics/abouticcream.jpg') no-repeat center center;
    background-size: cover;
    height: 54vh;
    color:rgb(255, 255, 255);
}

.eboard{
    background: url('../pics/aboutic.jpeg') no-repeat center center;
    background-size: cover;
    height: 40vh;
}
.useful{
    background: url('../pics/useful.png') no-repeat center center;
    background-size: cover;
    height: 40vh;
}

.navbar {
    padding-top: 1.5%;
    overflow: hidden;
    background-color: none;
    float: right; 
    padding-right: 20px; 

}

.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 20px;
    background-color: inherit;
    margin: 0;
    cursor: pointer;

}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 160px;
    box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropfund{
    transform: translateX(-18%);
}

.dropevents{
    transform: translateX(-20%);
}
.dropresources{
    transform: translateX(-15%);
}
.dropdown-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-content li {
    border-bottom: 1px solid #444;
}

.dropdown-content li:last-child {
    border-bottom: none; 
}

.dropdown-content a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

.dropdown-content a:hover {
    background-color:rgba(112, 109, 109, 0.281);
}

.logo img{
    max-width:100%;
    height: auto;
    width: 6%;
}

h3{
    padding-top: 4%;
    text-align: center;
    font-size: 250%;
    font-family: 'Merriweather', serif;
    font-style: italic;
    margin-bottom:1%;
}

h1{
    text-align: center;
    font-size: 350%;
    font-family: "Roboto", sans-serif;
    margin-top: 0;
    font-weight: 550;
}
.dropdown a{
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 100%;
    
}
.navbar a, .dropbtn {
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 100%;
    
}
.basetitle{
    padding-top: 5%;
    font-size: 500%;
}
h5 {
    text-align: center;
    margin-top: 20px;
    font-size: 900%;
    font-weight: 700;
    color:white;
}

p {
    text-align: center;
    margin-top: 10px;
    font-size: 1em;
    max-width: 800px;
    line-height: 1.5;
    color:white;
}

.footer{
    font-style: italic;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #333;
    padding-bottom:15px;
    padding-top: 15px;
}
.socialmedia{
    margin-bottom: 10px;
}

.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.icon img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.icon:hover {
    transform: scale(1.1);
}
.hpbody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hpbody h2{
    margin-top: 80px;
    margin-bottom: 10px;
    color: black;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 225%;
    font-weight: lighter;
}
.hpbody p{
    color: black;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 110%;
    margin-bottom: 60px;
}
#image-carousel {
    width: 40vw;
    height: 40vw;
    max-height: 40vh; 
    margin: 0 auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 6%;
}
.splide__slide img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.buttons p{
    align-items: center;
    color: black;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 110%;
    margin-bottom: 10px;
}
.email{
    font-family: 'Lora', serif;
    color:lightgray;
}
.buttonhp {
    text-align: center;
    margin-top: 42px;
    margin-bottom: 72px;
}

.ovalb {
    display: inline-block;
    background-color:brown; 
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 18px 40px; 
    border-radius: 50px;
    text-decoration: none;
    margin: 0 10px;
    transition: background-color 0.3s ease;
}

.ovalb:hover {
    background-color: #555; 
}
.aboutff{
    background: url('../pics/aboutff.png') no-repeat center center;
    background-size: cover;
    height: 54vh;
    color:bisque;
}

.appbody{
    margin-top: 2.1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.appbody p{
    color: black;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 140%;
    margin-bottom: 38.5px;
}

.buttonauff{
    margin-bottom: 2.1%;
}
.loginflex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-container {
    padding: 70.3px;
    width: 350px;
    text-align: center;
}

.input-box {
    position: relative;
    margin-bottom: 20px;
}

.input-box input {
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    border-bottom: 2px solid black; 
    outline: none;
    color: black; 
    font-size: 18px;
    transition: all 0.3s ease;
}

.input-box label {
    position: absolute;
    top: 50%;
    left: 10px;
    color: black; 
    transform: translateY(-50%);
    transition: 0.3s;
    pointer-events: none;
}

.input-box input:focus + label,
.input-box input:valid + label {
    top: -10px;
    font-size: 14px;
    color: black; 
}

#loginBtn {
    font-family: 'Lora', serif;
    width: 100%;
    padding: 10px;
    background-color: deepskyblue; 
    color: black; 
    border: none;
    font-size: 18px;
    border-radius: 25px; 
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#loginBtn:hover {
    background-color: #00bcd4; 
}

@keyframes buttonClick {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
.genbody{
    margin-top: 2.1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.genbody p{
    color: black;
    font-family: 'Lora', serif;
    text-align:left;
    font-size: 110%;
    margin-bottom: 60px;
}
.board-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-gap: 20px; /* Space between items */
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    justify-content: center;
}

.board-member {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;

}

/* .board-member img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
} */

.board-member img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.description h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    
}

.description h3 a{
    color: darkblue; 
    text-decoration: none;
}

.description h3 a:hover{
    color: #333;
}

.description p {
    color: #555;
    margin-bottom: 5px;
    font-size: 14px;
}
.joinbody{
    margin-top: 1.7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35.5px;
}
.joinbody p{
    color: black;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 135%;
    margin-bottom: 20px;
}
.joinbody a {
    text-decoration: none;
}
.sponsorbody{
    margin-top: 3.945%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.9%;
}
.sponsorbody p{
    color: black;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 154%;
    margin-bottom: 20px;
}
.sponsorbody a {
    text-decoration: none;
}
.management{
    background: url('../pics/managementff.png') no-repeat center center;
    background-size: cover;
    height: 40vh;
}
.construction{
    margin-top: 8.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.08%;
}
.construction p{
    color: black;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 500%;
    margin-bottom: 20px;
}
.pres {
    margin-top: 35px;
    margin-bottom: 60px;
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.pres h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    color: black;
    text-align: left; 
    font-family: 'Lora', serif;
    font-size: 225%;
    font-weight: lighter;
    width: 100%; 
    text-decoration:underline;
}
.pres a{
    margin-top: 9px;
    margin-bottom: 9px;
    align-self: flex-start;
    text-align: left;
    text-decoration: none;
    color: grey;
    font-size: 130%;
}

.usefulbody {
    margin-left: 20%;
    margin-right: 20%;
    display: flex; 
    justify-content: space-between; 
    padding: 10px; 
}

.usefulbody h2{
    margin-top: 25px;
    margin-bottom: 25px;
    color: black;
    text-align: left; 
    font-family: 'Lora', serif;
    font-size: 225%;
    font-weight: lighter;
    width: 100%; 
    text-decoration:underline;
}
.usefulbody a{
    margin-top: 9px;
    margin-bottom: 9px;
    align-self: flex-start;
    text-align: left;
    text-decoration: none;
    color: grey;
    font-size: 130%;
}

.column {
    flex: 1; 
    margin: 0 10px; 
}

.column h2 {
    margin-bottom: 10px; 
}

.column ul {
    list-style-type: none; 
    line-height: 1.4651;
    padding: 0; 
}
.column li{
    padding-bottom: 10px;
}

.managehead h2{
    margin-top: 25px;
    margin-bottom: 25px;
    color: black;
    text-align: center; 
    font-family: 'Lora', serif;
    font-size: 225%;
    font-weight: lighter;
    width: 100%; 
    text-decoration:underline;
}
.managebody{
    margin-left: 21.5%;
    margin-right: 0%;
    margin-bottom: 2%;
}
.managebody li{
    margin-top: 9px;
    margin-bottom: 9px;
    align-self: flex-start;
    text-align: left;
    text-decoration: none;
    color: grey;
    font-size: 130%;
}