@font-face {
  font-family: 'DMA';
  src:  url('fonts/DMA.eot?mbmltd');
  src:  url('fonts/DMA.eot?mbmltd#iefix') format('embedded-opentype'),
    url('fonts/DMA.ttf?mbmltd') format('truetype'),
    url('fonts/DMA.woff?mbmltd') format('woff'),
    url('fonts/DMA.svg?mbmltd#DMA') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'DMA' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Arrow:before {
  content: "\e900";
  color: #5d8ba8;
}
.icon-Church:before {
  content: "\e901";
  color: #f1efe8;
}
.icon-Cross:before {
  content: "\e902";
  color: #c1a04b;
}
.icon-Location:before {
  content: "\e903";
  color: #5d8ba8;
}
.icon-Quote:before {
  content: "\e904";
  color: #c1a04b;
}
.icon-Search:before {
  content: "\e905";
  color: #5d8ba8;
}
