p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
}

.blink-text {
  color: red;
}
.blink {
  animation: blink 0.8s linear infinite;

  /* color: rgb(249, 8, 92); */

  font-family: "Times New Roman", Times, serif;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(155, 148, 148, 0.788);
}
.body_color_gradient {
  background: hsla(186, 33%, 94%, 1);

  background: linear-gradient(
    90deg,
    hsla(186, 33%, 94%, 1) 0%,
    hsla(216, 41%, 79%, 1) 100%
  );

  background: -moz-linear-gradient(
    90deg,
    hsla(186, 33%, 94%, 1) 0%,
    hsla(216, 41%, 79%, 1) 100%
  );

  background: -webkit-linear-gradient(
    90deg,
    hsla(186, 33%, 94%, 1) 0%,
    hsla(216, 41%, 79%, 1) 100%
  );
  /* background-color:rgb(238, 250, 249);
    background: linear-gradient(56deg, rgba(2,0,36,1) 0%, rgba(42,247,238,1) 0%, rgba(34,205,222,1) 96%);  */
}
.header__logo img {
  width: 100px;
}
.header__image img {
  width: 80px;
}
.header__title {
  font-size: 0.5rem;
}
.premier {
  display: inline;
}
.navbar-background {
  background-color: rgb(244, 224, 212);
  border-radius: 5px;
}
.navbar-nav {
  border-radius: 2px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(56, 83, 253);
  font-weight: 600;
  font-size: larger;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: red;
}

.title-bar {
  background-image: linear-gradient(
    to right top,

    #dbb1dc,
    #f2d0f3,
    #f1bdf2,
    #e6c2e7,
    #ebcbec
  );
  border-radius: 5px;
  color: #510a94;
}
.dept-card-head {
  background-image: linear-gradient(
    to right,
    #ebd5eb,
    #ebd3eb,
    #ebd0eb,
    #ebceec,
    #ebcbec
  );
  box-shadow: 5px 5px 10px 1px rgba(34, 34, 61, 0.488);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.dept-card-info {
  background-image: linear-gradient(
    to right bottom,
    #ebd5eb,
    #ecd7ec,
    #edd8ed,
    #efdaef,
    #f0dbf0
  );
  box-shadow: 5px 5px 10px 1px rgba(34, 34, 61, 0.488);
  padding: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.dept-top-menubar {
  background-image: linear-gradient(
    to left top,
    #ebd5eb,
    #eed9ee,
    #f0def0,
    #f3e2f3,
    #f6e7f6
  );
}
.dept-name-bar {
  background-image: linear-gradient(
    to left bottom,
    #eba5eb,
    #eeb6ee,
    #f1c6f1,
    #f4d7f4,
    #f6e7f6
  );
}
.sigrid {
  font-size: 1.2em;
  font-family: Futura;
  background-color: #510a94;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(130, 129, 131, 0.542) 2px 2px 1px;
}
#quick-links {
  margin-top: 0px;
}

.section h1 {
  font-size: 27px;
}

.section .box-information {
  height: 60px;
  box-shadow: 2px 2px 5px #510a94;
  border: 1px solid #8aabcc;
  border-radius: 5px;
  margin-bottom: 1px;
}

.section .box-information a {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  padding-left: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  color: #222;
  border-bottom: 4px solid #d60e96;
}

.section .box-information a:hover {
  transition: all, 0.4s, ease;
  background: linear-gradient(
    135deg,
    #ff9024 1%,
    #ff705e 44%,
    #ff5a85 55%,
    #ff2cd6 100%
  );
  color: #fff;
  text-decoration: none;
}

/* Media Queries */

@media (min-width: 768px) {
  .section h1 {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .section .box-information {
    margin: 0 5px 30px;
  }
}

@media (max-width: 767.98px) {
  .section .box-information {
    height: 85px;
    margin-bottom: 15px;
  }
  .header__logo img {
    width: 60px;
  }
  .header__image img {
    width: 50px;
  }
  .header__title {
    font-size: 20px;
  }
}
