/**
 * squaresAlpha CSS
 */


/*@font-face {
	font-family: "Kenney Pixel";
	src: url("../fonts/Kenney Pixel.ttf") format("truetype"),
		url("../fonts/Kenney Pixel (webfont)/kenney_pixel-webfont.woff") format("woff"),
		url("../fonts/Kenney Pixel (webfont)/kenney_pixel-webfont.woff2") format("woff2"),
}
@font-face {
	font-family: "Kenney Mini";
	src: url("../fonts/Kenney Mini.ttf") format("truetype"),
		url("../fonts/Kenney Mini (webfont)/kenney_mini-webfont.woff") format("woff"),
		url("../fonts/Kenney Mini (webfont)/kenney_mini-webfont.woff2") format("woff2"),
}
@font-face {
	font-family: "kenney_future_narrow";
	src: url("../fonts/Kenney Future Narrow.ttf") format("truetype"),
		url("../fonts/Kenney Future Narrow (webfont)/kenney_future_narrow-webfont.woff") format("woff"),
		url("../fonts/Kenney Future Narrow (webfont)/kenney_future_narrow-webfont.woff2") format("woff2"),
}*/
@import url("../fonts/Kenney Pixel (webfont)/stylesheet.css");
@import url("../fonts/Kenney Mini (webfont)/stylesheet.css");
@import url("../fonts/Kenney Future Narrow (webfont)/stylesheet.css");

html, body {
	/*background-color: #37506f;*/
	/* Blade Runner poster color palette: #c84226, #f6e37b, #014d59, #d47a2d, #eb9e6a */
	background-color: black;
	color: #4A4A4A;
	font-family: 'KenPixel', "kenney_pixelregular", 'Ubuntu Mono', monospace;
	font-size: 24px;
	font-weight: lighter;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/* Thanks to https://scotch.io/bar-talk/bootstrap-3-tips-and-tricks-you-still-might-not-know#optionally-remove-the-gutter-padding-from-columns */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#wrapper {
	height: inherit;
}

#container {
	height: inherit;
}

#page-content-wrapper {
	padding: 0px;
	height: inherit;
}

#view {
	/*background-color: #344465;*/
	height: inherit;
	padding: 0px;
/*	box-shadow: 12px 0px 32px #14213C, -12px 0px 32px #14213C;
	-webkit-box-shadow: 12px 0px 32px #14213C, -12px 0px 32px #14213C;
	-moz-box-shadow: 12px 0px 32px #14213C, -12px 0px 32px #14213C;
	-ms-box-shadow: 12px 0px 32px #14213C, -12px 0px 32px #14213C;*/
}

#view-footer {
	position: fixed;
	bottom: 0;
	height: 20px;
	/*background-color: #BEE;
	border-top: 5px solid gold;*/
}

#view-left {
	/*background-color: #C7C7C7;*/
	padding: 20px 10px 20px 20px;
	height: inherit;
}

#view-right {
	/*background-color: #C7C7C7;*/
	padding: 20px 20px 20px 10px;
	height: inherit;
	/*overflow-y: scroll;*/
}

.feedback-area {
	height: inherit;
}

.audience-size {
	height: 40px;
	width: 40px;
}

.audience-member {
	cursor: default;
	transform: scale(0.75);
}

#audienceNumTotal {
	color: #BEE;
}

#stage {
	font-size: 1.4rem;
	color: hsla(120,17%,90%,1);
	background-color: #181d18;
	box-shadow: 0px 0px 30px #8a8;
    border: 4px solid #8a8;
    padding: 10px;
    min-height: 62px;
	margin: 0px 0px -16px;
	/*height: 33%;*/
}

#stage > div {
	display: inline;
}

#score {
	color: hsla(120,17%,90%,1);
	background-color: #181d18;
	box-shadow: 0px 0px 30px #8a8;
    border: 4px solid #8a8;
    /*box-shadow: 0px 0px 30px #20f820;
    border: 4px solid #20f820;*/
/*    padding: 10px;
    margin: 20px 20px 0px;
	min-height: 34px;*/
}

#score span {
	font-size: 1.8em;
}

.game-title {
	color: #20F820;
	font-family: "KenVector Future", "kenney_future_narrowregular", 'KenPixel', "kenney_pixelregular", 'Ubuntu Mono', monospace;
}


#info {
	font-size: 1.4rem;
	color: hsla(120,17%,90%,1);
	background-color: #181d18;
	box-shadow: 0px 0px 30px #8a8;
    border: 4px solid #8a8;
/*    padding: 10px;
	margin: 20px 0px 0px 0px;*/
	/*height: 33%;*/
}

.audience-thought {
	color: #BEE;
	background-color: rgba(0,0,0,.65);
	box-shadow: 0px 0px 30px #8a8;
    border: 4px solid #8a8;
	width: 340px;
	position: absolute;
	z-index: 102;
	padding: 5px 12px;
	top: -40px;
}

.audience-thought-goes-left {
	-webkit-border-radius: 1rem 1rem 0 1rem;
			border-radius: 1rem 1rem 0 1rem;
	left: -320px;
}

.audience-thought-goes-right {
	-webkit-border-radius: 1rem 1rem 1rem 0;
			border-radius: 1rem 1rem 1rem 0;
	left: 64px;
}

#audienceContainer {
	color: hsla(120,17%,90%,1);
	background-color: #181d18;
	box-shadow: 0px 0px 30px #8a8;
    border: 4px solid #8a8;
	overflow-y: scroll;
	padding: 12px;
	margin-top: -16px;
	overflow-y: scroll;
	height: 75%;
	margin-bottom: 50px;
}

/* Thanks to https://css-tricks.com/almanac/properties/s/scrollbar/ */
#audienceContainer::-webkit-scrollbar {
    width: 0.4em;
}

#audienceContainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#audienceContainer::-webkit-scrollbar-thumb {
  background-color: #69b569;
  outline: 1px solid slategrey;
}

#audience {
}

#audience > span {

}

#audienceStats {
	font-size: 1.8rem;
	color: hsla(120,17%,90%,1);
	background-color: #181d18;
	box-shadow: 0px 0px 30px #8a8;
    border: 4px solid #8a8;
    min-height: 69px;
    height: 69px;
    z-index: 99;
    /*padding-top: 8px;*/
/*    padding: 10px;
    margin: 0px 0px 20px 0;*/
}

#audienceSpacer {
	height: 69px;
}

.audience-total {
	font-size: 2.4rem;
	line-height: 1;
}

.about-link {
	color: #DAD04F;
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.about-link:hover,
.about-link:active {
	color: #DAD04F;
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 0.8em #DAD04F;
}

.about-link:visited {
	color: #DAD04F;
	text-decoration: none;
}


.about-text {
	font-size: 1rem;
	font-family: 'KenPixel Mini', "kenney_miniregular", monospace;
}

.menu-content {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

/* Thanks to https://css-tricks.com/almanac/properties/s/scrollbar/ */
.menu-content::-webkit-scrollbar {
    width: 0.4em;
}

.menu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.menu-content::-webkit-scrollbar-thumb {
  background-color: #D4D09D;
  outline: 1px solid slategrey;
}

.header-span {
	font-size: 2rem;
	font-weight: bold;
}

.conjunction {
	font-size: 1.2rem;
	font-color: ;
}

.linkalike {
	color: #BEE;
	text-decoration: none;
	cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.linkalike:hover {
	/*text-shadow: 2px 2px 4px #BEE;*/
	/*text-shadow: 1px 1px 2px black, 0 0 0.4em #BEE, 0 0 0.2em #BEE;*/
	text-decoration: underline;
}

.linkalike-blink {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		/*font-size: 3.06rem;*/
		text-shadow: 1px 1px 2px black, 0 0 1em #BEE, 0 0 0.3em #BEE;
	}
}

.text-attention {
	color: #DAD04F;
	text-shadow: 1px 1px 2px black, 0 0 0.2em #DAD04F;
}

.text-warning {
	color: #D93F3F;
	text-shadow: 1px 1px 2px black, 0 0 0.2em #D93F3F;
}

.phrase {
	color: #BEE;
}

.phrase:hover {
	cursor: default;
	text-decoration: underline;
}

.phrase > .game-title {
	font-size: 1rem;
}

#info > ol > li > span.phrase:hover {
	cursor: pointer;
}

#sidebar-wrapper {
	background-color: #222;
	overflow: hidden;
}

.sidebar-left {
	height: inherit;
	/*padding: 20px;*/
	border-right: 5px solid #4A4A4A;
}

.sidebar-right {
	height: inherit;
	/*padding: 20px;*/
}

.sidebar-nav {
	font-size: 2.4rem;
}

.sidebar-nav li {
	text-indent: 0px;
}

.sidebar-brand > span {
	font-size: 3.6rem;
	color: #BEE;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-brand > span:hover {
	text-decoration: none;
	text-shadow: 1px 1px 2px black, 0 0 1em #BEE, 0 0 0.2em #BEE;
}

.sidebar-nav > li {
	color: #BEE;
	margin-top: 16px;
}

.header {
	padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #2a3c2a;
}

.footer {
   position: fixed;
   bottom: 0px;
   font-size: 2.4rem;
   background: none;
   border: none;
}

.panel-story {
	background: none;
	border: none;
	overflow-y: auto;
}

.story-text {
	font-family: "KenVector Future", "kenney_future_narrowregular", monospace;
	font-size: 2.4rem;
	color: #D4D09D;
	text-shadow: 1px 1px 2px black, 0 0 0.2em #D4D09D;
    margin-top: 4px;
    line-height: 1.24;
    /*overflow-y: auto;*/
    padding-bottom: 20px;
}

.story-text p {
	margin-top: -10px;
}

.story-text > p:nth-child(1) > span > a:hover {
	color: #DAD04F;
	text-decoration: underline;
}

.about-text {
	font-size: 2rem;
	margin-top: 0px;
}

.text-lower {
	color: #929292;
}

.text-lowest {
	color: #5D5D5D;
}

.hover-popup {
    display: none;
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	color: hsla(120,17%,90%,1);
	background-color: #181d18;
	box-shadow: 0px 0px 30px #BEE;
    border: 4px solid #BEE;
    padding: 10px;
	margin: 20px 0px 0px 0px;
	font-size: 1.8rem;
}

#hover-popup span:first-child {
	width: 64px;
	margin-left: 0px;
}

#hover-popup span {
	width: 64px;
	margin-left: 12px;
}

.audience-comms {
	min-height: 50px;
	text-align: center;
    z-index: 99;
    top: 6px;
}

.mood {
	max-width: 40px;
}

.mood > span {
	margin: 0;
	transform: scale(0.5);
}

.line-scale-party>div,
.line-scale>div {
	background-color: #20f820;
	color: #20f820;
    box-shadow: 0px 0px 30px #20f820;
}

.difference {
	font-size: 1.2rem;
	position: absolute;
	margin: -10px 0px 0px -15px;
}

.difference-nega {
	color: #D93F3F;
	text-shadow: 1px 1px 2px black, 0 0 0.2em #D93F3F;
}

.difference-posi {
	color: #BEE;
	text-shadow: 1px 1px 2px black, 0 0 0.2em ##BEE;
}

@keyframes identifier {
  0% { top: 0; left: 0; }
  30% { top: 50px; }
  68%, 72% { left: 50px; }
  100% { top: 100px; left: 100%; }
}

.hidden {
	display: hidden;
}