.vcenter {
  display: flex;
  align-items: center;
}
.navbar-brand img {
  max-height: 56px;
}
.main-content-wrapper {
  padding-top: 80px;
}
.call-to-action h2 {
  padding-bottom: 25px;
}
.call-to-action .contact-rows h3 {
  font-size: 1.45rem;
  padding-bottom: 10px;
}
.call-to-action .contact-rows h3 i {
  color: #f33f3f;
}
.call-to-action .contact-rows h3 a {
  color: black;
}
.call-to-action .contact-rows h3 a:hover {
  color: #f33f3f;
  text-decoration: underline;
}
.call-to-action .social-networks {
  line-height: 75px;
}
.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.fill img {
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .fill {
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
/*# sourceMappingURL=./template_1_custom.css.map */