
@media all and (min-width: 300px)  {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 400px)  {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 500px)  {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 600px)  {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 700px)  {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 800px)  {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 900px)  {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 1000px) {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 1100px) {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 1200px) {  #welcome-screen  { font-size:0.75em;  } }
@media all and (min-width: 1300px) {  #welcome-screen  { font-size:1em;  } }
@media all and (min-width: 1400px) {  #welcome-screen  { font-size:1em;  } }
@media all and (min-width: 1500px) {  #welcome-screen  { font-size:1em;  } }
@media all and (min-width: 1500px) {  #welcome-screen  { font-size:1em;  } }
@media all and (min-width: 1600px) {  #welcome-screen  { font-size:1em;  } }
@media all and (min-width: 1700px) {  #welcome-screen  { font-size:1em;  } }


.info-hotspot .info-hotspot-text{
	max-height: 600px;
}

.info-hotspot .info-hotspot-text img{
	padding-top: 10px;
	padding-bottom: 10px;
	/*max-width: 280px;*/
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

.visible{
	z-index: 9999;
}

#sceneListToggle{
	display: none;
	
}

#sceneList{
	display: none;
	
}

#titleBar{
	display: none;
	
}

#autorotateToggle{
	display: none;
	
}

#fullscreenToggle{
	display:block;
}


.info-hotspot .info-hotspot-header {
	opacity: 80%;
}

.info-hotspot .info-hotspot-header:hover {
	opacity: 100%;
}

.info-hotspot.visible .info-hotspot-header{
	opacity: 100% !important;
}

#AKUMODEL.hotspot.info-hotspot .info-hotspot-header {
	opacity: 100%;
	background-color: black;
}

#C1.hotspot.info-hotspot .info-hotspot-header {
	opacity: 100%;
	background-color: black;
}

#C2.hotspot.info-hotspot .info-hotspot-header {
	opacity: 100%;
	background-color: black;
}

#C3.hotspot.info-hotspot .info-hotspot-header {
	opacity: 100%;
	background-color: black;
}

#welcome-screen {
	
	font-family: "Noto sans", sans-serif;
	
	line-height: 2em;
	
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;
    
    z-index: 9999;

    width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.85);
    
    overflow: auto;
	
	opacity: 1;
	
	  -webkit-transition: opacity 0.5s ease-in-out;
	  -moz-transition: opacity 0.5s ease-in-out;
	  -ms-transition: opacity 0.5s ease-in-out;
	  -o-transition: opacity 0.5s ease-in-out;
	  transition: opacity 0.5 ease-in-out;
	
}

#welcome-screen.fade {
	opacity: 0;
}


#welcome-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 0 60px 0;
  color: black;
  width: 40%;
  text-align: center;
  min-width: 340px;
  max-width: 470px;
}

#step-in-btn{
    background-image: url('../pics/logo-black.svg');
    width: 210px !important;
    height: 300px !important;
    background-size: cover;
    
	/*border-radius: 2px;
    background-color: black;*/
    padding: 200px 25px 10px 25px;
    font-size: x-large;
    font-weight: bold;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	color: white;
    opacity: 1;
	transition: 0.3s;
	
	
	
	
}

#step-in-btn:hover {
    cursor: pointer;
    opacity: 0.75;
}