.sidebar {
  background-color: #7f8fa6;
}

#img {
  width: 100%;
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("heroImage/a.jpg");
  background-position: center;
  background-size: cover;
  /* margin-bottom: 4vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#img>h1 {
  color: #f5f6fa;
  font-size: 3rem;
  text-decoration: underline #40739e;
  font-family: "Salsa", cursive;
  letter-spacing: 0.3rem;
}

#img p {
  color: #fff;
}

#img>p>a {
  text-decoration: none;
  color: #fff;
}

#img>p>a:hover {
  color: greenyellow;
}

/* ------dep list sesstion----- */
.dep-list {
  padding: 6vw 6vw 6vw 6vw;
  width: 100%;
  text-align: center;
  align-items: center;
}

table {
  width: 100%;
}

.top {
  font-size: larger;
  font-family: 'Merriweather', serif;
  font-weight: bolder;
  letter-spacing: 2px;
}

.sub {
  font-size: large;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Salsa', cursive;
}

.last-list {
  padding: 10px;
  width: 300px;
}

.last-list a {
  text-decoration: none;
  color: blue;
}

.last-list a:hover {
  /* color: blue; */
  text-decoration: underline red;
}

@media (max-width: 800px) {
  .top {
    font-size: 1rem;
  }

  .sub {
    font-size: 1rem;
  }
}