/* splash */ html, body { overflow: hidden; width: 100%; height: 100%; } header { position: absolute; background: transparent; box-shadow: none; } footer { background: transparent; position: absolute; bottom: 0; left: 0; padding: 20px; } footer div { z-index: 2; } header, footer { text-shadow: 0 0 5px #191919, 0 0 5px #191919, 0 0 5px #191919; } header > div a, footer > div { background: rgba(25, 25, 25, 0.8); padding: 3px; border-radius: 2px; } header .links a.activeLink { color: white; border-bottom-color: white; } .splash { } #three_container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .about.open { pointer-events: auto; opacity: 1; cursor: pointer; } .about { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.5); opacity: 0; pointer-events: none; transition: opacity 400ms; overflow-y: scroll; } .about .inner { padding: 40px; background: #000; color: #eee; max-width: 600px; line-height: 1.5; cursor: text; } .about .inner b { color: #fff; } .about a { color: #fff; }