@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Quattrocento:700');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    background: white;
    overflow: hidden;
}

@media screen and (prefers-reduced-motion: no-preference) {
    body.switched {
        transition: color 0.6s, background-color 0.6s; ann2 test
    }
}

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

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

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

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

/*
  Built-in class:
    # author: Name
*/
.byline {
    font-style: italic;
}

.written-in-ink {
    z-index: 3;
    font-size: 9pt;
    font-family: sans-serif;
    text-align: center;
    font-weight: 700;
    position: fixed;
    width: 100%;
    background: white;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 14px;
    top: 0;
}

@media screen and (prefers-reduced-motion: no-preference) {
    .written-in-ink {
        transition: color 0.6s, background 0.6s;
    }
}

/* 
  Enables <iframe> support work on itch.io when using mobile iOS
*/
.outerContainer {
    position: absolute;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 24px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
    .outerContainer {
        margin-top: 44px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

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

@media screen and (prefers-reduced-motion: no-preference) {
    .switched .container {
        transition: background-color 0.6s;
    }
}

p {
    font-size: 12pt;
    color: #888;
    line-height: 1.7em;
    font-weight: lighter;
}

a {
    font-weight: 700;
    color: #b97c2c;
    font-family: sans-serif;
    text-decoration: none;
}

.unclickable {
    font-weight: 700;
    color: #4f3411;
    font-family: sans-serif;
    text-decoration: none;
    cursor: not-allowed;
}

a:hover {
    color: black;
}

@media screen and (prefers-reduced-motion: no-preference) {
    a {
       transition: color 0.6s; test ann2
    }

    a:hover {
        transition: color 0.1s;
    }
}

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

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

.container .hide {
    opacity: 0.0;
}

.container .invisible {
    display: none;
}

.container>* {
    opacity: 1.0;
}

@media screen and (prefers-reduced-motion: no-preference) {
    .container>* {
       /* transition: opacity 1.0s; testing ann*/ 
    }
}

/*
  Class applied to all choices
  (Will always appear inside <p> element by default.)
*/
.container {
    line-height: 1.7em;
}

/* 
  Class applied to first choice
*/
:not(.choice)+.choice {
    padding-top: 1em;
}

/*
  Class applied to choice links
*/
.choice a, .choice span {
    font-size: 15pt;
}

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

#controls {
    z-index: 4;
    font-size: 9pt;
    text-align: center;
    padding-bottom: 6px;
    position: fixed;
    right: 14px;
    top: 4px;
    user-select: none;
    background: white;
}

@media screen and (prefers-reduced-motion: no-preference) {
    #controls {
       transition: color 0.6s, background 0.6s;
    }
}

#controls [disabled] {
    color: #ccc;
}

#controls>*:not(:last-child):after {
    content: " | ";
}

@media screen and (max-width: 980px) {
    #controls {
        z-index: 2;
        padding-top: 24px;
        top: 0;
        left: 0;
        right: 0;
    }
}

/* 
  Dark Theme (Added in Inky 0.10.0)
    # theme: dark
*/

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

.dark h2 {
    color: #666;
}

.dark .container {
    background: black;
}

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

.dark a {
    color: #cc8f1a;
}
.dark .unclickable{
    color: #c4af87;
    cursor:not-allowed;
}

.dark a:hover {
    color: white;
}

@media screen and (prefers-reduced-motion: no-preference) {
    .dark a {
        transition: color 0.6s; anne
    }
}

.dark strong {
    color: white;
}

.dark #controls [disabled] {
    color: #444;
}

.dark .end {
    color: white;
}

.dark #controls {
    background: black;
}
/* Classes added by Eliza not inherted from Inkle*/


/* Font Alterations*/
.finalcareer {
	color:#255d89;
	font-size: 30px;
	font-weight: 800;
}
p {
	font-size: 16px;
}
h3 {
	font-size: 18px;
}

/* background color changes */

.outerContainer {
	background-color:#e9eff3;
	margin: 0;
}
.written-in-ink {
	background-color: #fff;
	display:none;
}
.container {
	background-color: #fff;
	min-height: 500px;
}

/* Top button removal and alterations*/
#save {
	display: none;
}
#reload {
	display: none;
}
a#rewind2::after {
	display: none;
}
#theme-switch {
	display: none;
}
#rewind {
	display: none;
}
#rewind2 {
	color: #255D89;
	background-color: #fff;
	padding: 8px 10px;
	margin: 0 15px 15px 0;
	border-radius: 5px;
	font-size: 13px;
}
#controls {
	padding-top: 30px;
	background-color: #ddf2f8;
}

/* Header design */
.header {
	display: none;
	font-family:"Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
}
h1 {
	font-size: 35px;
	display: flex;
	font-family:"Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
}
.container {
	max-width: none;
	padding: 2em;
}
#controls {
	display: flex;
	position: relative;
	padding: 0 3em;
	font-family:"Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
}
.scoheader {
	display: flex;
}
h1.scoheader::After {
	display: none;
}

/*questions and answers font alterations*/

.question {
	background-color: #fff;
	color:#000;
	font-size: 16px;	
	font-weight: 800;
	font-family:"Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
	grid-column: 3;
	padding-bottom: 2em;
}
.choice {
	font-family:"Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
}
.option {
	margin: 1em .3em;
	font-size: 16px; 
	color:#255d89;
	font-family:"Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
	align-self: start;
}
.highlight {
	max-width: 850px;
	align-content: flex-end;
	background: #f8f6eb;
	padding: 20px;
	border-top: 2px solid #bca132;
	border-bottom: 2px solid #bca132;
	margin-top: 20px;
	color: #000;
	
}
.highlightimg {
	max-width: 24px;
	padding: 3px 3px 3px 0;
	margin: 0 3px 0 0;
}
img {
	margin: auto;
	padding-top: 20px;
}
#story {
	max-width: 1280px;
}
/*video css*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
  font-size: 16px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  height: 100%;
  display: flex;
}
/* Startup fonts*/
.startupheader {
	font-family:"Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
	margin: auto;
	justify-content: center;
	border: solid #fff 10px;
	width:fit-content;
	padding: 10px 20px;
	line-height: 1;
	font-weight: 800;
	color: #FFFFFF;
	margin-bottom: 0;
	font-size: 80px;
}
.startupsubheader {
	font-family: "Open Sans SemiBold", "Open Sans Regular", "Open Sans Light Italic", "Open Sans Bold";
	margin: auto;
	background: #fff; 
	width:fit-content;
	padding: 10px 20px;
	color: #000; 
	margin-top:0;
	font-size: 25px;
}
 /* image alterations*/
.qr-code {
	max-width: 200px;
	margin: auto;
}
img {
	float: left;
}

.finalimg.choice {
	width: 400px;
	height: 600px;
	float: left;
	margin: 0 2em 0 0;
}
.headimg {
	height: 100px;
	padding: 0 .5em 0 0;
	flex-direction: row;
	margin: 0;
}
.headsection {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #255d89;
	padding: 1.5em 1em 0 1em;
	color: #fff;
	
}
.headsection2 {
	display: flex;
	flex-direction: row-reverse;
	background: #255d89;
	padding: 0;
	color: #fff;
	
}
.headsection h1 {
	margin-bottom: 0;
}
p {
	margin: 0;
}
a.printbutton {
	border-radius: 5px;
	color: #FFFFFF;
	background: #255d89;
	padding: .75em;
	font-size: 16px;
}
/*video css*/
.container2
{
	max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    padding: 4em 0;
    background: white;
	background-color: #fff;
	min-height: 600px;
	display: flex;
	
}
#story2 {
	max-width: 1280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.videoplayer {
	width: 59.7%;
	min-height: 430px;
	border: none;
	
}
a.startbutton {
	border-radius: 5px;
	color: #FFFFFF;
	background: #255d89;
	padding: .75em 1.2em;
	font-size: 15px;
	margin: 2em 0 0 0;
	}
@media only screen and (max-width: 768px) {
	.finalimg.choice {
	width: 256px;
}
	.question {
	font-size: 12px;	
	font-weight: 700;
}
	.option {
	font-size: 12px; 
}
	.highlight {
		font-size: 12px;
		padding: 1em;
	}
	.highlightimg {
		max-width: 17px;
	}
	.headimg {
		height: 80px;
	}
	.finalimg.choice {
		height: 400px;
	}
	#rewind2 {
		font-size: 12px;
		margin: 0 10px 10px 0;
		padding: 7px 9px;
	}
	a.printbutton {
	font-size: 12px;
	}
	
	a.startbutton {
	font-size: 14px;
	}
	.videoplayer {
	width: 80%;
	min-height: 350px;
}
@media only screen and (max-width: 600px) {
	.finalimg.choice {
		height: 250px;
		width: 250px;
		float: none;
		margin: auto;
	}
	.question {
		padding-bottom: 10px;
	}
	.question {
	font-size: 11px;	
	font-weight: none;
}
	.option {
	font-size: 11px; 
}
	img {
		padding-top: 0;
	}
	.highlight {
		font-size: 11px;
	}
	.highlightimg {
		max-width: 14px;
		margin: 0;
	}
	.headimg {
		height: 60px;
	}
	#rewind2 {
		padding: 6px 8px;
		margin: 0 10px 10px 0;
		font-size: 11px;
	}
	a.printbutton {
	font-size: 11px;
	}
	a.startbutton {
	font-size: 13px;
	}
	.videoplayer {
	width: 100%;
	min-height: 240px;
	
}
}