body {
	margin: 0;
	background-color: #111111;
	
	overscroll-behavior: none;
}


button {
	font-size: 1.2vw;
	font-family: 'cothamsans', sans-serif;
	line-height: 1.4vw;
	letter-spacing: 0.05vw;
 	color: #FDFFE6;
	position: absolute;
	right:2vw;  
	bottom: 0.8vw;
	padding: 5px;
   background: #111111;
   cursor: pointer;
   width: auto;
   border-width: 0px;
}

#mob { display:none;
    visibility:hidden; }

button:hover {
   background: #1a1a1a;
}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



#info {
    position: absolute;
    
	left: 2vw;
    width: 38vw;
    text-align: left;
    z-index: 100;
  }

#info2 {
    position: absolute;
    width: 35vw;
    text-align: right;
    z-index: 100;                       
    right:2vw;   
    
  }

  #info3 {
    position: absolute;
	right: 0vw;
	bottom: 0vw;
    width: 35vw;
    text-align: right;
    z-index: 100;                       
    right:2vw;   
    
  }

.pinfo {
font-size: 2.2vw;
	font-family: 'cothamsans', sans-serif;
	line-height: 2.4vw;
	letter-spacing: 0.05vw;
 color: #FDFFE6;
}

a {
	color: #BDDCDE;
	text-decoration: none;
    
}

a:hover {
    -webkit-text-stroke: 1px #BDDCDE;
    -webkit-text-fill-color: black;
}

@media only screen and (max-width: 1080px) {
  
  #info {
    position: absolute;
    top: 10px;
	left: 20px;
    width: 90%;
    text-align: left;
    z-index: 100;
  }

	#info2 {
	
    position: fixed;
	left: 20px;
    width: 80%;
    text-align: left;
   bottom: 25px;  
  }

	.pinfo { 
	font-size: 26px!important;
	font-family: 'cothamsans', sans-serif;
	line-height: 30px!important;
	letter-spacing: 1.2px!important;
 	color: #FDFFE6;
	}
 

	button {
		font-size: 16px;
	font-family: 'cothamsans', sans-serif;
	line-height: 16px;
	letter-spacing: 0.05vw;
 	color: #FDFFE6;
	position: absolute;
	right:15px;  
	bottom: 10px;
	padding: 5px;
   background: #111111;
   cursor: pointer;
   width: auto;
   border-width: 0px;

	}

	#mob { display: block;
		visibility:visible; }
	#desk { display: none; }


}

