body {
	margin:0;
	background-color: #aaaaaa;
}

#info {
	padding: 2rem;
	pointer-events: none;
	background-color: rgba(255,255,255,0.5);
	padding-top: 11rem;
	width: 20%;
	height: 100vh;
	float: left;
}

#logo {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2rem;
}

#dash {
	pointer-events: none;
	/* background-color: rgba(255,255,255,0.5); */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 2rem;
	left: 80%;
}

#title-hud {
	pointer-events: none;
	/* background-color: rgba(255,255,255,0.5); */
	position: absolute;
	top: 0;
	padding: 2rem;
	left: 21%;
}

#title-hud h1 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: .1rem;
	}

#title-hud h2 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: .3rem;
}

#title-hud h3 {
	font-size: 1.0rem;
	font-weight: normal;
}

#button-grid {
	float: left;
	width: 80%;
	height: 100vh;
	padding: 6rem;
}

#dash .inner {
	padding: 2rem;
}

#readout h1 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

#readout h2 {
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: -1px;
}

#readout ul {
	padding-left: 30px;
}

#loading {
	width: 120px;
	height: 140px;
	background-color: transparent;
	position: absolute;
	top: 45%;
	left: calc(60% - 60px);
	text-align: center;
}
#threecontainer {
	clear: both;
	width: 80%;
	height: 100vh;
	-webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	-ms-transition: height .5s ease;
	-o-transition: height .5s ease;
	transition: height .5s ease;
}

#readout {
	line-height: 1.3em;
	text-align: left;
}

.model-card {
	padding: 1rem;
	text-align: center;
	cursor: pointer;
}

.model-card h1 {
	font-size: 1.2rem;
	margin-top: 1rem;
	font-weight: bold;
	margin-bottom: .3rem;
}

.model-card h2 {
	font-size: 1.0rem;
	margin-bottom: .3rem;
}

.model-card h3 {
	font-size: .8rem;
	margin-bottom: 0;
}

.model-circle {
	border: .5rem solid white;
	pointer-events: none;
}

@media (max-width: 1919px) {
	
	.model-card h1 { font-size: 1.0rem; margin-bottom: .1rem; }
	.model-card h2 { font-size: .8rem; margin-bottom: .2rem; }
	.model-card h3 { font-size: .6rem; }
	
	.model-circle { border: .25rem solid white; }
	
}