html {
    height: 100%;
}
body {
	background-color: #FFDFA8;
    font-family: verdana, arial, sans-serif;
    color: #000000;
    margin: 0;
    cursor: default;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height:100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.oikawa {
    color: #6BA3A3
}

.miyuki {
    color: #7A90B1
}

a {
    font-weight: normal;
    text-decoration: none;
    cursor: crosshair;
	font-style: italic;
    flex: 1;
    text-align: center;
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
    color: #ECB180;
    cursor: crosshair;
}


.footer-container {
    text-align: right;
    background-color: #FFE9C4;
    width: 100%;
    border-top: 1px solid #CF8D56;
    font-size: 0.8em;
    
}


.footer {
    padding: 0.3em 0.8em;
}

.start-container, .side-container {
    margin: 3em auto 2em;
    padding: 0.5em;
    max-width: 17em;
    border: 1px solid #ECC480;
    background-color: #FFECDD;
	text-align: center;
	font-size: 1em;
    
}

.side-container {
	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
}



 .side-container a {
	 
	padding: 1em 0.5em;
	margin: 0.1em;
    font-size: 1.2em;
    
}


 .side-container.end a {
	 
	padding: 0;
	margin: 0;
    
}
.start-container img {
	
    outline: 1px solid #FFCFA8;
}

.start-container a:hover, .side-container a:hover {
    background-color: #FFF2DD;
    outline: 1px solid #FFCFA8;
}

.no-js {
	display: inline-block;
}

.no-js:empty {
    display:none;
}

.header {
    background-color: #FFE9C4;
    width: 100%;
    border-bottom: 1px solid #CF8D56;
    font-size: 0.9em;
    top: 0;
    min-height: 1.2em;
    padding: 0.3em 0em;
}

.header a {
	padding: 0.5em 1em;
}

.menu {
	display:none;
}

.menu-show {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 250px;
	
	background-color: #FFF2DD;
	
	border-right: 2px solid #CF8D56;
}

.menu ul {
	height: 100%;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0;
}

.menu li {
	padding: 0.5em 0 0.5em 0.3em;
    cursor: crosshair;
}

.menu span {
	padding: 0.3em; 
}

.menu li:hover {
	background-color: #FFE9C4;
}

.menu li:hover a {
    color: #ECB180;
}

.content-outer {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-flex: 3;
	flex: 3;
	
}

.static-content {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto;
}

li.l2 {
	padding-left: 0.6em;
	font-size: 0.9em;
}

.cookies-disabled {
	text-align: center;
	color: #ECB180;
	margin: 0 auto;
	max-width: 12em;
	vertical-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cookies-disabled div {
	max-width: 9em;
	display: inline-block;
	position: relative;
	top: 2px;
}

.cookies-disabled::before {
	content: "{";
	font-size: 2em;
}

.cookies-disabled::after {
	content: "}";
	font-size: 2em;
}


.controls {
	
	width: 100%;
	margin-top: auto;
	text-align: right;
	border-top: 1px solid #ECB180;
	padding: 0.5em 0;
}

.txt ~ .controls {
	
	width: 100%;
	margin-top: auto;
	text-align: right;
	border-style: none;
	padding: 0;
	
}

.controls a {
	padding: 0.5em 2em;
	
}

.story {
	max-width: 30em;
	margin: 0 auto;
	background-color: #FFF2DD;
	border: 2px solid #ECB180;
	border-width: 0 2px;
	padding: 1em;
	overflow: auto;
}
.txt {
	padding: 2em;
}
.oikawa-side.txt{ background-color:  RGB(199,233,206)}
.miyuki-side.txt{ background-color: rgb( 135, 169, 186)}


.option-list {
	padding: 0em;
	
}


.option-list li {
	padding: 0.3em 1em;
	
	list-style: none;
	
}


.option-list li::before {
	content: ">";
	font-style: italic;
	padding: 0 1em 0 0;
}

.option-list li:hover {
	background-color: #ECB180;
	border-radius: 1em;
}

.oikawa-side.txt .option-list li:hover {
	background-color: #31716b;
	border-radius: 1em;
}

.miyuki-side.txt .option-list li:hover {
	background-color: #2c3069;
	border-radius: 1em;
}


.side-menu a {
	
    padding: 0.5em 1em 1.5em;
}

.message {
	background-color: #f7f7f7;
	border-radius: 2em;
	padding: 1em;
}


.message.emoji {
	padding: 0em;
}


.oikawa-side .message.oikawa {
	margin-left: 7em;
	
}

.oikawa-side .message.miyuki {
	margin-right: 7em;
	
}

.miyuki-side .message.miyuki {
	margin-left: 7em;
	
}

.miyuki-side .message.oikawa {
	margin-right: 7em;
	
}

li img {
	height: 4em;
	width: 4em;
	display: inline;
}

img {
	width: 100%;
}

.message > img {
	
	border-radius: 2em;
}

.oikawa-side .text-start {
	border-radius: 0;
}

.finished {
	text-decoration: line-through;
}

.bold {
	font-weight: bolder;
}

em {
	display: inline;
}


.fin {
	text-align: center;
}

.big {
	font-size: 1.2em
}

.choice .option-1:before {
	content: "Option 1:";
	font-weight: bold;
	font-style: italic;
}

.choice .option-1 ~ .option-1:before{
	content: "";
}

.choice .option-2:before {
	content: "Option 2:";
	font-weight: bold;
	font-style: italic;
}

.choice .option-2 ~ .option-2:before{
	content: "";
}

.choice .option-3:before {
	content: "Option 3:";
	font-weight: bold;
	font-style: italic;
}

.choice .option-3 ~ .option-3:before{
	content: "";
}

.choice .option-1.option-2:before {
	content: "Option 1 & 2:";
	font-weight: bold;
	font-style: italic;
}

.choice .option-1.option-2 ~ .option-1.option-2:before{
	content: "";
}

li.strike {
	text-decoration: line-through;
}