.home-footer { position: absolute; bottom: 0; left: 0; width: 96%; display: flex; flex-direction: row; align-items: center; justify-content: space-evenly; } .home-footer a { display: inline-block; padding: 5vh; color: #ff790d; font-family: "Druk Wide", sans-serif; font-size: 3.4vh; font-style: italic; text-decoration: none; cursor: url(/thelastmuseum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-05.png) 50 50, pointer; text-shadow: 0 0 5px rgba(0,0,0,0.7); transition: text-shadow 0.1s; } .home-footer a:hover { text-shadow: 0 0 5px rgba(255, 120, 13, 1.0); } @media only screen and (max-height: 500px) { /* site container */ .app { height: 100%; width: 100%; overflow: hidden; } .container { height: 100%; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; } /* main nav */ .page .home-link, .museum-nav .home-link { font-size: 0.8rem } .site-close { padding: 1rem; } .site-close span { display: none; } .site-close img { width: 1rem; margin: 0; } .museum-nav .home-link.language-link { padding: 1rem 0.5rem 1rem 0; } .museum-nav .home-link.language-link:first-child { padding-left: 1rem; } .page .home-link.language-link { top: 2rem; padding-top: 0.5rem; } .museum-nav .mute svg { width: 1.2rem; height: 1.2rem; } .home-footer a { padding: 0.5rem 1rem; font-size: 1rem; text-shadow: 0 0 5px rgba(0,0,0,0.7); } /* footer */ .footer, .footer-gradient { height: 3rem; } .footer .artist-desc { padding-bottom: 0.25rem; } .footer .artist-name { font-size: 0.7rem; } .footer .artist-location { font-size: 0.7rem; } .nav-arrow { width: 3rem; height: 2.25rem; } .nav-arrow svg { width: 1.2rem; height: 1.2rem; } .footer.no-artist { pointer-events: none; } /* artist pages */ .page-artists .artist-detail-name { text-shadow: 0 0 3px #ff790d; } .page-artists .artist-location { bottom: 0.5rem; } .page-artists .artist-left { width: 100vw; padding-left: 5rem; padding-right: 5rem; font-size: 1.1rem; line-height: 1.4; } .page-artists .artist-right { width: 100vw; left: 0; opacity: 0.25; } .page-artists .artist-location { bottom: 0; background: #111111; padding: 0.75rem; font-size: 0.675rem; margin: 0; } /* essay */ .page-essay .page-content { width: 100vw; padding: 0 5rem; margin: 0; } .page-essay.page-artists .artist-location { bottom: 0; padding: 0.75rem 0; } .page-essay p { font-size: 1.1rem; } .page-essay.page-artists .page-title { text-shadow: 0 0 3px #000; margin: 1rem 0; } /* credits */ .page-credits .credits-columns { display: flex; flex-direction: column; } .page-credits .page-left { width: 100%; } .page-credits .page-right { width: 100%; margin-top: 2rem; margin-bottom: 2rem; } .page-credits .page-right .column { width: 100%; } .page-credits .page-right .column:first-child { margin: 0; } .page-credits .columns { flex-direction: column; } .page-subtitle { font-size: 1.2rem; } .app > div.page.page-credits { font-size: 0.8rem; } /* charles */ .charles-text { width: 90vw; font-size: 0.4rem; } .chapter-headphones { font-size: 0.8rem; line-height: 1rem; top: 0; } .chapter-title { top: 1.0625rem; } /* nora */ .text-overlay { padding: 10vw; } /* zohra */ .marquee-text { font-size: 16px; } .marquee-container { bottom: 3rem; } }