@font-face {
  font-family: "InGen";
  src: url("/static/ingen/fonts/ingenl.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "InGen";
  src: url("/static/ingen/fonts/ingenr.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "InGen";
  src: url("/static/ingen/fonts/ingenb.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "InGen";
  src: url("/static/ingen/fonts/ingenbl.ttf") format("truetype");
  font-weight: 800;
}
body, html {
  font-family: "InGen", sans-serif;
  font-size: 16px;
  padding-bottom: 3rem;
}
body .navbar-brand-wrapper span, html .navbar-brand-wrapper span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
body .navbar-brand-wrapper span .main-logo, html .navbar-brand-wrapper span .main-logo {
  width: 100px;
  height: auto;
}
body .navbar-brand-wrapper span .logo-caption, html .navbar-brand-wrapper span .logo-caption {
  display: inline-flex;
  width: 100px;
  font-weight: 600;
  font-size: 0.7rem;
  padding-bottom: 0.3rem;
  color: #000;
  margin-left: 0.6rem;
  text-decoration: none;
  line-height: 0.8rem;
}
body .navbar-brand-wrapper span .logo-caption:hover, html .navbar-brand-wrapper span .logo-caption:hover {
  color: #0066ff;
}
body .footer, html .footer {
  bottom: 0;
  position: absolute;
}

/*# sourceMappingURL=style.css.map */
