@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700");

html,
body {
  margin: 0;
  height: 100%;
  color: #000000;
  background: #3c3939;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #ffffff;
}

h1 {
  font-size: 26px;
  font-weight: normal;
	 color: #ffffff;
}

label {
  display: inline-block;
  width: 130px;
  height: 24px;
	 color: #ffffff;
}

input {
  vertical-align: middle;
}

input.number {
  border: 0;
  background: transparent;
  font-size: 16px;
  width: 32px;
  outline: none;
}

select {
  font-size: 14px;
	 color: #ffffff;
}

model-viewer {
  width: 100%;
  height: 100%;
	 
 }

model-viewer::part(ar-button) > #default-ar-button {
  left: 16px;
	

}

#instructions {
  position: absolute;
  top: 10px;
  left: 30px;
}

#version {
  position: absolute;
  top: 30px;
  right: 30px;
}

#controls {
  position: absolute;
  bottom: 56px;
  left: 0px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

/* Nokia 8810 */

@media screen and (max-width: 320px) {
  #instructions {
    display: none;
  }
  /* #controls {
    display: none;
  } */
}
