*, *::before, *::after {
  box-sizing: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html {
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  font-family: "Verdana", "Geneva", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

pre {
  font-family: monospace, monospace;
  margin: 0; }

b, strong {
  font-weight: 700; }

sub {
  font-size: .5em;
  vertical-align: sub;
  line-height: 0; }

sup {
  font-size: .5em;
  vertical-align: super;
  line-height: 0; }

hr {
  border: 0;
  border-bottom: 1px solid;
  color: inherit;
  margin: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  border-color: inherit; }

th, caption {
  font-weight: inherit;
  text-align: left; }

blockquote, form, ol, ul, pre, p {
  margin: 0; }

blockquote, label, p, li {
  line-height: 1.4; }

button {
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  text-align: left;
  outline: none; }

input, select, textarea {
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: 1.4;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

option {
  padding: 0;
  min-height: initial;
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  text-align: left;
  line-height: 1.4;
  margin: 0;
  font-size: inherit; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.2em; }

img {
  -ms-interpolation-mode: bicubic; }

.overlay-wrapper {
  position: relative;
  top: 0;
  left: -10%;
  padding-left: 10%;
  width: 43%;
  height: 100%;
  z-index: 99;
  -webkit-animation: overlayShow 0.5s ease-in-out;
  animation: overlayShow 0.5s ease-in-out;
  background: -webkit-linear-gradient(88deg, rgba(21, 7, 14, 0.9) 0%, rgba(36, 12, 24, 0.9) 100%);
  background: linear-gradient(2deg, rgba(21, 7, 14, 0.9) 0%, rgba(36, 12, 24, 0.9) 100%); }

.overlay-header {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #0e070e;
  z-index: 100;
  font-size: 1rem; }

/*------- BUTTONS -------*/
.overlay-button {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  font-size: 0.9em;
  text-align: center;
  z-index: 100;
  line-height: 42px;
  opacity: 0.5; }

#buttonReset {
  float: left; }

#buttonHideOverlay {
  float: right;
  font-size: 1.5em; }

.overlay-button:hover {
  opacity: 0.85; }

/* magic halo */
.svg-circle {
  height: 53px;
  width: 53px;
  position: absolute;
  top: -2px;
  left: -2px; }

.halo {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 157 157;
  stroke-dashoffset: 157;
  -webkit-transition: all .9s ease-in-out;
  transition: all .9s ease-in-out;
  -webkit-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s; }

.overlay-button:hover > svg > circle {
  stroke-dashoffset: 0; }

/* message wrapper */
.overlay-message-wrapper {
  position: absolute;
  bottom: 100px; }

/* message styling */
.overlay-message {
  margin: 20px 5px 20px 5px;
  line-height: 1.3em;
  -webkit-transform-origin: 10% bottom;
  transform-origin: 10% bottom;
  margin-bottom: 20px;
  font-size: 0.9em;
  background-color: #fcfcfc;
  opacity: 0.5;
  position: relative;
  padding: 20px;
  color: #333;
  border-radius: 10px;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out; }
  .overlay-message:last-child {
    background-color: #fcfcfc;
    opacity: 1;
    -webkit-animation: enlarge 0.18s ease-out;
    animation: enlarge 0.18s ease-out; }
  .overlay-message:last-child:after {
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 5px solid transparent;
    border-top: 20px solid #fcfcfc;
    font-size: 0;
    line-height: 0;
    bottom: -19px;
    left: 20px; }

/*speech head*/
.overlay-head {
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  left: 10px;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  background-repeat: no-repeat;
  z-index: 100;
  -webkit-transition: 0.18s -webkit-transform ease-in-out 0.24s;
  transition: 0.18s -webkit-transform ease-in-out 0.24s;
  transition: 0.18s transform ease-in-out 0.24s;
  transition: 0.18s transform ease-in-out 0.24s, 0.18s -webkit-transform ease-in-out 0.24s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  outline: none;
  border: white 2px solid;
  border-radius: 50%; }

.overlay-head-minimize {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.overlay-head-minimize:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 105px;
  width: 105px; }

#info-wrapper {
  position: absolute;
  top: 10px;
  z-index: 98;
  margin: 0 auto;
  pointer-events: none; }

.info-wrapper-hide {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 33%;
  color: #444;
  padding-top: 20px;
  -webkit-transform: translateX(-1000px);
  transform: translateX(-1000px);
  -webkit-transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s transform ease-out;
  transition: 0.5s transform ease-out, 0.5s -webkit-transform ease-out;
  -webkit-transform-origin: top;
  transform-origin: top; }

.info-wrapper-show {
  -webkit-transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s -webkit-transform ease-out;
  transition: 0.5s transform ease-out;
  transition: 0.5s transform ease-out, 0.5s -webkit-transform ease-out;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

#info-head {
  margin-left: 2%;
  display: inline-block;
  height: 100px;
  width: 100px;
  vertical-align: middle;
  border: 2px white solid;
  border-radius: 50%;
  pointer-events: auto; }

.info-wrapper-center {
  -webkit-transform: translate3d(19%, 50%, 0);
  transform: translate3d(19%, 50%, 0); }

#info-text-wrapper {
  position: relative;
  background-color: white;
  display: inline-block;
  line-height: 1.2em;
  font-size: 1.2em;
  max-width: 40%;
  padding: 20px;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transform-origin: -5% 60%;
  transform-origin: -5% 60%;
  -webkit-transition: 0.18s -webkit-transform ease-out;
  transition: 0.18s -webkit-transform ease-out;
  transition: 0.18s transform ease-out;
  transition: 0.18s transform ease-out, 0.18s -webkit-transform ease-out;
  pointer-events: auto;
  border: 2px solid #111;
  z-index: 1; }
  #info-text-wrapper::after {
    position: absolute;
    left: -30px;
    top: 50%;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 40px solid white;
    border-top: 10px solid transparent;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translateY(-5px) rotate(-25deg);
    transform: translateY(-5px) rotate(-25deg); }
  #info-text-wrapper::before {
    position: absolute;
    left: -30px;
    top: 50%;
    content: "";
    border-bottom: 8px solid transparent;
    border-right: 30px solid #111;
    border-top: 10px solid transparent;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translateY(-2.7px) rotate(-25deg) skewX(-24deg);
    transform: translateY(-2.7px) rotate(-25deg) skewX(-24deg); }

.info-text-wrapper-hide {
  -webkit-transform: translateX(20px) scale(0);
  transform: translateX(20px) scale(0); }

@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-top: -20%; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0; } }

@keyframes enlarge {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-top: -20%; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0; } }

.overlay-hide {
  -webkit-animation: overlayHide 0.5s ease-in-out;
  animation: overlayHide 0.5s ease-in-out;
  -webkit-transform: translateX(-700px);
  transform: translateX(-700px); }

@-webkit-keyframes overlayHide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(-700px);
    transform: translateX(-700px); } }

@keyframes overlayHide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(-700px);
    transform: translateX(-700px); } }

@-webkit-keyframes overlayShow {
  0% {
    -webkit-transform: translateX(-700px);
    transform: translateX(-700px); }
  90% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes overlayShow {
  0% {
    -webkit-transform: translateX(-700px);
    transform: translateX(-700px); }
  90% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

#unsupported-browser {
  position: absolute;
  z-index: 999;
  background-color: white;
  width: 100%;
  height: 500px;
  cursor: default;
  display: none; }

#unsupported-text {
  font-size: 1rem;
  color: #444;
  margin: 15% auto;
  width: 320px;
  background-color: #e6e6e6;
  padding: 20px;
  border-radius: 10px;
  text-align: center; }

#unsupported-top {
  font-size: 1.1rem; }

.icon {
  width: 60px;
  height: 60px;
  margin: 0px 1%;
  cursor: pointer; }
  .icon.icon-ie {
    padding: 6px 8px; }
  .icon.icon-chrome {
    padding: 5px; }
  .icon.icon-ff {
    padding: 3px; }

@media screen and (min-width: 800px) and (max-width: 900px) {
  #wrapper {
    font-size: 0.8em; }
  .overlay-message,
  #info-text-wrapper {
    padding: 15px; }
  #info-text-wrapper::after {
    left: -30px;
    border-bottom: 10px solid transparent;
    border-right: 40px solid white;
    border-top: 10px solid transparent; } }

@media screen and (min-width: 600px) and (max-width: 800px) {
  #wrapper {
    font-size: 0.7em; }
  .overlay-head,
  #info-head {
    height: 60px;
    width: 60px; }
  .overlay-head-minimize {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
    .overlay-head-minimize:hover {
      width: 65px;
      height: 65px; }
  .overlay-message-wrapper {
    bottom: 60px; }
  .overlay-message,
  #info-text-wrapper {
    padding: 12px; } }

@media screen and (min-width: 0px) and (max-width: 600px) {
  #wrapper {
    font-size: 0.6em; }
  .overlay-head,
  #info-head {
    height: 50px;
    width: 50px; }
  .overlay-head-minimize {
    -webkit-transform: scale(1);
    transform: scale(1); }
    .overlay-head-minimize:hover {
      width: 53px;
      height: 53px; }
  .overlay-message-wrapper {
    bottom: 57px; }
  .overlay-message,
  #info-text-wrapper {
    padding: 10px; }
  #info-text-wrapper::after {
    left: -15px;
    border-bottom: 5px solid transparent;
    border-right: 20px solid white;
    border-top: 5px solid transparent; } }

@font-face {
  font-family: Mikado;
  src: url("./assets/MikadoRegular.otf") format("otf"), url("./assets/MikadoRegular.woff") format("woff"); }

* {
  -webkit-user-select: none;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Mikado'; }

.skye {
  background-image: url("assets/CSIRO-faces/skye.svg"); }

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
  background-color: #eee;
  overflow: hidden;
  margin: auto; }

#vr-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  z-index: 9;
  margin: 10px;
  bottom: 0;
  background-image: url("assets/vr-button.svg");
  display: none; }

#game-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }
  #game-wrapper.game-wrapper-default {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.5; }

body {
  margin: 0px;
  overflow: hidden; }

#container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#copy {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  color: white; }
