@import url(scanlines.css);

.permaoverlay {
    width: 69.5vh;
    background-image: url("https://i.pinimg.com/736x/7b/27/b1/7b27b1c54e1bc9641eeb763c0a280105.jpg");
    height: 5vh;
    position: fixed;
    bottom: 0;

    padding-bottom: 1vh;
}

.separatorbackground {
    background: black;
}
.separator {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/7/79/Sal_ammoniac_symbol.svg');
    width: 100%;
    height: 16px;
    filter: invert(1);
}

body {
    max-width: 69.5vh;
    background: rgb(22, 0, 51);
    color: white;
    
    margin: 0 auto;
    padding: 0;

    text-align: center;

    padding-bottom: 5vh;
}

h1 {
    font-size: 40%;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1000px) {
    body {
        max-width: 100%;
    }
    .permaoverlay {
        width: 100%;
    }
}
.wideheader {
    background: rgb(0, 0, 0);
    padding: 0;
    margin: 0;
    font-size: 6vh;
}

.title {
    padding: 2em 0em 0em 0;
    text-align: left;
    line-height: 0.7;
}

.infoblock {
    background-color: black;
}

.interactiveblock.happy {
    background-image: url('img/header.jpg');
    background-size: cover;
    background-position: -100px 570px;
    
    padding: 1vh;
    color: black;

    /* mix-blend-mode: color-dodge; */
}

@keyframes scroll-diagonal {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 1000px;
    }
}

.signbutton {
    display: inline-block;
    padding: 1% 5%;
    color: yellow;
    font-size: 5vh;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 0px 16px #FF0;
    background-color: black;
}

@keyframes tilt {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-4deg);
    }
}

@keyframes rainbow {
    0% {
        background: red;
    }
    16% {
        background: orange;
    }
    33% {
        background: yellow;
    }
    50% {
        background: green;
    }
    66% {
        background: blue;
    }
    83% {
        background: indigo;
    }
    100% {
        background: violet;
    }
}

.media {
    max-width: 100%;
}

.emoji {
    width: 60px;
}

.signblock {
    min-height: 10vw;
    background-color: black;
}

#apiForm input {
    background-color: rgba(0, 17, 255, 0.308);
    border: 0;
    color: white;
}
#apiForm table {
    margin: 0 auto;
}