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}

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

body {
	background-color: #eee;
}

strong {
	font-weight: bold;
}

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

.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: 88vh;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #eee;
	background-color: #222;
	padding: 80px 30px;
	flex-direction: column;
}

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

#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: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-size: 0.8em;
	font-style: italic;
	padding-bottom: 10px;
}

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

.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: 0.8em;
	margin: 20px 0 0;
	max-width: 90%;
}

#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;
}