body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    background: #000000;
    color: #cfde0f;
}

/* Seems necessary to make iframes work on itch.io on mobile iOS :-( */
#container {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    top: 5em;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}

#kit {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 700px;
    min-width: 60vw;
    max-width: 80vw !important;
    transition: opacity 2s ease;
    padding: 0em 1em 0em 1em;
}

.header {
    background: url("images/libraryhero.png");
    background-size: 960px;
    image-rendering: pixelated;
    height: 120px;
    margin-bottom: 2em;
}

.factsheet {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.flexbox>a {
    max-width: 50%;
}

.flexbox>a>img {
    image-rendering: auto;
}

/* ================================================================= */

p {
    margin-block-start: 0px !important;
    font-size: 1.4em;
    line-height: 1.4;
}

p,
p>* {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

br {
    display: block;
    margin-bottom: 0.6em;
    content: " ";
}

img {
    max-width: 100%;
    max-height: 100%;
    image-rendering: pixelated;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: "Copystruct";
    text-align: center;
    display: block;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
    color: #ef420a;
    text-shadow:
        3px 3px 0 #000,
        -3px 3px 0 #000,
        -3px -3px 0 #000,
        3px -3px 0 #000;
}

h2 {
    font-family: "Copystruct";
    display: block;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
    color: #ef420a;
    font-size: 1.2em;
}

iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 315px;
}

a {
    color: #cfde0f;
}

@font-face {
    font-family: 'Copystruct';
    /*a name to be used later*/
    src: url('fonts/copy.ttf');
    /*URL to font*/
}