#footerNav {
  background-color: #746661;
  color: white;
  padding: 2%;
}
#footerTop {
  border-bottom: 1px solid #918b89;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
#upper {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  justify-content: space-around;
}
.links {
  display: flex;
  flex-direction: column;
}
.links a {
  text-decoration: none;
  color: white;
  margin: 5px;
}
.links a:hover {
  color: black;
}
.para p {
  line-height: 18pt;
}
#lower {
  padding: 1.5%;
}
.email {
  padding: 1%;
  border: none;
  border-bottom: solid rgb(252, 250, 250) 3px;
  background-color: #746661;
  color: white;
}
#lower input {
  width: 25%;
  outline: none;
}

#lower input::placeholder {
  color: #c7c2bf;
}

#lower button:hover {
  color: black;
  border-bottom: solid rgb(8, 8, 8) 3px;
}
#footerBottom {
  display: flex;
}

#icons {
  width: 40%;
}
.fab {
  margin: 13px;
  font-size: 1.5em;
}
