.resize { 
    width: 100%; 
    height: 800px; 
    object-fit: cover; 
} 

.resize1 { 
  width: 100%; 
  height: 400px; 
  object-fit: cover; 
} 
.table {
    --bs-table-hover-bg: #d8d8d8 ;
}
.dept_link{
  color: #52565b;
}
.faculty_img{
  width: 70%;
  height: 300px;
}
.img_border{
  border-radius: 0 50px 0 50px;
}
.skip-link {
  /* position: absolute; */
  /* top: -40px;  */
  right: 2rem !important;
  background-color: #1d2e26 ; 
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  z-index: 1000;
  border: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: top 0.3s ease;
}
.skip-link:hover{
   color: white;
   background-color: #696d23;
}

.skip-link:focus {
  top: 1rem; 
}
