@import"https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap";p{font-family:Titillium Web,sans-serif}#root,#canvas-container{width:100vw;height:100vh}body{margin:0;overflow:hidden}.control-legend{z-index:100;position:fixed;bottom:1rem;right:4rem;position:absolute;width:300px;height:auto}.modal{background-color:red}#landscape-only{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:black;color:#fff;text-align:center;padding-top:50vh;z-index:1000}@media screen and (orientation: portrait){#landscape-only{display:block}}#canvas-container{height:calc(100vh - 50px);width:100%;position:relative}header{text-align:start;padding:1rem 5rem .5rem;background-color:#333;color:#fff}.header-container{max-width:1600px;display:flex;justify-content:space-between;align-items:center}.header-container .services-menu a{color:#fff;text-decoration:none;margin-right:32px}header img{height:30px;width:auto}.tagline{text-align:start;color:#fff;margin-top:5px}.musicBtn{position:absolute;width:16px;height:auto;z-index:10;top:2.25rem;right:2.5rem;background-color:#ffffff60;padding:.5rem;border-radius:50%}.strike{z-index:11;position:absolute;height:2px;background-color:red;width:100%;transform:rotate(-45deg);top:50%;left:0}@media (max-width: 1024px){header{padding:1rem 2.5rem}header img{height:20px;width:auto}header .tagline{display:none;font-size:14px;margin:2px auto}.header-container .services-menu a{font-size:14px;margin-right:20px}.musicBtn{width:12px;top:.75rem;right:1.5rem;padding:.5rem}.control-legend{display:none}.overlay-image{width:80px;height:80px;opacity:1}}@media (max-width: 768px){.header{flex-direction:column;padding:0 2.5rem}header img{margin-top:4px;height:16px;width:auto}.musicBtn{width:12px;padding:4px;top:.6rem;right:2rem}.services-menu{margin:16px 0;font-size:12px}.header-container .services-menu a{font-size:12px;margin-right:20px}}.teleport-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000000d9;color:#fff;font-size:24px;margin-top:0!important;margin-block-start:0!important;z-index:1000}.overlay-container{position:relative;display:inline-block}.overlay-image{width:160px;height:160px;opacity:1}.overlay-container:before{content:"";position:absolute;top:-40px;left:-48px;width:calc(100% + 60px);height:calc(100% + 60px);border:16px solid #FBCA06;border-radius:50%;animation:rotateCircle 2s linear infinite;z-index:-1}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.canvas-transition{transition:opacity 1s ease-in-out}
