@charset "utf-8";
/* CSS Document */
/* Background pattern from subtlepatterns.com */
html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

body
{
	background-image: url(/dbsys/wp-content/uploads/2017/01/light_exa.png);
	text-align:center;
}

#GS_Dash{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	z-index: 1000;
	color: #FFF;
	font-family: 'edmondsans_regularregular', Arial, Helvetica, sans-serif;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.9);
	overflow: visible;
}
	#GS_Dash a{
		text-decoration: none;
	}
	#GS_Dash a:hover{
		font-weight: 700;
	}
	#GS_DashBG{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 250px;
		background-image: url(/2018/assets/DBG.png);
		background-size: cover;
	}
	
	#GS_Pane {
		position: absolute;
		bottom: 50px;
		width: 100%;
		height: auto;
		max-height: calc(100vh - 50px);
		background-image: url(/2018/assets/PaneFade.png);
		background-size: cover;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
	}
		
		#Pane_Body{
			position: relative;
			width: 100%;
		}
		#D_Body{
		}
		
	
	#GS_Nav{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 50px;
		background-color: rgba(0,0,0,0.9);
		display: flex;
		justify-content:space-between;
		font-family: 'edmondsans_mediumregular', Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #FFF;
	}
	
		#Nav_Back {
			height: 20px;
			display: block;
			cursor: pointer;
			padding: 15px;
		}
			#Nav_Back_Arrow{
				position: relative;
				float: left;
				width: 20px;
				height: 20px;
				display: block;
				margin-right: 2px;
				background-image: url(/2018/assets/Arrow_Left.png);
			}
			#Nav_Back_Text{
				position: relative;
				float: left;
				height: 20px;
				display: block;
			}
		
		#Nav_Links{
			height: 50px;
			width: auto;
			display: flex;
			justify-content: center;
		}
		
		#Nav_User{
			height: 20px;
			display: block;
			padding: 15px;
			cursor: pointer;
		}
			#User_Arrow{
				position: relative;
				float: left;
				width: 20px;
				height: 20px;
				display: block;
				margin-right: 2px;
				background-image: url(/2018/assets/Arrow_Right.png);
			}
			#User_Name{
				position: relative;
				float: left;
				height: 20px;
				display: block;
				margin-right: 30px;
			}
			#Nav_User_Avatar {
				position: absolute;
				width: 30px;
				height: 30px;
				display: block;
				background-image: url(/2018/assets/GSIcon.png);
				right: 10px;
				top: 10px;
			}
		
		#GS_Nav a{
			display: block;
			height: 20px;
			padding: 15px 10px;
			color: #FFF;
		}
	
#GS_Stage{
	position: absolute;
	width: 100%;
	height: calc(100vh - 50px);
	max-height: calc(100vh - 50px);
	top: 50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	overflow: hidden;
	z-index: 0;
}

#GS_Page{
	position: absolute;
	width: 100%;
	top: 50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	z-index: 0;
}

/*Dash Styling*/

		
#Dash_Home {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 500px;
	height: 125px;
	padding-top: 35px;
}
	#Dash_Logo{
		position: absolute;
		width: 71px;
		height: 125px;
		top: 0px;
		left: 0px;
		background-image: url(/2018/assets/Dash_Gelix.png);
	}
	#D_Home_Links{
	}
	#Dash_Home h1{
		font-family: 'edmondsans_regularregular', Arial, Helvetica, sans-serif;
		font-size: 50px;
		color: #FFF;
	}
	#Dash_Home a{
		font-family: 'edmondsans_regularregular', Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #FFF;
		margin: 5px 10px;
	}

#Feature_Bar {
	position: absolute;
	bottom: 80px;
	left: 80px;
	width: 1130px;
	height: 410px;
	background-color: #000;
	text-align: end;
	background-image:url(../assets/GetRichFeatureBanner.png);
	z-index: 1000;
}
	#Feature_Body{
		position: absolute;
		top: 60px;
		right: 60px;
		z-index: 1004;
	}
	
		#Feature_Body h1 {
			float: right;
			width: 100%;
			font-family: 'edmondsans_mediumregular', Arial, Helvetica, sans-serif;
			font-size: 50px;
			margin-bottom: 20px;
		}
		
		#Feature_Body p {
			float: right;
			font-family: 'edmondsans_regularregular', Arial, Helvetica, sans-serif;
			font-size: 25px;
			width: 65%;
			letter-spacing: 3px;
			line-height: 30px;
		}
	
	#Feature_Nav {
		position: absolute;
		bottom: 30px;
		right: 30px;
		color: #999;
		height: 50px;
		width: auto;
		display: flex;
		justify-content: flex-end;
		z-index: 1005;
	}
	
	#Feature_Nav li {
		display: block;
		height: 20px;
		padding: 15px 10px;
		font-size: 20px;
		letter-spacing: 5px;
		font-family: 'edmondsans_mediumregular', Arial, Helvetica, sans-serif;
	}
	#FeatureFade{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image:url(../assets/FeatureFade.png);
		background-size: cover;
		z-index: 1001;
	}
	
	

#News_Bar {
	position: absolute;
	bottom: 80px;
	right: 80px;
	width: 485px;
	height: 525px;
	background-color: #000;
}

/*Tools*/


/*Special Effects*/
