#contact-footer div {
  justify-content: center;
}

#contact-footer a {
  color: #99585d;
  text-decoration: none;
}

@media (min-width: 300px) {
  #contact-footer .cell {
    padding: 5px;
  }
}

#contact-footer .icon {
  margin-right: 10px;
  margin-top: 5px;
}

#contact-footer .text {
  font-size: 22px;
}

@media (max-width: 768px) {
  #contact-footer .text {
    font-size: 16px;
  }
}

#main {
  padding: 50px;
}

#main-right {
  font-family: 'Copperplate Gothic Std';
}

#main-right h1 {
  font-size: 28px;
  font-weight: bold;
  padding-top: 50px;
}

#main-right h3 {
  padding-top: 50px;
}

#main-right h4 {
  font-size: 20px;
}

#main-right p {
  padding-top: 50px;
}

#under-construction {
  font-family: 'Beth Ellen';
  font-size: 46px;
  margin-bottom: 25px;
  font-weight: bold;
}
