@font-face {
  font-family: "Domaine Text";
  src: url("font/DomaineText/domaine-text-regular.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Domaine Text";
  src: url("font/DomaineText/domaine-text-regular-italic.woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Domaine Text";
  src: url("font/DomaineText/domaine-text-bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Domaine Text";
  src: url("font/DomaineText/domaine-text-bold-italic.woff2");
  font-weight: 700;
  font-style: italic;
}
/** Mabry Pro **/
@font-face {
  font-family: "Mabry Pro";
  src: url("font/MabryPro/mabry-regular-pro.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("font/MabryPro/mabry-medium-pro.woff2");
  font-weight: 500;
  font-style: normal;
}
/** Open Dyslexic **/
@font-face {
  font-family: "Open Dyslexic";
  src: url("font/OpenDyslexic/OpenDyslexic-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Dyslexic";
  src: url("font/OpenDyslexic/OpenDyslexic-Italic.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Dyslexic";
  src: url("font/OpenDyslexic/OpenDyslexic-Bold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Dyslexic";
  src: url("font/OpenDyslexic/OpenDyslexic-BoldItalic.otf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Dyslexic Alta";
  src: url("font/OpenDyslexic/OpenDyslexicAlta-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Dyslexic Alta";
  src: url("font/OpenDyslexic/OpenDyslexicAlta-Italic.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Dyslexic Alta";
  src: url("font/OpenDyslexic/OpenDyslexicAlta-Bold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open Dyslexic Alta";
  src: url("font/OpenDyslexic/OpenDyslexicAlta-BoldItalic.otf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Open Dyslexic Mono";
  src: url("font/OpenDyslexic/OpenDyslexicMono-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
/** general colour scheme **/
/** buttons **/
/* Language buttons */
/* tools */
div.removed {
  display: none;
}

div.removed-by-default {
  display: none;
}

div.removed-by-default.show {
  display: block;
}

div.transparent {
  opacity: 0;
}

/** add NP support logo **/
@keyframes slideLeft {
  /*from { transform: translate(-50%, -50%) }*/
  /*to { transform: translate(-100%, -50%) }*/
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-60%);
  }
}
#splashLogo {
  animation-name: slideLeft;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-composition: add;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.32;
  }
}
#splashLogoWrap::before {
  background: url("/public/css/img/NP_Logo_w_support.svg") no-repeat top center fixed;
  background-size: 200px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(10%, -50%);
  height: 387px;
  width: 208px;
  opacity: 0;
  animation: 500mS linear 4s fadeIn;
  animation-fill-mode: forwards;
}/*# sourceMappingURL=style.css.map */