body.page.contact section.content {
  font-size: 14px;
  text-align: center;
}
body.page.contact section.content p {
  line-height: 1.2;
  margin-bottom: 40px;
}
body.page.contact section.content a.email {
  text-decoration: underline;
}
body.page.contact section.content h1 {
  margin-bottom: 0;
}
body.page.contact section.content .bg-dark {
  padding: 30px 0;
}
body.page.contact section.content .bg-dark p {
  line-height: 1.2;
  margin: auto;
}
body.page.contact section.content .individual, body.page.contact section.content .commercial {
  padding: 30px 0;
}
body.page.contact section.content .commercial {
  padding-bottom: 0;
}
body.page.contact section.content h2 {
  font-size: 20px;
  font-family: 'GothamHTFBold';
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.page.contact section.content .individual {
  border-bottom: 1px solid black;
}
body.page.contact section.content hr {
  margin: 30px auto;
  border-color: black;
  width: 100px;
}
body.page.contact section.content .clients {
  border-bottom: 1px solid black;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
body.page.contact section.content .clients p {
  text-transform: uppercase;
}
body.page.contact section.content .clients ul {
  padding: 0;
  display: inline-block;
  margin-top: 20px;
}
body.page.contact section.content .clients ul li {
  margin: 0 20px;
  list-style: none;
  float: left;
}
body.page.contact section.content .clients ul li img {
  max-height: 40px;
}
body.page.contact section.content ul#menu-social-media-links {
  display: inline-block;
  margin: 10px 0px 60px;
}