body,html {
    width: 100%;
    margin: 0;
}

#slider{
    width: 100%;
    height: 450px;
        background-image:url(../images/25yrs\ in\ Kenya.jpg);
        background-size: cover;
        background-position: top bottom;
        text-align: center;
        font-size: 50px;
        color: aqua;
        /* margin-top: -70px; */
        padding-top: 80px;

}

    .slider1{
        width: 600px;
        height: 900px;
    background-color: deeppink;
    position: relative;
    }
    /*
    .inside{
        width: 100px;
        height: 100px;
        background-color: blue;
        position: relative;
        top: 30px;
        left:30px:
    }*/

#aboutus{
    text-align: center;
    margin-bottom: 20px;
}
.twodivs{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.charism{
    width:40%;
    margin-right: 10px;
    text-align: justify;
    -webkit-text-fill-color: black;
    
}
.charism img{
    width: 100px;
    height: 100px; 
}
.vision{
    width:40%;
    -webkit-text-fill-color: black;
}
.vision img{
    width: 100px;
    height: 100px;
}
#mission{
    display: flex ;
    width: 100%;
    align-items: center;
    justify-content: center;
    -webkit-text-fill-color: black;
}
.missionimage{
    width: 40%;
}

.desc{
 width: 40%;
}
.missionimage{
    width: 300px;


}
.missionimage image


  .twodivs img{
    width: 20px;
    height: 20px;

  }

    
#footer{
    width:100%;
    height: 250px;
    background-color: darkgrey;
    display:flex;

}

.footer1{
    width:25%;
    

}
.footer1 img{
    width: 30px;
    height: 30px;

}


.footer2{
    width: 25%;
    
    
}

.footer2 img{
    width: 30px;
    height: 30px;
}

.footer3{
    width:25%;
    
    
    margin: 10px;
    text-align:center;
}
.footer3 ul{
    list-style: none;
}
ft1{
    display: flex;
}
    

.footer4{
    width:25%;
    
    
}
.footer4 img{
    width: 15px;
    height: 15px;
}
.ft1{
    display: flex;
}
.ft1 img{
    width: 50px;
    height: 50px;
}

