footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: white;
  text-align: left;
  min-height: 300px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 80px;
  opacity: 0.6;
  font-weight: 300;
  font-size: 14px;
}

#copyrights {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.6;
  color: black;
  text-align: center;
}

.footer-sections {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.footer-section li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  cursor: pointer;
}

.footer-section ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-link {
  text-decoration: none;
  cursor: pointer;
  color: black;
}

.footer-h3 {
  font-size: 20px;
}

@media only screen and (min-width: 1080px) {
  .footer-sections {
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;
  }
}
