/*-----------------------------------------------------------------------------
Reset
-----------------------------------------------------------------------------*/


body,h1,h2,h3 {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
}

/*-----------------------------------------------------------------------------
Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Lato, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.excited {
	font-variant: small-caps;
}

/*-----------------------------------------------------------------------------
Common
-----------------------------------------------------------------------------*/

html {
	height: 100%;
}

body {
	background-color: silver;
    -webkit-display: flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	height: 100%;
}

 
.top {
	background-color: lightblue;
	max-height: 3ex;
	}

.top p {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	}

.btn {
	display: inline-block;
	border: 3px solid #ffffff;
	border-radius: 6px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 40px;
}

.iphone {
	background-color: #f7f7f7;
}

footer {
	text-align: center;
}

.dleft {
	text-align: left;
	padding-left: 2em;
	padding-right: 40%;
}

.dright {
	text-align: left;
	padding-left: 40%;
	padding-right: 4em;
}

.dmiddle {
	text-align: left;
	padding-left: 20%;
	padding-right: 20%;
}

.textover {
	background-color: rgba(255,255,255,0.8);
}

.textoverb {
	color: white;
	background-color: rgba(0,0,0,0.8);
}

.clue {
	color: inherit;
}

.choice:hover {
	cursor: pointer;
}

.reveal {
	display: none;
}

.clue:hover .hint {
	color: blue;
}

.clue:hover .light {
	background-color: silver;
}

/*
.clue:hover .reveal {
	display: block;
	position: relative;
	bottom: 3ex;
	left: 2em;
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 1ex;
	padding-bottom: 1ex;
	background-color: white;
	color: darkblue;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
*/
.clue:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}

li:hover .hint {
	color: blue;
	background-color: silver;
}

li:hover .light {
	background-color: silver;
}

li:hover .reveal {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding-right: 2em;
	padding-left: 2em;
	padding-top: 1ex;
	padding-bottom: 1ex;
	background-color: white;
	color: darkblue;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#picbox {
	background-size: cover;
}



.choicebox {
	height: 100%;
	/* flexbox setup */
	-webkit-display: flex;
	-webkit-flex-direction: column-reverse;
	-webkit-flex-wrap: nowrap;

	display: flex;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	line-height: 150%;
	/* hover text setup 
	touch-action: none; */
}

.choicebox > * {
	-webkit-flex: 1 1 auto;
}

.choicebox ol {
	padding-left: 2em;
}

.flexer {
	-webkit-display: flex;
	-webkit-flex-direction: row;

	display: flex;
	flex-direction: row;
}

.flexcol {
	-webkit-display: flex;
	-webkit-flex-direction: column;

	display: flex;
	flex-direction: column;
}

.flexrowrev {
	-webkit-display: flex;
	-webkit-flex-direction: row-reverse;

	display: flex;
	flex-direction: row-reverse;
}

.flexer li, .flexcol li, .flexrow li {
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	background-color: lightgrey;
	list-style-type: none;
	padding-left: 1em;
}

.filler {
	-webkit-flex: 9 1 auto;
	flex: 9 0 auto;
}

.bottom_text {
	vertical-align: bottom;
	
}

@media all and (min-width: 768px) {
	.btn {
		padding: 20px 60px;
	}
	.iphone {
		padding-bottom: 0;
		padding-top: 120px;
	}
	footer {
		color: #8b8b8b;
		border-top: 2px solid #dedede;
		padding: 30px 20px;
	}

}

@media all and (min-width: 1200px) {
	
}

.container {
	background-position: top center;
    background-size: cover ;
    background-repeat: no-repeat;
}



title {
	
}

/*---- Initial css for dynamic information elements ----*/

.floor {
	position:absolute;
	bottom: 0;
	left: 0;
}

.ceiling {
	padding: 0;
	margin: 0;
	border: 0;
}

#traits #stats #facets #skills {

}

#traitbox, #magicbox #hud{
	padding-bottom: 0;
	padding-top: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#traitbox {
	min-height: 40pt;
}

.cloudbox {
	padding: 2pt;
	margin: 0;
/*	position: fixed;  */
	z-index: 50;
	background-color: white;
	color: black;
	border 1pt solid black;
	border-radius: 1pt;
	box-shadow: 4pt 4pt 5pt 1pt #555555;
	display: flex;
	transition: 1s, ease-in-out;
}

#playercloud {
	top: 3pt;
	left: 3pt;
}

#scancloud {
	bottom: 3pt;
	right: 3pt;
}

.stat {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}



.rm {
	color: red;
}

.gm {
	color: green;
}

.bm {
	color: blue;
}

.cm {
	color: lightblue;
}

.mm {
	color: magenta;
}

.ym {
	color: black;
	background-color: yellow;
}

.km {
	color: white;
	background-color: black;
}

/*-----------------------------------------------------------------------------
Grid
-----------------------------------------------------------------------------*/
.container {
    width: 100%;
	margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    
    -webkit-display: flex;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
	flex: 9 9 auto;
	
/*	position: static; */
}

.row {
/*    overflow: hidden;  */
   position: relative;
   flex: 1 1 auto;
   
	}
	
.lastrow {
	position: relative;
	flex: 0 0 auto;
}
	
.last {
	position: absolute;
	bottom: 2px;
	right: 2px;
}


.mobile-hidden {
	display: block;
	}

@media all and (min-width: 768px) {

.louie {
	float: left;
}

.roger {
	float: right;
}	
	
.col-12 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.col-11 {
    width: 91.66666667%;
    box-sizing: border-box;
}
.col-10 {
    width: 83.33333333%;
    box-sizing: border-box;
}
.col-9 {
        width: 75%;
    box-sizing: border-box;
}
.col-8 {
    width: 66.66666667%;
    box-sizing: border-box;
	padding: 0 20px;
}
.col-7 {
    width: 58.33333333%;
    box-sizing: border-box;
}
.col-6 {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
.col-5 {
	width: 41.66666667%;
	box-sizing: border-box;
}
.col-4 {
    width: 33.33333333%;
    padding: 0 20px;
    box-sizing: border-box;
}
	.col-3 {
    width: 25%;
    box-sizing: border-box;
}
.col-2 {
    width: 16.66666667%;
    box-sizing: border-box;
}
.col-1 {
    width: 8.33333333%;
    box-sizing: border-box;
}
.mobile-hidden {
	display: none;
}
}

@media all and (min-width: 1024px) {

}

@media all and (min-width: 1280px) {

}










