@charset "utf-8";

/*@import url("rhubarb-base_00.css");*/
@import url("sequitur-btn_00.css");


@font-face{
    font-family: 'Blinker';
    font-style: normal;
    src: local('Blinker'),
         url('../../../fonts/Blinker.woff');
}

@font-face{
    font-family: 'Sintony-Bold';
    font-style: normal;
    src: local('Sintony-Bold'),
         url('../../../fonts/Sintony-Bold.woff');
}

/* CSS variables for colours. */
:root{
	--strTextColor:      #000000;
	--strFuncShadeColor: #7f7f7f;
	--strExBGColor:      #FFFFFF;
	--strFontFace:       Blinker,Geneva,Arial,sans-serif;
	--strFontOther:      Sintony-Bold;
}

html {
  height:100%;
}
body {
  height:100%;
	/*animation: fadeIn 1s;*/
	font-family: 'Blinker';
	background-color: #ffffff;
 	margin: 0 2%; padding:0;
}
/*@keyframes fadeIn{
	0% {opacity:0;background-color:#000;}
	90% {opacity:0;}
	100% {opacity:1;background-color:#fff;}
}*/

* {
  box-sizing: border-box;
}

table,div,span,td, p, ul, ol, iframe {
	margin:0;	padding:0;
}

.ExerciseTitle {
	font-size: 22pt; font-family: 'Sintony-Bold';
	color: black; text-align: center;
}
.Instructions {
	margin: 10px 0px 0px; padding: 0.75em 3em;
	background-color: GAINSBORO;
	border-left:5px DIMGRAY solid; border-right:5px DIMGRAY solid;
}
.Instructions p {
	font-family: 'Sintony-Bold'; font-size: 14pt; line-height: 1.25;
	text-align: center;
	color: black; font-weight: normal;
}

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}
span#TimerText{
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: #000000;
}

.ExerciseContainer {
	display: block; position: relative;
	width:100%; padding: 0px 0px 30px 0px;
	background-color: white;
	text-align: center;
	/*border: solid 2px #5C5C5C; border-radius:0 0 12px 12px;*/
}



.media-containers {
	position:relative; display:flex; flex-direction: column; flex-wrap: nowrap;
	align-items: center; align-content: center; justify-content: center;
	margin: 0 auto 5px; padding:0;
	/*width:300px; height:150px;*/
	/*background-color: TURQUOISE;*/
}
#media-1, #media-2, #media-3, #media-4, #media-5, #media-6, #media-7, #media-8, #media-9, #media-10, #media-11, #last-segment {
	display:none;
}
#m-congrat, #mc2 {
	display:none;
}

.mediaContainer {
	display:none; position: relative;
	flex-direction: row; flex-wrap: nowrap;
	justify-content: center; align-content: center; align-items: center;
	width:100%; height:250px;
	margin:32px auto 0px; padding: 0px;
	/*background-color: yellowgreen;*/
}
.mediaContainer00 {
	display:none; position: relative;
	flex-direction: row; flex-wrap: nowrap;
	justify-content: center; align-content: center; align-items: center;
	width:100%; height:250px;
	margin:32px auto 0px; padding: 0px;
	/*background-color: yellowgreen;*/
}
.mediaContainer000 {
	display:none; position: relative;
	margin:32px auto 0px; padding: 0px;
	/*background-color: yellowgreen;*/
}
#closeBtn00,#closeBtn1,#closeBtn2,#closeBtn3,#closeBtn4,#closeBtn5,#closeBtn6,#closeBtn7,#closeBtn8,#closeBtn9,#closeBtn10,#closeBtn11,#closeBtn12 {
	display:block; position:absolute;
	top: -16px; margin:0 auto;
	width:32px; height:32px;
	z-index: 100;
	cursor: pointer;
}
#closeBtn000 {
	display:block; position:absolute;
	top: -16px; margin:0 auto; right:0; left:0;
	width:32px; height:32px;
	z-index: 100;
	cursor: pointer;
}
.closeBtn:hover {
	-webkit-filter: drop-shadow( -1px 3px 0px rgba(0, 0, 0, .9));
  filter: drop-shadow( -1px 3px 0px rgba(0, 0, 0, .9));
}



.fragment {
	position:relative;	display:inline-block;
	font-size:21pt; color:white; background-color: #85200C;
	text-align: center; font-weight: bold;
	margin: 0; padding:4px 16px;
	border-radius: 8px 8px 0 0;
}
.congrat-text {
	font-size: 19pt; font-weight: bold;
  margin: 10px auto;
  color: red;
}



table.ExerciseTable { /* answer variants DIV */
	display:block;
	align-items: center; align-content: center; justify-content: center;
	margin: 0px 0.5em 1em 3%; padding: 10px 0px;
	/*background-color:#F0E6F0;*/
}

button#ShowWholeText{
	display: none;
}

.FuncButtonLetter { /* answer buttons */
	display: block !important; width:60px;
	text-align: center;
	color:white; background-color: slateblue;
	border:solid 2px darkslateblue;
	border-radius:8px 0 0 8px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	font-size: 16pt; font-weight: bold;
	font-family: 'Blinker';
}
.FuncButtonLetter:hover {
	color:darkslateblue; background-color: white;
	border:solid 2px darkslateblue;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
}
.Choice { /* answer text */
	font-size: 18pt; font-weight: normal; line-height: 1.25;
	font-family: 'Blinker'; color:black;
	border-bottom: solid 2px slateblue;
	padding: 1px 3px;
}

/* gaps between each answer, table style */
table td:first-child { padding: 5px 0 5px 0px!important; /* letters, gap left = 0, top/bottom = 10 */
}
table td { padding: 5px 0 5px 20px!important; /* answers, gap left between letters and answers = 20, top/bottom = 10 */
}

/*table td::before, table td::after {
	content: '';
	display: block!important; position:relative!important;
	width:100%!important; height:10px!important;
	background-color:purple;
}*/


div.Story { /* story lines -the whole text- */
	display:block; position: relative;
	margin: 25px 0 0 0; padding: 1em 1.5em; min-height:2.5em;
	border-top: solid 4px DARKSLATEGRAY; border-bottom: solid 4px DARKSLATEGRAY;	
	text-align: left;
	color: black; background-color: LEMONCHIFFON;
	font-family: 'Blinker'; font-size:18pt; line-height: 1.35; font-weight: normal;
}

.Label {   /* scorebox Your score is:.... */
	display:inline-block;
	color: black; background-color:yellow;
	text-align: center;
	font-family: 'Sintony-Bold'; font-size: 20pt;
	margin: 10px auto; padding:5px 15px;
}
#ScoreBox {   /* scorebox %%% 100% */
	display:inline; min-width: 4em; min-height: 63px;
	color: black; 
	text-align: center;
	font-family: 'Sintony-Bold'; font-size: 24pt;
	padding:10px 5px; margin: auto!important;
	border-radius:8px;
}



.button_row {
	display:flex; flex-direction: row; flex-wrap: wrap;
	justify-content: center; align-content: center;
	margin:0px auto 0px;
}
.navBtn {
	display: inline-block; min-width: 12em; min-height:4em;
	border: solid 2px lightseagreen; border-radius: 0;
	margin:0px 5px; padding: 3px 10px;
	color: teal; background-color: white;
	cursor: pointer;
	font-size: 13pt; line-height: 1.5; font-family: 'Sintony-Bold';
	-moz-box-shadow: 4px 4px 0px 0px teal;
  -webkit-box-shadow: 4px 4px 0px 0px teal;
  box-shadow: 4px 4px 0px 0px teal;
	transition: background 0.4s ease, color 0.4s ease;
}
.navBtn:active {
	box-shadow: none;
}
.navBtn:hover{
	color: white; background-color: teal;
	border: solid 2px floralwhite;
}



@media screen and (max-width: 980px) {
body {
	margin: 0 0%;
}
.Instructions {
	padding: 0.75em 2.5em;
}
.Instructions p {
	font-size: 13pt;
}

.fragment {
	font-size:19pt;
}

.Choice { /* answer text */
	font-size: 17pt; 
}
div.Story { /* story lines -the whole text- */
	font-size:17pt; line-height: 1.2;
}

.Label {   /* scorebox Your score is:.... */
	font-size: 19pt;
	margin: 0.75em auto;
}
#ScoreBox {   /* scorebox %%% 100% */
	font-size: 22pt;
}

}


@media screen and (max-width: 690px) {
body {
 	margin: 0;
}
.ExerciseTitle {
	width: 75%;
}
.Instructions {
	padding: 0.5em 2em;
}
.Instructions p {
	font-size: 12pt;
}

.fragment {
	font-size:18pt;
}

.Choice { /* answer text */
	font-size: 16pt; line-height: 1.35;
}
div.Story { /* story lines -the whole text- */
	padding: 0.5em 1em; min-height:2em;
	font-size:16pt; line-height: 1.25;
	border-top: solid 3px DARKSLATEGRAY; border-bottom: solid 3px DARKSLATEGRAY;
}

.Label {   /* scorebox Your score is:.... */
	font-size: 17pt;
	margin: 0.5em auto;
}
#ScoreBox {   /* scorebox %%% 100% */
	font-size: 20pt;
}

}