/* PPPPU has style! */

@font-face {
    font-family: 'comic_reliefregular';
    src: url('ComicRelief-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'comic_reliefregular';
}


body {
    font-size: 20px;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}
/* got this lil gem from https://css-tricks.com/full-page-background-video-styles/ */

.centered {
    margin: auto;
}

#content {
    max-width: 960px;
    margin: auto;
    background-color: lightsalmon;
    opacity: 0.6;
}

img {
    display: block;
    margin: auto;
    padding: 2em;
    max-width: 75%;
    max-height: 100%;
}

.topnav {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.topnav * {
    flex-grow: 1;
    text-align: center;
    background-color: green;
    border: 1rem solid;
    max-width: 100%;
}

#peepee {
    background-color: yellow;
}

#poopoo {
    background-color: brown;
}

#enrollment {
    background-color: blue;
}

#contact {
    background-color: white;
}

.explanation {
    background-color: red;
    font-size: 32px;
}

.banner {
    height: 20rem;
    width: 100%;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    line-height: 20rem;       /* The same as your div height */ 
    background-color: lightgray;
    background-image: url('images/banner.png');
    background-attachment: fixed;
    background-repeat: repeat;
}

.banner marquee {
    font-size: 3rem;
    filter: drop-shadow(30px 10px 4px #000fff);
}

.honorary {
    background-color: aqua;
}

#redacted {
    background-color: black;
}

.application > h1 {
    text-align: center;
    background-color: yellow;
}

#tape {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200%;
    max-width: none;
    padding: 0;
    margin: 0;
    max-height: none;
    top: 0;
    opacity: .3;
    z-index: -1;
}
