a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/*// <uniquifier>: Use a unique and descriptive class name*/
/*// <weight>: Use a value from 400 to 900*/

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* ===== GENERAL ===== */
* , body {
	box-sizing: border-box;
    sign-sizing: border-sign;
    font-size: 1.2em;
/*    font-family: -apple-system, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400;
*/
	font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
	background-color: #222;
}

strong {
	font-weight: bold;
}

#header {
	background-color: #222;
	color: #eee;
	min-height: 65vh;
	text-align: left;
}

.allsymbols {
	max-width: 100%;
	width:500px;
	margin-top:30px;
	margin-bottom: 5px;
}

.symbol {
	width:16%;
	margin: 0 1px;
	padding: 11px 0;
	box-sizing: content-box;
	background-color: white;
	display: inline-block;
	border-radius: 3px;
	border: 0.5px solid rgba(0,0,0,0.15);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
}

.symbol img {
	width: 100%
}

.block {
	width: 100%;
	min-height: 78vh;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #eee;
	background-color: #111;
	padding: 80px 30px;
	/*text-align: center;*/
	flex-direction: column;
}

.block:nth-child(2n) {
	/*background-color: #ccc;*/
}

.block * {
	max-width: 90%;
	width: 100%;
}

.highlight {
	background-color: rgba(38, 1, 68, 1) !important;
}


#brain {
	margin-bottom: 10px;
	width:65px;
}

.imgcontainer img {
	width: 125px;
	margin:0 auto;
}

.imgcontainer {
	width:130px;
	height:168px;
	border: 1px solid #aaa;
	display: flex;
	align-items: center;
	border-radius: 8px;
	background-color: white;
	margin-bottom: 15px;
	box-sizing: content-box;
}


h1 {
	font-size: 2.6em;
	width: 100%;
	font-weight: bold;
}

h3 {
	font-size: 2.1em;
	padding: 20px 0;
/*	padding-bottom: 14px;*/
	font-weight: bold;
	text-align: left;
	width: 100%;
}

h4 {
	font-weight: 600;
	font-size: 1.5em;
	padding-bottom: 10px;
	font-family: "Playfair Display", serif;
	color: #eee;
}

h2 {
	font-size: 3.8em;
	font-style: italic;
	padding-bottom: 10px;
	color: rgb(189, 58, 22);
}

.red {
	color: rgb(189, 58, 22);
}

h1, h2, h3 {
	font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

#indicator {
	z-index: 999;
	position: fixed;
	width: 8px;
	height: 8px;
	bottom:0;
	right: 0;
	background-color: rgb(189, 58, 22);
	display: none;
}

#debug {
	z-index: 999;
	position: fixed;
	width: 100%;
	min-height: 10%;
	top: 0; left: 0;
	display: none;
	background-color:rgba(255,255,255,0.3);
	color: white;
	text-align: center;
	align-items: center;
	justify-content: center;
	opacity: 0.4;
}

p {
	margin-top:10px;
	line-height: 1.8em;
}

li {
	margin-top: 8px;
}

.advice {
	padding-top: 20px;
	font-size: 0.8em;
}

.about {
	padding-top: 20px;
}

.instructions {
	font-size: 0.8em;
	padding-top: 10px;
	font-style: italic;
}

.desc {
	font-size: 1.2em;
	margin: 20px 0 0;
	max-width: 90%;
	text-align: left;
	width: 100%;
	line-height: 1.5em;
}

#footer {
	min-height: 20vh;
	width: 100%;
	background-color: #222;
}

.banner {
	height: 90px;
	width: 94%;
	left: 3%;
	position: fixed;
	border-radius: 16px;
	border: 1px solid #cecece;
	background-color: white;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	padding: 10px;
}

.peek {
	top: 32px;
}
.peek p {
	font-weight: bold;
	text-align: center;
	width:100%;
	font-size: 1.8em;
}

.xeno {
	bottom: 32px;
}

.banner img {
	position: relative;
	width: 70px;
	height: 70px;
}

#xenoinner {
	display: inline-block;
	margin-left:8px;
}

#xenoinner p {
	line-height: 1.1em;
	font-size: 0.8em;
	margin-bottom: 4px;
}

.blockimage, .block img {
	display: block;
	width: 180px;
	width: 600px;
	max-width: 95%;
	margin: 10px 0 20px;
	/*border-radius: 4px;*/
}


center {
	text-align: left;
}