@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?72656753');
  src: url('fontello.eot?72656753#iefix') format('embedded-opentype'),
       url('fontello.woff2?72656753') format('woff2'),
       url('fontello.woff?72656753') format('woff'),
       url('fontello.ttf?72656753') format('truetype'),
       url('fontello.svg?72656753#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?72656753#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .4em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: -.3em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-size{
  font-size: 1.6em;
  color: gray;
}

.icon-margin{
  margin: 0.2em;
}

.background-color{
  background-color: white;
  border-radius:  1em;
  padding-top: 0.5em;
  margin: 0.2em;
}

.fb-color{color: #3b5998;}
.tw-color{color: #00bcf6;}
.g-color{color: #f2301c;}
.blog-color{color: #ff9634; }
.rss-color{color: #f68c28;}
.ig-color{color: #ececec; }
.pin-color{ color: #cc2027;}
.linked-color{color: #107eb8; }
.wp-color{color: #21759b;}
.mail-color{color: #aeb1b4;}

.icon-fb:before { content: '\e800'; } /* '' */
.icon-tw:before { content: '\e801';  } /* '' */
.icon-g:before { content: '\e802'; } /* '' */
.icon-blog:before { content: '\e803';} /* '' */
.icon-rss:before { content: '\e804';  } /* '' */
.icon-ig:before { content: '\e805';} /* '' */
.icon-pin:before { content: '\e806';} /* '' */
.icon-linked:before { content: '\e807';} /* '' */
.icon-wp:before { content: '\e808';} /* '' */
.icon-mail:before { content: '\e809'; } /* '' */
