@font-face {
  font-family: 'nirmala';
  src: url('Nirmala.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

header {
  background-color: #025f99;
  color: white;
  padding: px;
  position: sticky;
  top: 0;
  z-index: 1000; /* Keeps header above other content */
}

.headerpanel {
display: flex;
container-type: size;
max-width: 1500px;
aspect-ratio: 5/1;
position:relative;
}


.logo {
display: inline-block;
height: 100cqh;
aspect-ratio:1/1;
margin: 1cqw;

}

.topline {
display: inline-block;
font-size: 42cqh;
font-family: 'nirmala', sans-serif;
position: absolute;
left: 25cqw;
bottom: 20cqh;

}

.navbar {
display: flex;
container-type: size;
max-width: 1500px;
aspect-ratio: 15/1;
position:relative;
justify-content: space-between;
}


.navlink {
text-decoration: none;
color: inherit;
font-size: 55cqh;
margin:2cqw;

}

.nameline {
display: none

}

.dllogo {
display: none;

}


.dwlogo {
display: none;

}


.text-box {
diplay: flex;
margin: 2cqw;
position: relative;
font-size: 5cqw;
}

.head-text {
color: #025f99;
font-family: 'nirmala', sans-serif;
margin-top: 5cqw;
margin-bottom: 5cqw;
font-weight: bold;
font-size: 6cqw;
}

.body-text {
font-family: 'nirmala', sans-serif;
font-size: 5cqw;
}

footer {
font-size: 2.5vw;
margin-top: 30vw;
margin-bottom: 0vw;

}

.dlbutton{
display: none;
}

.dwbutton{
display: none;
}
