/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

h2 {
  font-size: 3.25rem;
  font-family: 'Roboto Slab';
}
.partner-logo {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.fa-rotate-right:before, .fa-repeat:before {
  color: #ffffff;
}
.fa-ambulance:before {
  color: #FFFFFf;
}
.fa-phone:before {
  color: #ffffff;
}
img.img-introfloat-left {
  margin: 0 30px 20px 0;
}
img.img-introfloat-right {
  margin: 0 0px 20px 30px;
}
/*# sourceMappingURL=custom_221.css.map */