@font-face {
  font-family: Hind;
  src: url(Hind-Regular.ttf);
}
@font-face {
  font-family: Hind-SemiBold;
  src: url(Hind-SemiBold.ttf);
}
body {
  background: black;
  color: white;
  font-family: Hind, Arial, sans-serif;
  font-size: 14pt;
}
#name {
  font-family:Hind;
  font-size: 36pt;
}
.icon {
  width:1.2em;
  margin-right:1em;
}
.icon-sm {
  width:0.6em;
  margin-left:0.3em;
  margin-right:1.3em;
}
#line {
  position:absolute;
  width:0.5em;
  background:#2060d0;
  z-index:-1;
}
.end {
  height:0.5em;
  background:#2060d0;
}
.ann {
  color:#b0b0b0;
}
.post:after {
  content: "@" "zib" "." "de";
}
.carousel-item img {
  max-height: 460px;
}
#projectsCarousel {
  max-width: 460px;
}
