@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: normal;
  /* src: url("../font/graphik/otf/GraphikRegular.otf") format("opentype"); */
  src: url("../font/graphik/woff2/GraphikRegular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: bold;
  /* src: url("../font/graphik/otf/GraphikBold.otf") format("opentype"); */
  src: url("../font/graphik/woff2/GraphikBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: normal;
  /* src: url("../font/graphik/otf/GraphikRegularItalic.otf") format("opentype"); */
  src: url("../font/graphik/woff2/GraphikRegularItalic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: bold;
  /* // src: url("../font/graphik/otf/GraphikBoldItalic.otf") format("opentype"); */
  src: url("../font/graphik/woff2/GraphikBoldItalic.woff2") format("woff2");
  font-display: swap;
}

/* Plugin looks for elements with class named "balance-text" */
.balance-text {
  text-wrap: balance;
  /* Apply (proposed) CSS style */
}

/* <Sticky Footer */
/* Note: content, except footer, must be wrapped in a div with "wrapper" ID: https://github.com/jgthms/bulma/issues/47#issuecomment-285078785 */

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;

  /*color: #263238;*/
}

#wrapper {
  flex: 1;
}

/* Sticky Footer> */

body {
  font-family: "Graphik", "Helvetica Neue", helvetica, "Apple Color Emoji",
    arial, sans-serif;
  font-display: swap;

  background-color: #fff;
}

.alt-bg {
  background-color: #fafafa;
}

.navbar {
  background-color: #000 !important;
}

.footer {
  background-color: #fff !important;
}

.navbar-item img {
  width: 140px !important;
  max-height: none !important;
}

.index-clients img {
  max-height: 64px !important;
}

.serv img {
  height: 96px !important;
}

.side-block img {
  height: 300px !important;
}

.red-bg {
  background-color: #ff0000 !important;
}

.black-bg {
  background-color: #000 !important;
}

.footer a {
  color: #000 !important;
}