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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	color: #ccddee;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	
	text-align: center;
	font-family: Audiowide, Helvetica, Arial, sans-serif;
	font-size: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, sup, sub {
	line-height: 1.5;
	clear: both;
}

h1 {
	font-size: 1.5em;
	font-weight: 200;
	padding: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.0em;
	margin: 0px 0.5%;
	padding: 0.5% 2%;
	width: 95%;
	color: rgb( 235, 235, 252 );
	background-color: rgba( 0, 0, 0, 0.6 );
	border-radius: 8px;
	border-bottom:  1px rgba( 0, 0, 0, 1.0 ) solid;
}

h3 {
	font-size: 0.9em;
	font-weight: 200;
}

h4 {
	font-size: 1.1em;
	text-indent: 1.1em;
	font-weight: 500;
}
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 {
	text-shadow: none;
	margin: 0px 0.5%;
	padding: 0.5% 0.5%;
	width: 93%;
	text-indent: 1.3em;
	margin-bottom: 6px;
	font-family: Poppins, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: rgb( 200, 225, 255 );
}
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:visited, a:link, a:hover {
	color: #ccddff;
	text-decoration: none;
}

p a, p a:visited, p a:link {
	border-bottom: 1px #7799ff solid;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   F O N T S
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/* @font-face {
	font-family: "Slider";
	src: url( "https://www.bradormand.com/fonts/slider_new.woff" ) format( "woff" );
	font-weight: normal;
	font-style: normal;
} */


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   N A V
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#main_nav {
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	margin: 0px 0%;
	padding: 0px;
	position: fixed;
	background-color: rgba( 255, 255, 255, 0.4 );
	z-index: 999;
}
.nav_list {
	list-style-type: none;
	display: block;
}
.nav_list li {
	width: 100px;
	height: 100px;
	padding: 5px;
	display: block;
	text-align: center;
	float: left;
	font-size: 1.3em;
}
.nav_list li a {
	line-height: 90px;
	border: none;
}
.main_nav_icon {
	width: 80px;
	height: 80px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   B O D Y
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#main-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url( "../images/HexWallBackground.jpg" );
}
#page-body {
	position: relative;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: left;
	max-width: 1500px;
	background-repeat: no-repeat;
	background-position: top center;
}
.header-main {
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.7 );
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 100%;
	/* background-image: url( "../images/WaveStream.png" ); */
}
.site-title {
	
}

.site-title a {
	border-bottom: none;
}
/* ==== Sections ==== */
#top-section {
	padding: 16px;
	margin: 16px 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
	background-color: rgba( 0, 128, 192, 0.6 );
	border-radius: 8px;
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#top-middle-section {
	background-color: rgba( 200, 128, 0, 1.0 );
	width: 100%;
	height: 10px;
	overflow: hidden;
}
#middle-section {
	padding: 16px;
	background-color: rgba( 0, 128, 192, 1.0 );
	border-top: 12px solid #001122;
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#bottom-middle-section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 16px;
	border-top: 12px solid #001122;
	background-color: rgba( 0, 128, 192, 1.0 );
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
}
#bottom-section {
	background-color: rgba( 200, 128, 0, 1.0 );
	width: 100%;
	height: 10px;
	overflow: hidden;
}
#footer-section {
	background-color: rgba( 0, 128, 192, 0.2 );
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
	background-image: url( "../images/stars1.png" );
}
#footer-section .contact-info {
	padding: 40px;
	font-size: 26px;
	background-color: rgba( 0, 16, 32, 0.6 );
}
#footer-section .contact-info p {
	text-indent: 0px;
}
.legal {
	margin: 12px;
}
.legal ul li {
	display: block;
	float: left;
	list-style-type: none;
	font-size: 12px;
	padding-right: 16px;
}
#blanket {
	display: none;
	visibility: hidden;
	background-color: rgba( 0, 0, 0, 0.8 );
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#loading_animation {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 144px 56px;
}
#stars-overlay-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 120%;
	background-image: url( "../images/stars1.png" );
}
#bio {
	background-color: rgba( 0, 0, 0, 0.6 );
	margin: 0px 0.5%;
	padding: 0.5% 0.5%;
	width: 98%;
	margin-top: 12px;
}
#bio p {
	line-height: 36px;
}
.dd-block {
	margin: 4px 1%;
	padding: 1.5% 2%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	background-color: rgba( 0, 0, 0, 0.5 );
	border-radius: 6px;
	border-top: 2px solid rgb( 0, 4, 16 )
}
.dd-block img {
	border-radius: 6px;
	width: 400px;
	height: auto;
}
.dd-block a {
	border: none;
}
.dd-block dt {
	width: 14%;
	padding-right: 1%;
	font-size: 16px;
	color: #99aabb;
}
.dd-block dd {
	width: 83%;
	border-left: 2px solid rgb( 2, 16, 32 );
	padding-left: 2%;
}
.main-heading {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	background-color: rgba( 16, 50, 70, 1.0 );
}

/*  C O N T E N T   F E A T U R E  */

.content_feature_container {
	margin-top: 5px;
	margin-bottom: 10px;
}
.content_feature {
	height: 440px;
	margin: 0px 0.5%;
	padding: 6px 0.5%;
	border-bottom: 4px solid rgb( 30, 80, 150 );
	width: 23%;
	float: left;
	background-color: rgba( 0, 0, 0, 0.6 );
	border-radius: 8px;
	overflow: hidden;
}
.content_feature h1 {
	margin-top: 12px;
	width: 100%;
	clear: both;
}
.content_feature a {
	color: rgb( 200, 180, 150 );
	text-decoration: none;
}
.content_feature .content_feature_image {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 2% 0px;
	padding-bottom: 2%;
	border: none;
	float: left;
	background-size: 100%;
	position: relative;
}
.content_feature .content_feature_image a {
	display: block;
}
.content_feature .content_feature_image img {
	width: 95%;
	height: 98%;
	margin: 0px 2%;
	padding: 0px;
	border: 2px solid black;
	border-radius: 6px;
}
.content_feature .content_feature_copy_container {
	position: relative;
	width: 84%;
	padding: 3%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.content_feature .content_feature_copy_container h1 {
	font-size: 18px;
	text-align: left;
	text-shadow:
		-2px -2px 0 #100,
		 2px -2px 0 #100,
		-2px  2px 0 #100,
		 2px  2px 0 #100;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	background-color: transparent;
	border-left: none;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content_feature .content_feature_copy_container p {
	font-size: 14px;
	text-indent: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
	height: 36px;
}
.content_feature .content_feature_copy_container a h2 {
	background-color: rgba( 180, 60, 30, 0.9 );
	color: rgb( 240, 200, 180 );
	margin-bottom: 8px;
}

/*  F E A T U R E   C O L L E C T I O N  */

.feature_collection {
	width: 97%;
	margin: 0px auto;
	padding: 0px 1%;
	padding-left: 2%;
	padding-bottom: 8px;
	margin-bottom: 36px;
	border-bottom: 4px solid rgb( 120, 60, 20 );
}
.feature_collection h2 {
	padding: 12px 4px;
	margin: 4px;
	font-size: 10px;
}
.feature_collection h3 {
	margin: 4px;
	background-color: transparent;
}
.feature_collection ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.feature_collection ul li {
	width: 240px;
	height: 240px;
	display: block;
	overflow: hidden;
	margin: 8px 1%;
	padding: 0px;
	list-style-type: none;
	border-radius: 6px;
}
.feature_collection ul li .feature-badge {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}
.feature_collection ul li h3 {
	margin: 0px;
	padding: 6px 3%;
	color: rgb( 255, 255, 255 );
	text-shadow: 0 0 0.8em #000000;
	font-size: 11px;
	line-height: 1.1;
	text-indent: 2px;
	background-color: transparent;
}
.feature_collection ul li a {
	display: block;
	height: 100%;
}
.feature_collection ul li img {
	width: 100%;
	height: auto;
}
.feature_collection ul li .feature_collection_background {
	/*background-image: url("../img/MusicChannelTab.png");*/
	background-color: rgba( 128, 255, 255, 0.5 );
	/*background-color: rgba( 25, 80, 80, 0.2 );*/
	background-size: 100%;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.brad-mug {
	width: 360px;
	height: auto;
	padding: 10px;
}
.brad-mug.left {
	padding-right: 24px;
}
.brad-mug.right {
	padding-left: 24px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   F E A T U R E S
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#mini-feature-holder {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
.mini-feature-card {
	width: 21%;
	height: 180px;
	margin: 1%;
	padding: 1%;
	background-color: rgba( 255, 255, 255, 0.3 );
	border-radius: 12px;
	cursor: pointer;
	box-shadow: 4px 2px 3px rgba( 0, 0, 0, 0.4 );
}
.mini-feature-card h3 {
	background-color: rgba( 0, 0, 0, 0.05 );
	border-radius: 6px;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mini-feature-card p.fdesc {
	display: none;
}
.mini-feature-card p.ftech {
	display: none;
}
.mini-feature-image {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	background-image: url( "../images/brad.jpg" );
	box-shadow: inset 4px 3px 3px rgba( 0, 0, 0, 0.8 );
	width: 100%;
	height: 75%;
	border-radius: 8px;
}
#feature-viewer {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 98%;
	height: 100%;
	padding: 5% 1%;
	padding-top: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba( 0, 0, 0, 0.9 );
	opacity: 0.0;
	display: none;
}
#feature-viewer p.ftech {
	font-size: 11px;
	font-family: "Slider", Arial, sans-serif;
	color: #998877;
}
#feature-close-button {
	width: 70px;
	float: left;
	cursor: pointer;
	font-size: 45px;
	font-weight: 900;
	text-align: left;
}
#feature-viewer h3 {
	font-weight: 900;
	font-size: 36px;
	line-height: 70px;
	padding: 12px;
}
#feature-viewer #feature-viewer-description {
	width: 45%;
	padding: 2%;
	text-align: right;
	border-right: 1px solid #666666;
}
#feature-viewer #feature-video-container {
	text-align: left;
	width: 45%;
	height: 50%;
	padding: 2%;
}
#feature-viewer video {
	width: 350px;
	height: 233px;
	border-radius: 8px;
}
#q2-demo-feature .mini-feature-image {
	background-image: url( "../images/q2_demo.png" );
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   F O O T E R
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#bottom_credits {
	width: 100%;
	height: 100px;
}
#fixed_bottom_footer {
	width: 100%;
	height: 40px;
	margin: 0px 0%;
	padding: 0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: rgba( 0, 32, 32, 0.4 );
	font-weight: 4;
	font-size: 9px;
	z-index: 999;
}
#bottom_left_nav {
	padding-top: 12px;
	padding-left: 80px;
	float: left;
}
#bottom_right_nav {
	float: right;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   G L O B A L S
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.centered_horiz {
	margin: 0px auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: 700;
}
.panel {
	overflow: hidden;
	height: 200px;
	margin: 8px;
	padding: 0px;
	width: 96%;
	font-size: 11px;
	text-indent: 6px;
}
.panel_title {
	background-color: rgba( 0, 0, 0, 0.7 );
	line-height: 48px;
	width: 100%;
	overflow: hidden;
	font-size: 10px;
}
.half_container {
	width: 48%;
}

.one_third_container {
	width: 31%;
}
.two_thirds_container {
	width: 65%;
}

.flow_container {
	margin: 0px;
	width: 100%;
}
.flow_container p {
	
}
.clear {
	clear: both;
}
.transparent_light_grey {
	color: #006633;
	background-color: rgba( 208, 208, 208, 0.5 );
}
.transparent_dark_grey {
	color: #66dd99;
	background-color: rgba( 64, 64, 64, 0.5 );
}
.img_icon {
	width: 32px;
	height: 32px;
	background-color: rgba( 255, 255, 255, 0.6 );
	overflow: hidden;
	cursor: pointer;
}
.mini-h1 {
	font-size: 20px;
	font-weight: 700;
	font-weight: 500;
	padding-top: 19px;
}
.mini-h2 {
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
}
.large-h2 {
	font-size: 36px;
}
.large-p {
	font-size: 32px;
}
.description-left-hand {
	width: 200px;
	height: 50px;
	float: left;
	clear: both;
	margin-top: 20px;
	padding-right: 15px;
	border-right: 1px solid rgb( 128, 64, 32 );
}
.description-left-hand p {
	text-align: right;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
}
.description-right-hand {
	width: 700px;
	height: 50px;
	float: left;
	margin-top: 20px;
	padding-left: 15px;
}
.description-right-hand p {
	text-indent: 0px;
	text-align: left;
	color: #ffffff;
	font-size: 36px;
	line-height: 40px;
	font-family: "Shadows Into Light", Helvetica, sans-serif;
}
.demo-panel {
	width: 380px;
	height: 200px;
	padding: 2% 3%;
	margin: 2%;
	background-color: rgba( 0, 0, 0, 0.4 );
	overflow: hidden;
	cursor: pointer;
}
.demo-panel img {
	width: 280px;
	height: auto;
	padding-top: 20px;
	margin: 0px auto;
}
.circle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 10px;
	background-color: rgba( 192, 64, 0, 1.0 );
}
.huge {
	font-size: 100px;
	margin-top: 100px;
	padding-left: 32px;
	padding-right: 32px;
	background-color: transparent;
	border: none;
}
.captions {
	background-color: black;
	font-family: Courier, monospace;
	padding: 4px;
	font-size: 36px;
	text-align: center;
	margin: 0px auto;
}
.play-button-overlay {
	font-family: monospace;
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	width: 34px;
	height: 38px;
	line-height: 0.6;
	font-size: 50px;
	bottom: 20px;
	left: 12px;
	text-shadow: 2px 2px 0 rgba( 0, 0, 0, 0.4 );
	background-color:rgba( 0, 0, 0, 0.7 );
	border-radius: 8px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   M E D I A   Q U E R I E S
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media only screen and ( max-width: 1025px ) {
	.content_feature {
		height: 400px;
		width: 30.5%;
	}
	.mini-feature-card {
		height: 140px;
	}
	.dd-block dt {
		width: 24%;
	}
	.dd-block dd {
		width: 73%;
	}
}
@media only screen and ( max-width: 840px ) {
	.content_feature {
		height: 480px;
		width: 48%;
	}
	.description-left-hand {
		border-right: none;
		margin-bottom: 10px;
		height: 40px;
	}
	.description-right-hand {
		height: 30px;
	}
	.description-left-hand p {
		text-align: left;
		line-height: 40px;
	}
	.description-right-hand p {
		font-size: 24px;
		line-height: 30px;
		text-indent: 16px;
	}
	.mini-feature-card {
		width: 45%;
		height: 180px;
	}
	#bg-image-section {
		background-size: 150%;
	}
	#feature-viewer {
		width: 98%;
		flex-direction: column;
	}
	#feature-viewer h3 {
		font-size: 32px;
		line-height: 40px;
	}
	#feature-viewer #feature-viewer-description {
		width: 95%;
		border-right: none;
	}
	#feature-viewer #feature-video-container {
		width: 95%;
	}
	#feature-viewer video {
		width: 100%;
		height: auto;
	}
	.dd-block img {
		width: 280px;
	}
}
@media only screen and ( max-width: 640px ) {
	.content_feature {
		height: 670px;
		width: 98%;
	}
	.description-left-hand {
		width: 360px;
		overflow: hidden;
		height: 20px;
	}
	.mini-feature-card {
		height: 140px;
	}
	.mini-feature-card h3 {
		font-size: 14px;
	}
	.mini-feature-image{
		height: 64%;
	}
	.description-right-hand {
		width: 360px;
		overflow: hidden;
	}
	.description-left-hand p {
		font-size: 16px;
		line-height: 20px;
	}
	.description-right-hand p {
		font-size: 16px;
		line-height: 25px;
	}
	#bg-image-section {
		background-size: 240%;
	}
	.demo-panel {
		width: 320px;
	}
	#feature-viewer h3 {
		font-size: 28px;
	}
	#feature-viewer p.fdesc {
		font-size: 12px;
	}
	.demo-panel {
		width: 300px;
		height: 200px;
	}
	.demo-panel img {
		width: 200px;
		padding-top: 15px;
	}
	#SortingAnimationHeaderBar h1 {
		font-size: 1.3em;
	}
	#AlgorithmTitle {
		font-size: 16px;
	}
	#AlgorithmDetails {
		font-size: 11px;
	}
	#SortingAnimationOpButtons .FlexIcon {
		height: 64px;
	}
	.dd-block dt {
		width: 34%;
	}
	.dd-block dd {
		width: 63%;
		font-size: 14px;
	}
	.dd-block img {
		width: 160px;
	}
	#middle-section {
		padding: 10px;
	}
	#bottom-middle-section {
		padding: 10px;
	}
	.main-heading {
		flex-direction: column;
	}
	.main-heading h1 {
		padding-bottom: 0px;
	}
	.main-heading .mini-h1 {
		padding-top: 0px;
		padding-bottom: 12px;
		font-size: 14px;
	}
	.site-title {
		font-size: 1.1em;
	}
	.brad-mug {
		width: 94%;
	}
	.brad-mug.left {
		padding-right: 0px;
	}
	.brad-mug.right {
		padding-left: 0px;
	}
	#bio p {
		padding-left: 14px;
		padding-right: 14px;
	}
}
@media only screen and ( max-width: 480px ) {
	h2 {
		width: 93%;
	}
	.dd-block dt {
		font-size: 12px;
	}
	.content_feature {
		height: 500px;
	}
}
@media only screen and ( max-width: 430px ) {
	.content_feature {
		height: 450px;
	}
}
@media only screen and ( max-width: 370px ) {
	.content_feature {
		height: 450px;
	}
	.content_feature .content_feature_copy_container h1 {
		overflow: visible;
		text-overflow: ellipsis;
		white-space: normal;
	}
}




