@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    overscroll-behavior: none;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    padding: 0.5em 1em;
    background: #000;
    color: #fff;
    font-family: "Spectral", serif;
    font-size: 1rem;
    text-decoration: none;
    z-index: 1000;
}

.logo {
	margin-bottom: 4em;
	margin-top: -2em;
}

.logo-pink {
    position: absolute;
    left: -4%;
    top: -1%;
    width: 100%;
}

.skip-link:focus {
    top: 0;
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
    overscroll-behavior: none;
    color: white;
    height: 100%;
    overflow: hidden;
}

.scroll-container {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
}

a {
	color :white
}

.splash {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overscroll-behavior: none;
    touch-action: none;
    pointer-events: none;
}

.header-image {
    width: 100%;
    display: block;
    height: auto;
}

.askew-0 {
    transform: rotateX(10deg);
}

.body-text p {
    padding: 1em;
    font-family: "Spectral", serif;
    font-weight: 300;
    font-style: normal;
    color: black;
    background-color: white;
    background: url('./textured-paper-light.png');
    max-width: 40em;
    margin: auto;
}

.sprites {
    max-width: 30em;
    margin: 0 auto;
    padding: 0 1em;
    padding-top: calc(100vh - 12em);
    box-sizing: border-box;
}

.sprite {
    display: block;
    position: relative;
    width: 100%;
}

span.sprite-sheet {
    display: block;
    width: 100%;
}

.painter {
	margin-top: -1.5em;
}

.pink {
    position: absolute;
    left: -4%;
    top: -1%;
    width: 100%;
    transition: all 0.05s linear;
}

.pink:hover {
    left: -2%;
    top: 0%;
}

.pink:active {
    opacity: 0.8;
    mix-blend-mode: darken;
}

footer {
    text-align: center;
    padding: 2em 0 3em;
}

img {
    display: block;
    max-width: 50vw;
    min-width: 20em;
    margin: auto;
    height: auto;
}