/* Grey */ /* Tan */ /* Rust */ /* Teal */ /* Muted Green */ * { margin: 0px; padding: 0px; box-sizing: border-box; background-size: cover; background-repeat: no-repeat; background-color: #DDD1C7; font-family: sans-serif; } .landing-page { height: 100vh; width: 100%; background-color: #DDD1C7; } .landing-page .menu-container { position: fixed; top: 0; left: 0; height: 100vh; width: 100%; z-index: 5; opacity: 1; transition: opacity 1500ms; display: flex; justify-content: center; align-items: center; } .landing-page .menu-container .menu-wrapper { list-style: none; } .landing-page .menu-container .menu-wrapper li { margin: 0.5vmin 0; display: flex; justify-content: left; } .landing-page .menu-container .menu-wrapper li a { text-decoration: none; font-weight: 700; font-size: 15vmin; color: rgba(255, 255, 255, 0); -webkit-text-stroke: 0.12vmin #353535; transition-duration: 200ms; } .landing-page .menu-container .menu-wrapper li a:hover { color: #353535; -webkit-text-stroke: 0px #353535; } .landing-page .menu-container .menu-wrapper li a .touch-action { color: #353535; -webkit-text-stroke: 0px #353535; } .landing-page .menu-container .menu-wrapper li span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 68vmin; font-weight: 900; color: rgba(0, 0, 0, 0.2); } /*# sourceMappingURL=styles.css.map */