.footer {
  background-color: #EAA0A9;
  color: #000000;
  text-align: center;
  font-family: "Ubuntu Condensed", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 200px;
  margin-top: -4px;
}

.footer > .footer-phone-hours span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
    letter-spacing: 2px; 
}

.footer > .footer-phone-hours .hours {
    font-size: 0.8em;
    color:#983C4B;
    text-transform: uppercase;
}


.footer > .social-media-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 300px;
  display: flex;
  justify-content: space-between;
}

.footer > .social-media-icons-wrapper a {
  font-size: 1.5em;
  color: #FFFFFF;
  transition: 0.5s;
}

.footer > .social-media-icons-wrapper a:hover {
  color: #983C4B;
}