* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

/* navigation bar */
.nav {
    width: 100%;
    height: 16vh;
    background-color: rgb(252, 252, 138);
}

.navrap {
    width: 83%;
    margin: auto;
    top: 0px;
    padding-top: 38px;
}

.logo {
    position: absolute;
    padding-left: 80px;
}

.name {
    position: absolute;
}

.name h1 {
    font-size: 38px;
    padding-left: 220px;
}

.login {
    float: right;
}
.login ul{
    border: 2px solid black;
    padding: 10px;
    border-radius: 30px;
}
.login ul li {
    display: inline;
}
.login ul li a{
    text-decoration: none;
    font-size: 20px;
}
/* sections */
.sec{
    width: 100%;
    height: 5vh;
}
.secrap{
    width: 80%;
    margin: auto;
}
.section ul{
    text-align: center;
    padding-top: 12px;
}
.section ul li{
    display: inline;
}
.section ul li a{
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
    color: black;
    text-shadow: 0 0 5px white, 0 0 15px white;
}
.section ul li a:hover{
    color: palevioletred;
    text-shadow: 0 0 5px black, 0 0 15px black;
}
.ban{
    width: 100%;
    height: 100vh;
    background-image: url(./admin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banrap{
    width: 100%;
    height: 100vh;
    margin: auto;
    background-color: rgba( 0, 0, 0, 0.2);
}
.banrap1{
    text-align: center;
    width: 75%;
    margin: auto;
    padding-top: 200px;
}
.admission{
    width: 100%;
    height: 850vh;
    /* background-image: url(./bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}
.admissionrap{
    width: 90%;
    margin: auto;
    padding-top: 40px;
}
.admit h1{
    font-size: 45px;
}
.admit p{
    font-size: 20px;
}
.admit ol li{
    font-size: 20px;
    padding-bottom: 2px;
}.admit table tr th{
    font-size: 20px;
}
.admit table tr td{
    padding: 50px;
    font-size: 20px;
}
/* footer */
.foot{
    width: 100%;
    height: 45vh;
    background: purple;
}
.footrap{
    width: 75%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 40px;
}
.footer h3{
    font-size: 35px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer ul li{
    list-style: none;
}
.footer ul li a{
    text-decoration: none;
    font-size: 20px;
    color: wheat;
}
.footer p{
    font-size: 20px;
    color: wheat;
}
