body{
margin:0;
font-family:Arial;
}

header{
background:#002b7f;
color:white;
text-align:center;
padding:20px;
}

.logo{
width:150px;
}

.hero video{
width:100%;
height:500px;
object-fit:cover;
}

.welcome{
padding:50px;
text-align:center;
}

.gallery{
padding:50px;
}

.grid{
display:flex;
gap:20px;
justify-content:center;
}

.grid img{
width:300px;
height:250px;
object-fit:cover;
border-radius:10px;
}

.foundation{
padding:50px;
background:#f4f4f4;
}

.foundation ul{
font-size:20px;
}

footer{
background:#002b7f;
color:white;
text-align:center;
padding:20px;
}

.page-header{

background:#002b7f;

color:white;

padding:40px;

text-align:center;

}

.documents{

padding:40px;

}

table{

width:100%;

border-collapse:collapse;

background:white;

}

th{

background:#002b7f;

color:white;

padding:15px;

}

td{

padding:15px;

border:1px solid #ddd;

}

td a{

color:red;

font-weight:bold;

text-decoration:none;

}

td a:hover{

color:#002b7f;

}

.navbar{

    background:#002b7f;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:10px 40px;

    position:sticky;

    top:0;

    z-index:1000;

}

.logo-section{

    display:flex;

    align-items:center;

}

.logo{

    width:70px;

    margin-right:15px;

}

.school-name{

    color:white;

    font-weight:bold;

    font-size:18px;

}

.nav-links{

    list-style:none;

    display:flex;

    gap:25px;

}

.nav-links li a{

    color:white;

    text-decoration:none;

    font-weight:bold;

}

.nav-links li a:hover{

    color:#ffd700;

}

footer{

    background:#002b7f;

    color:white;

    text-align:center;

    padding:20px;

    margin-top:40px;

}