body{
    width: 100;
    margin: 0;
    background-color: beige;
    height: 80px;
}

#menu{
    background-color: rgb(192, 99, 99);
    overflow: hidden;
}
#menu ul{
    list-style: none;
    display: flex;
    align-items: center;
    /* width: 100%;
    height: 80px;
    position: fixed;
    top: 0; */
}
#menu ul li{
    margin: 0;
}
#menu ul li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
    padding: 14px  20px;
}
#menu ul li img{
    width: 50px;
    height: 50px;
}
#menu ul li a:hover{
   background-color:brown;
} 
#slider{
    width:100% ;
    height:400px ;
    background-image:url(../images/kilcommunty.jpeg);
    background-size:cover;
    background-position: center;
    margin-top: -45px;
 }
 
 
 #slider h1{

    font-family: 'Courier New', Courier, monospace;
    font-size: 60px;
    text-align: center;
    color: white;
    width: 300px;
    background-color: rgba(75, 63, 54, 0.756);
    /* position: fixed; */
    left: 100px;
    }
    #slider h2{
        background-color: aliceblue;
        /* position: fixed; */
        text-align: center;
         font-family: 'Courier New', Courier, monospace;
         right: 80px;
    }
    #slider button{
     background-color: brown;
     color: white;
     padding: 15px;
     border-radius: 10px;
     /* position: fixed; */
    }
    #slider button:hover{
        background-color: rgb(218, 67, 67);
    }
    

     #about{
        text-align: center;
        margin-bottom: 20px;
     }
     .twodivs{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-right: 10%;
     }
     .charism{
        width: 40%;
     }

     .vision{
        width: 40%;
        margin-left: 10%;
     }

     .charism img{
        width: 50px;
        height: 50px;
     }
     .vision img{
        width: 50px;
        height: 50px;
     }
      #about button{
     background-color: brown;
     color: rgba(200, 210, 191, 0.808);
     padding: 15px;
     border-radius: 10px;
     text-decoration: white;
    }
    #about button:hover{
        background-color: rgb(218, 67, 67);
        color: white;
    }
    #mission{
        display: flex;
        width: 100%;
        background-color: white;
    }
    .missionimage{
        width: 40%;
    }
    .desc{
        width: 40%;
    }
    .missionimage img{
        width: 400px;
        height: 300px;
    }


#footer{
    width: 100%;
    height: 250px;
    background-color: rgb(145, 86, 86);
    display: flex;
}
.footer1{
    width: 25%;
    text-align: center;
}
.footer1 img{
    width: 50px;
    height: 50px;
}
.footer2{
    width: 25%;
    text-align: center;
}
.footer2 img{
    width: 40px;
    height: 40px;
    padding-left: 10px;
}

.footer3{
    width: 25%;
    text-align: center;
}
.ft1{
    display: flex;
}
.ft2{
    display: flex;
}
.ft3{
    display: flex;
}
.footer3 img{
    width: 40px;
    height: 40px;
 
}

.footer3 img{
    width: 20px;
    height:20px;
}

.footer4{
    width: 25%;
    height: 180px;
    text-align: center;

}
.footer4 ul{
    list-style: none;
}
#rights {
  background-color: brown;      /* Background color for footer */
  color: white;                 /* Text color */
  text-align: center;           /* Center the text */
  padding: 10px 0;              /* Space above and below text */
  font-size: 14px;              /* Font size */
  font-family: Arial, sans-serif; /* Font style */
}

/* Optional: Keep footer at the bottom even with little content */
footer {
  position: relative;
  bottom: 0;
  width: 100%;
}




