#pages-main {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-h1 {
  font-size: 2rem !important;
  text-align: center;
  font-weight: 400;
}

.contact-h1,
.contact-h2 {
  margin: 2rem 0rem 2rem 0rem !important;
}

.contact-h2 {
  font-size: 1.1rem !important;
}

.contact-h3 {
  font-size: 1.6rem !important;
}

#getInTouch {
  font-weight: semi-bold;
  font-size: 1.5rem !important;
}

#contact-last {
  margin-bottom: 600px !important;
}

.centerTextVertically {
  display: flex;
  align-items: center;
  height: 100%;
}

.centerTextVertically div {
  width: 100%;
  text-align: center;
  margin-top: -20px;
}

figure {
  position: relative;
  width: fit-content;
  margin: auto;
}

#thomasPhoto {
  width: 100%;
  height: auto;
  max-width: 300px;
}

figcaption {
  text-align: center;
  margin-bottom: 1.5rem;
}

.home-p-call-to-action:hover {
  text-decoration: none;
}

.zoomLink {
  top: 0rem !important;
}

a.zoomLink:hover {
  text-decoration: none;
}

@media only screen and (max-width: 500px) {

  .contact-h1 {
    font-size: 1.6rem !important;
  }

  .contact-h2 {
    font-size: 1.1rem !important;
  }

  .contact-h3 {
    font-size: 1.4rem !important;
  }

}

#calls-to-actionFixedBottom {
  display: none !important;
}

#footer p {
  margin-bottom: 0px !important;
}