
/*_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_
M I X H U B . M E D I A
@author : Brad Ormand
_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_~_*/

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   E L E M E N T S   R E S E T
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

:root {
	--op-white-color: rgba( 255, 255, 255, 0.1 );
	--op-black-color: rgba( 0, 0, 0, 0.1 );
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	line-height: 1.5;
	font-size: 1em;
}

body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	color: rgb( 164, 225, 255 );
}

h1, h2, h3, h4, h5, h6, p, sup, sub, td, th {
	font-family: "Orbitron", Arial, sans-serif;
	margin: 0.5em 0px;
}

h1 {
	font-size: 2.4em;
	font-weight: 700;
	font-family: "Orbitron", Arial, sans-serif;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	text-align: center;
	margin: 6px 0px;
}

h2 {
	font-size: 1.8em;
	font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-shadow: 1px 2px 2px rgba( 0, 0, 0, 0.7 );
	letter-spacing: 0.02em;
	display: block;
	padding: 8px;
	padding-left: 8px;
	margin-bottom: 0.8em;
	text-align: center;
}

h3 {
	font-family: "Orbitron", Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-shadow: 1px 2px 2px rgba( 0, 0, 0, 0.6 );
	display: block;
	border-radius: 8px;
	padding: 4px 12px;
	margin: 4px;
	text-align: center;
}

h4 {
	font-size: 1.2em;
	text-indent: 0.5em;
	font-family: "Bebas Neue", Arial, sans-serif;
}
h5 {
	font-size: 1.0em;
	text-indent: 1.3em;
	font-weight: 500;
}
sup, sub {
	font-size: 12px;
	color: #aaaaaa;
	text-shadow: none;
	font-weight: 500;
	line-height: 14px;
}
p {
	font-size: 0.9em;
	text-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 1.4em;
	margin-bottom: 6px;
	text-align: justify;
}
ul li,
ol li {
	font-size: 1.1em;
	font-weight: normal;
}
hr {
	margin: 5px;
	border-bottom: 1px solid #ffffff;
}
footer {
	height: 200px;
	margin-top: -50px;
	background-repeat: no-repeat;
	background-size: 100%;
}
img {
	padding: 2px;
	margin: 2px;
}
a, a:active, a:visited, a:link {
	color: rgb( 200, 150, 100 );
	text-decoration: underline;
}
a:hover {
	color: rgb( 220, 200, 180 );
	text-decoration: none;
}
hr {
	border-bottom: 8px solid rgb( 255, 127, 0 );
}
button {
	margin: 2px 20px;
	padding: 6px 28px;
	background-color: rgba( 32, 32, 32, 0.9 );
	font-family: "Lobster", Arial, sans-serif;
	color: rgb( 100, 150, 220 );
	font-size: 16px;
	line-height: 2.0;
	border-radius: 4px;
	border: 1px solid rgb( 100, 150, 220 );
	cursor: pointer;
}
td, th {
	border: 1px solid rgb( 64, 64, 64 );
	padding: 10px;
	font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
}
td {
	text-align: center;
	font-size: 20px;
}
th {
	font-size: 24px;
	font-weight: bold;
}
th[scope="crux"] {
	background-color: rgba( 64, 0, 0, 0.2 );
}
th[scope="col"] {
	background-color: rgb( 0, 0, 32 );
}
th[scope="row"] {
	background-color: rgb( 0, 0, 32 );
}
caption {
	padding: 10px;
	caption-side: bottom;
}
table {
	border-collapse: collapse;
	border: 2px solid rgb( 64, 64, 64 );
	letter-spacing: 1px;
	font-family: sans-serif;
	font-size: .8rem;
}
progress[value] {
	-webkit-appearance: none;
	appearance: none;
	margin: 2px;
	padding: 2px;
	width: 98%;
	height: 30px;
	border-radius: 4px;
}
progress[value]::-webkit-progress-bar {
	background-color: rgb( 64, 64, 64 );
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.25 ) inset;
}
progress[value]::-webkit-progress-value {
	background-color: rgba( 255, 128, 9, 1.0 );
}
progress {
	margin: 12px 0px;
}
textarea:focus {
	border-color: #aaffaa;
	outline: 0;
	box-shadow: inset 0 2px 2px rgba( 0, 0, 0, .075 ), 0 0 8px rgba( 225, 255, 225, 0.9 );
}

.font-color-yellow { color: #CCCC00; }
.font-color-green { color: #00FF00; }
.font-color-red { color: #FF0000; }
.font-color-teal { color: #00CCCC; }
.font-color-blue { color: #0000FF; }
.font-color-gray { color: #999999; }


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   H E A D E R
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

header {
	height: 240px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   B O D Y
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#main-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#bg-image-section {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2048px;
}
#page-body {
	position: relative;
	top: 0px;
	margin: 8px auto;
	padding: 0px 2%;
	width: 96%;
	max-width: 1200px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top center;
}
#page-body section {
	position: relative;
	width: 100%;
	padding: 0px;
}
#page-body section.sub-section {
	padding-top: 16px;
}
#log-element {
	margin: 10px;
	padding: 10px;
}
#log-element p {
	background-color: rgba( 16, 16, 16, 1.0 );
	border: 1px solid rgb( 32, 32, 32 );
	margin: 8px;
	padding: 8px;
	font-size: 16px;
	word-wrap: break-word;
	text-align: left;
}

.p-button {
	width: 50%;
	margin: 0px auto;
	padding: 12px;
	margin-top: 24px;
	background-color: rgba( 16, 16, 16, 1.0 );
	text-align: center;
	border: 1px solid rgb( 64, 64, 32 );
	border-radius: 12px;
	cursor: pointer;
	color: white;
	font-size: 24px;
	font-weight: bold;
}
.key-sub-value {
	flex: 1 1 40%;
	padding: 8px;
	margin: 8px;
	background-color: rgba( 255, 255, 255, 0.1 );
	border-radius: 6px;
}
.key-sub-value h3 {
	height: 36px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.0;
}
.key-sub-value h2 {
	padding: 2px;
	margin: 2px;
	line-height: 1.1;
	overflow-wrap: break-word;
}
.key-sub-value sub {
	display: block;
	margin: 0px auto;
	text-align: center;
}

.middle_512_img {
	width: 100%;
	max-width: 512px;
	margin: 0px auto;
}
.middle_512_img img {
	width: 100%;
	height: auto;
}
.main-heading {
	visibility: hidden;
}
.center-button-container {
	width: 100%;
	margin: 24px auto;
}
.center-button-container button {
	width: 33%;
	margin: 0px 33%;
}
.tile-1-bg {
	background-repeat: repeat;
	background-position: top center;
	background-size: 1024px;
	background-image: url( "../img/TriWall.jpg" );
}
h3.smallhead {
	font-size: 0.8em;
	color: rgb( 225, 225, 225 );
}
.megahead {
	font-size: 3.8em;
	font-weight: bold;
}
.megamegahead {
	font-size: 6.0em;
	font-weight: bold;
}
.orange {
	color: rgb( 255, 127, 0 );
}
.teal {
	color: rgb( 0, 205, 205 );
}
.pink {
	color: rgb( 255, 127, 255 );
}
.purple {
	color: rgb( 183, 149, 252 );
}
.green {
	color: rgb( 127, 255, 63 );
}
.sub {
	font-size: 11px;
}
.highlight {
	background-color: rgba( 128, 128, 128, 0.8 );
}
.ultra-highlight {
	background-color: rgba( 128, 255, 128, 0.8 );
	color: black;
}

.float-2 {
	width: 46%;
}

.resizable {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 1%;
	padding-right: 1%;
	border: none;
}
.resizable-float-1 {
	width: 96%;
}
.resizable-float-2 {
	width: 46%;
}
.resizable-float-3 {
	width: 29%;
}
.resizable-float-4 {
	width: 21%;
}
.h-spaced-8 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.h-spaced-20 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.op-white-bg {
	background-color: var( --op-white-color );
}
.op-black-bg {
	background-color: var( --op-black-color );
}


/*  F E A T U R E   D E S C R I P T I O N  */

.feature_collection {
	width: 97%;
	margin: 0px auto;
	padding: 0px 1%;
	padding-left: 2%;
	padding-bottom: 8px;
	margin-bottom: 36px;
	background-color: rgba( 0, 0, 0, 0.5 );
	border-bottom: 4px solid rgb( 170, 220, 230 );
}
.feature_collection ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.4 );
}
.feature_collection ul li {
	width: 256px;
	height: 175px;
	display: block;
	overflow: hidden;
	margin: 8px;
	padding: 0px;
	list-style-type: none;
	border-radius: 6px;
}
.feature_collection ul li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
.feature_collection ul li a img {
	padding: 1%;
	margin: 1%;
	width: 96%;
	height: auto;
	border-radius: 8px;
	border: solid 2px rgb( 55, 85, 85 );
}
.feature_collection ul li .feature-badge {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}
.feature_collection .site-badge {
	width: 256px;
	height: 128px;
}

.logo-list ul {
	margin-bottom: 40px;
}
.text-glow-orange {
	text-shadow:
		0 0 15px rgba( 100, 32, 0, 0.6 ),
		0 0 30px rgba( 100, 32, 0, 0.6 ),
		0 0 60px rgba( 100, 32, 0, 0.6 );
}
#test-1-byte-progress-text {
	padding: 0px;
	margin: 12px 0px;
	color: rgb( 255, 128, 0 );
	font-size: 32px;
}
#graph-container {
	width: 98%;
	margin: 6px 0px;
	padding: 6px 0px;
	border-radius: 6px;
	height: 80px;
	border: 2px solid rgba( 64, 32, 0, 1.0 );
	background-color:  rgba( 63, 32, 0, 0.3 );
	background: linear-gradient(
		180deg,
		rgba( 228, 77, 9, 0.3 ) 0%,
		rgba( 199, 117, 6, 0.3 ) 33%,
		rgba( 71, 34, 2, 0.3 ) 100%
	);
}
#details-container {
	padding: 32px;
	margin: 32px;
}

#data-controls {
	width: 75%;
	margin: 0px auto;
}
#data-output {
	clear: both;
	min-height: 100px;
	margin: 0px auto;
	width: 50%;
}
#data-output-field {
	background-color: rgba( 255, 255, 255, 0.1 );
	color: #ffeeee;
	width: 96%;
	padding: 1%;
	margin: 1%;
	text-align: left;
}
.flex-standard {
	width: 95%;
	margin: 0px auto;
	display: flex;
	justify-content: space-evenly;
}
.form-control {
	display: block;
	font-weight: bold;
	line-height: 1.1;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
}
.field-set {
	width: 100%;
	float: left;
	margin-bottom: 24px;
}
.field-cluster-container {
	width: 98%;
	height: 50px;
	margin: 1%;
	clear: both;
}
.field-cluster-container button {
	display: block;
	width: 42%;
	float: left;
}
.field-cluster-container.tri-button button {
	width: 25%;
}
.field-cluster-container > div {
	display: block;
	float: left;
}
.label-container {
	width: 48%;
	height: 98%;
	float: left;
	margin: 0px 1%;
}
.label-container p {
	font-size: 16px;
	padding-top: 4px;
	text-align: right;
	height: 25px;
}
.field-container {
	width: 48%;
	height: 98%;
	padding: 0px;
	margin: 0px 1%;
	float: left;
}
.field-container input {
	padding: 8px 1%;
	font-size: 16px;
	margin: 0px;
	max-width: 150px;
	width: 98%;
	height: 25px;
	float: left;
	border-radius: 12px;
}
.field-container select {
	height: 24px;
	padding: 12px;
	margin: 12px;
	font-size: 18px;
	font-weight: bold;
}
.text-field-container, .text-field-container textarea {
	border-radius: 10px;
	width: 98%;
	padding: 2px 0.5%;
	margin: 2px 0.5%;
	text-indent: 0px;
}
.text-field-container textarea {
	color: rgb( 225, 255, 225 );
	background-color: rgb( 24, 24, 8 );
	font-family: "Russo One", Helvetica, Arial, sans-serif;
	height: 100px;
	font-size: 24px;
	border: 1px solid rgb( 90, 90, 64 );
	box-shadow: inset 4px 4px 4px rgba( 0, 0, 0, 1 ), inset -2px -2px 2px rgba( 255, 255, 255, 0.05 );
	background-repeat: repeat;
	width: 96%;
	padding: 16px 2%;
	margin: 6px 0px;
	resize: none;
}
.text-field-container p {
	word-wrap: break-word;
}
.output-display,#output-display {
	display: flex;
	flex-wrap: wrap;
}

.inquisitive-journey-logo .feature-badge {
	background-image: url("../img/InquisitiveJourneyLogo.png");
}
.chillout-games-and-sports-logo .feature-badge {
	background-image: url("../img/ChilloutLogo.png");
}
.hexagon-craftworks-logo .feature-badge {
	background-image: url("../img/HexagonCraftworksLogo.png");
}
.renegade-rags-logo .feature-badge {
	background-image: url("../img/RenegadeRagsLogo.png");
}

@media only screen and ( max-width: 780px ) {
	h1 {
		font-size: 1.9em;
	}
	th {
		font-size: 18px;
	}
	td {
		font-size: 14px;
	}
	td, th {
		border: 1px solid rgb( 64, 64, 64 );
		padding: 4px;
	}
}
@media only screen and ( max-width: 480px ) {
	h1 {
		font-size: 1.6em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 0.9em;
	}
	.center-button-container button {
		width: 70%;
		margin: 0px 15%;
	}
	th {
		font-size: 16px;
	}
	td {
		font-size: 12px;
	}
	button {
		padding: 6px 12px;
	}
	.megahead {
		font-size: 2.8em;
	}
	#details-container {
		padding: 8px;
		margin: 8px;
	}
	.resizable-float-2 {
		width: 96%;
	}
	.resizable-float-3 {
		width: 96%;
	}
	.resizable-float-4 {
		width: 46%;
	}
}
