article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6if13g');
  src:  url('fonts/icomoon.eot?6if13g#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6if13g') format('truetype'),
    url('fonts/icomoon.woff?6if13g') format('woff'),
    url('fonts/icomoon.svg?6if13g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-home:before {
  content: "\e900";
}
.icon-quill:before {
  content: "\e907";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-address-book:before {
  content: "\e903";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-menu:before {
  content: "\e904";
}

