@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?vg2r13');
  src:  url('fonts/icomoon.eot?vg2r13#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?vg2r13') format('truetype'),
    url('fonts/icomoon.woff?vg2r13') format('woff'),
    url('fonts/icomoon.svg?vg2r13#icomoon') 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: 'icomoon' !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-event:before {
  content: "\e900";
  color: #fff;
  font-size: 1.5em;
  vertical-align:-20%;
}
.icon-history:before {
  content: "\e901";
  color: #fff;
  font-size: 1.5em;
  vertical-align:-20%;
}
.icon-book:before {
  content: "\e902";
  color: #fff;
  font-size: 1.5em;
  vertical-align:-20%;
}

.icon-event:hover::before {
  color: #5a56b2;
}

.icon-history:hover::before {
  color: #5a56b2;
}

.icon-book:hover::before {
  color: #5a56b2;
}

@media (max-width: 768px) {
  .icon-event:before {
    color: #5a56b2;
  }

  .icon-history:before {
    color: #5a56b2;
  }

  .icon-book:before {
    color: #5a56b2;
  }
}