.footer-section {
  margin: 0;
  margin-top: 100px;
  clear: both;
  width: 100%;
  position:absolute;
  bottom:0;
  padding: 10px;
  color: white;
  background-color: #1c274c;
  font-size: 10pt;
  display:none;
}

.footer-section a {
  text-decoration: none;
  color: white;
}

.footer-section a:hover {
  color: #7e91d0;
  text-decoration: underline;
}

.footer-content-section {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.quick-section ul li,
.prog-section ul li {
  margin: 0;
  padding: 10px;
}

.footer-section ul {
  list-style: none;
}

.social-links {
  display: flex;
}

.social-links li {
  padding: 10px;
  transition: 0.2s 0.1s;
}

.social-links li:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 800px) {
  .social-links li a img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .footer-content-section {
    display: flex;
    flex-direction: column;
  }
}
