@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?e1p1hv');
  src:  url('icomoon.eot?e1p1hv#iefix') format('embedded-opentype'),
    url('icomoon.ttf?e1p1hv') format('truetype'),
    url('icomoon.woff?e1p1hv') format('woff'),
    url('icomoon.svg?e1p1hv#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-as: 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-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-commenting:before {
  content: "\f27a";
  color: white !important;
}
.icon-user-circle:before {
  content: "\f2bd";
  color: white !important;
}
.icon-camera:before {
  color: white !important;
  content: "\e900";
}
.icon-grid:before {
  content: "\e901";
  color: white !important;
}
.icon-vynil:before {
  content: "\e902";
  color: white !important;
  width: 68px;
}

*{
  font-size: 35px;
}

body{
  background-color:#060709;
}
