*{
    font-family: "Kanit", sans-serif;
}
.headerbackground{
    /* background-image:linear-gradient(to top right, red, blue); */
    background-color:#292A71;
}
.headersubmenu{
    color:white!important;
}
.headersubmenu:hover{
    background-color:white!important;
    color: black!important;
}
.footerbackground{
    /* background-image: linear-gradient(to top left,red, blue); */
    background-color:#292A71;
}
.footerbackground h3, span{
    /* background-image: linear-gradient(to top left,red, blue); */
    color:white;
}
.bg-danger{
    /* background-image: linear-gradient(to top left,red, blue); */
    background-color:#292A71!important;
}
.text-bg-danger{
    /* background-image: linear-gradient(to top left,red, blue); */
    background-color:#292A71;
}
.text-danger{
    color:#292A71!important;
    text-shadow: 1px 1px 2px black;
}
.footer-links{
    list-style: none;
    color: white;
}
.footer-links li a{
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.brandbackground{
    background-color: black;
    margin: 0px!important;
    padding: 0px!important;
    height: 50px;
}
.brandbackground p{
    color:white;
}
.schoolnameheadingdiv h2{
    color: white;
}
.menucolor a{
    color: white;
}
.dropdown-menu{
    background-color:#292A71;
}
.container-fluid img{
    width: 50px;
    height:50px;
}
.directorimghome{
    width: 100% !important;
    height: 250px !important;
    padding: 5px;
    margin: 5px;
}
.directorimgabout{
    width: 100% !important;
    height: 250px !important;
    padding: 5px;
    margin: 5px;
}

.noticenewimage{
    width: 50px !important;
    height: 30px !important;
    
    
}
.gallerypage{   
    width: 100% !important;
    height: 250px !important;
    padding: 0px;
    margin: 5px;
    border-radius: 15px;
    
    
}
.galleryimghome{
    width: 200px !important;
    height: 250px !important;
    margin-top: 0px;
    padding-top: 0px;
}
.mybordercheck{
    border: 1px solid black!important;
}
.aboutdivimage{
    height: 300px;
}