@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Julius+Sans+One&family=Michroma&family=Open+Sans&family=Quattrocento&family=Recursive&family=Special+Elite&display=swap');

body {
    font-family: 'Alegreya', Georgia, 'Open Sans', sans-serif;
    font-weight: lighter;
    background: #f5f5ef;
}

body.dark {
    background: black;
    color: white;
}

h1, h2 {
    text-align: center;
    font-family: "Abril Fatface", Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 42pt;
    margin-bottom: 10px;
}

h2 {
    font-size: 18pt;
    font-style: italic;
    font-family: sans-serif;
    font-weight: lighter;
    color: #BBB;
}

.dark h2 {
    color: #666;
}

.header {
    padding-top: 3em;
    padding-bottom: 3em;
}

h3.written-in-ink {
    font-size: 8pt;
    font-family: "Open Sans";
    text-align: center;
    font-weight: 700;
    position: fixed;
    display: block;
    width: 100%;
    background: #f5f5ef;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    top: 0;
}

.dark h3.written-in-ink {
    background: black;
}

h3.written-in-ink a {
    color: #b2b2b2;
}


/* Seems necessary to make iframes work on itch.io on mobile iOS :-( */
.outerContainer {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.container {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 4em;
    background: #f5f5ef;
}

.dark .container {
    background: black;
}

p {
    font-size: 16pt;
    color: #333;
    line-height: 1.7em;
    font-weight: normal;
}

a {
    color: #333;
    font-family: sans-serif;
    transition: color 0.6s;
    text-decoration: none;
}

.dark a {
    color: #cc8f1a;
    transition: color 0.6s;
}


a:hover {
    color: black;
    transition: color 0.1s;
    text-decoration: underline;
}

.dark a:hover {
    color: white;
}

strong {
    color: black;
    font-weight: bold;
}

.dark strong {
    color: white;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.container .hide {
    opacity: 0.0;
}

.container .invisible {
    display: none;
}

.container * {
    opacity: 1.0;
    transition: opacity 1.0s;
}

p.choice {
    text-align: center;
    line-height: 1.7em;
    font-size: 14pt;
}

/* first choice */
:not(.choice) + .choice {
    padding-top: 1em;
    margin-top: 2em;
}


p.choice a {
    font-family: Georgia, 'Open Sans';
    font-style: italic;
}

/* Built in class if you want to write:
     The End # CLASS: end
*/
.end {
    text-align: center;
    font-weight: bold;
    color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dark .end {
    color: white;
}

.location {
    font-family: 'Alegreya ExtraBold', 'Abril Fatface';
    font-size: 18pt;
}

.scene2120 {
    font-family: 'Michroma';
    font-weight: bold;
}

.scene1864 {
    border-top: 1px solid #666;
    padding-top: 30px;
    margin-top: 30px;
    font-family: 'Abril Fatface';
    font-weight: bold;
}

.scene1924 {
    border-top: 1px solid #666;
    padding-top: 30px;
    margin-top: 30px;
    font-family: 'Julius Sans One';
    font-weight: bold;
}

.scene1975 {
    border-top: 1px solid #666;
    padding-top: 30px;
    margin-top: 30px;
    font-family: 'Special Elite';
    font-weight: bold;
}

.scene2045 {
    border-top: 1px solid #666;
    padding-top: 30px;
    margin-top: 30px;
    font-family: 'Recursive';
    font-weight: bold;
}

.scene2120b {
    border-top: 1px solid #666;
    padding-top: 30px;
    margin-top: 30px;
    font-family: 'Michroma';
    font-weight: bold;
}

.letter {
    font-style: italic;
}

.email {
    font-family: "Open Sans";
    font-size: 1.2em;
}

.censored {
    color: red;
    font-family: "Open Sans";
    font-size: 1.2em;
}
.pick {
    font-size: 14pt;
    font-family: 'Special Elite';
    padding-left: 30px;
    }