body{
 width: 100;
 margin: 0;
 
}
/* #menu{
    position: fixed;
} */

    

#slider{
    width: 100%;
    height: 600px;
    background-image: url('../images/nosh.jpeg');
    margin: 0;
    overflow: 100px;
    padding-top: 80PX;
    
}

.legt h1{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: rgb(11, 11, 218);
    
    
    
}
#slider button{
   margin-left: 15px;
    padding: 20px;
    color: rgb(24, 31, 217);
    font-size:20px ;
    border-color: rgb(199, 18, 124);
    border-radius:20px ;
    
    
}
.man button:hover{
    background-color: cornflowerblue;
    color: rgb(0, 68, 255);
}
#about{
    text-align: center;
    font-size: x-large;
    margin-bottom: 20px;

}
#about h2{
    color: rgb(224, 11, 11);
    font-size: 30px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#about p{
    justify-content: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    
}
 
.twodivs{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 80px;
    
}

.charism{
    width:60%;
    
    
}
.charism h3{
color: blue;
font-weight: bold;
}
.charism img{
    width: 100%;
    padding:50px ;
    margin-top: 80px;
    
}
.vision{
    width: 40%;
}
.vision h4{
    color: blue;
    font-weight: bold;
}
.vision img{
    width: 100%;
    padding: 40px;
    
}
#about button{
   margin-left: 15px;
    padding: 20px;
    color: rgb(24, 31, 217);
    font-size:20px ;
    border-color: rgb(199, 18, 124);
    border-radius:20px ;
    
}
.man button:hover{
     background-color: cornflowerblue;
    color: rgb(0, 68, 255);
}
#mission{
    display: flex;
    width: 100%;
    gap: 300px;
    
}
#mission img{
width: 100%;
}
.image{
    width: 60%;
}
.refel h5{
    color: blue;
    font-weight: bold;
}
.refel{
    width: 40%;
    font-size: xx-large;
}
.missionimag{
    width: 120px;
    height: 100px;
}
.refel button{
   margin-left: 15px;
    padding: 20px;
    color: rgb(30, 63, 210);
    font-size:20px ;
    border-color: rgb(255, 0, 85);
    border-radius:20px ;
    
    
    
}
.refel button:hover{
     background-color: cornflowerblue;
    color: rgb(0, 68, 255);
    
}
