@font-face {
  font-family: 'IKEA-Noto';
  src: url(9315b98b58309be2ec70.ttf) format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'IKEA-Noto';
  src: url(ef91b5ae0de97d1ad22e.ttf) format('truetype');
  font-weight: 800;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'IKEA-Noto';
  /*
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  */
  cursor: url(0d4403d93100199c4095.svg) -12 -12, auto;
  background-color: #0859A3;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  cursor: url(0d4403d93100199c4095.svg) 12 12, auto;
}

.intro {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 500px;
  z-index: 1;
  background-image:  url(0b0de2ae6f803ca7ff18.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 400px;
  width: calc(100% - 40px);
  padding: 20px;
  color: white;
  text-align: center; 
}

.intro-message svg {
  display: block;
  width: 100%;
  height: auto;
}

.intro-message p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 2em;
}

.intro-message button {
  appearance:  none;
  background-color: white;
  color: #0859A3;
  border: 0;
  font-size: 33px;
  padding: 10px 40px;
  outline: 0;
  cursor: inherit;
}

body div.lang-sv,
body div.lang-en { display: none; }

body.lang-sv div.lang-sv,
body.lang-en div.lang-en { display: block; }
