@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed|PT+Sans+Narrow|Share+Tech+Mono');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto+Mono:wght@500&display=swap');
body
{
	background-color: var(--bg);
	color: var(--one);
	font-family: 'Barlow Semi Condensed', sans-serif;
}
a
{
	text-decoration: none;
	color: var(--one);
}
:root {
	--one: #cf3c3c;
	--two: #1A426A;
	--three: #141C17;
	--four: #51534d;
	--bg: #363636;
}
body
{
	font-size: 250%;
	font-weight: bold;
}
body,html
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
#wrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0
}
.bar {
  font-size: 125%;
	margin: 0;
	padding: 0;
	height: calc(100%/4);
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
#banner {
	background: url(images/banner-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#banner:hover {
	background: url(images/banner-hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#link-prop:hover {
	background: url(images/prop.svg);
}
#link-log:hover {
	background: url(images/log.svg);
  color: var(--bg);
}
#link-solar:hover {
	background: url(images/solar.svg);
  color: var(--bg);
}
#link-exam:hover {
	background: url(images/exam.svg);
}
.preload
{
	height: 1px;
	width: 1px;
	opacity: 0%;
}
.searchinput
{
	height: 100%;
	text-transform: uppercase;
	font-size: 1.5em;
}
form {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.searchline
{
  text-align: center;
	height: 2em;
	vertical-align: middle;
  display: flex;
}
.searchlabel
{
	min-width: 7em;
}
.searchbutton
{
  font-size: 200%;
  vertical-align: middle;
  border: 0px;
  background-color: transparent;
  color: var(--one);
}
#searchlinks
{
	width: 16em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#searchlinks a:hover
{
	color: #000;
}
.ticker {
  background-color: #363636;
  font-family: 'Roboto Mono', monospace;
  font-size: 70%;
}
.subticker{
	margin: 0;
	padding: 0;
	width: calc(100%/3);
	justify-content: center;
	align-items: center;
  text-align: center;
}
.tickerDigit {
  font-size: 130%;
}
.tickerIdleDigit {
  color: #4b4b4b;
}
.tickerActiveDigit {
  color: #ffaa00;
}
