.footer-clean{
  background-color: #153d6c;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer-clean img{
  width: 100%;
  height: auto;
}

.admission-footer hr{
  color: white;
}


.footer-section h3 {
  color: #B99D64;
  font-weight: 600;
}

.footer-section h3::after{
  content: '';
  display: block;
  background: var(--ug_gold);
  height: 2px;
  transition: width 1s ease-in;
  width: 12%;
  margin-bottom: 1rem;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}

.footer-section ul a:hover{
  color: #b99d64;
}

.socialIcons{
  margin-top: 1rem;
}

#copyright{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}


#developer-signature{
  color: white;
}
