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

body {
	width:100%;
	margin: 0;
	background-color: #FFFFFF; /* For browsers that do not support gradients */
	/* background-image: radial-gradient(gray 5%, darkgray 15%, lightgray 60%);  Standard syntax (must be last) */
}

/*------- Start Of Class Tool Box Section -------*/
.full-width {
	width:100%;
	text-align:center;
	float:left;
}
.three-quarters {
	width:75%;
	text-align:left;
	float:left;
}
.one-half {
	width:50%;
	text-align:center;
	float:left;
}
.one-third {
	width:33.3333%;
	text-align:center;
	float:left;
}
.one-quarter {
	width:25%;
	text-align:left;
	float:left;
}
.center-log-reg-cont-forms {
	width:60%;
	margin:0 auto;
}
.underline-this {
	border-bottom: 1px solid #000000;
}
.separation-bar {
	background-color:#0000FF;
	width:100%;
	height:35px;
	padding:0px 0px 0px 0px;
	margin:-4px 0px 0px 0px;
}
.separation-bar a {
	color:#FFFFFF;
	text-decoration:none;
}
.separation-bar a:hover {
	text-decoration:none;
}
.separation-bar img {
	width:25px;
	height:25px;
	margin:5px 0px 0px 0px;
}
.lightBlue_backgrd {
	background-color:#9CF;
}
/*------- End Of Class Tool Box Section -------*/

header {
  width: 100%;
  height: 75px;
  position:fixed;
  z-index:100;
  background:url(../images/background_10pic.png) repeat-x;
}

.headPlace {
	width:100%;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}

.headerICON {
	width:12%;
	height:auto;
	margin:0px 0px 0px 10px;
	float:left;
}

/*------- Starting Navigaton -------*/
.navPlace {
	width:80%;
	height:auto;
	margin:15px 0px 0px 0px;
	
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	
}
#menu-icon {
	display:hidden;
	width:0px;
	height:0px;
	background:url(../images/nav.png) center;
}
a:hover#menu-icon {
	border-radious:4px 4px 0 0;
}
ul {
	list-style-type:none;
}
.navPlace ul li {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	float:left;
	padding:14px 30px 0px 30px;
	text-align:center;
}
.navPlace ul li img {
	display:block;
	margin:-16px 0px 0px 0px;
}
.navPlace ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.navPlace ul li a:hover {
	color:#CCCCCC;
}
.current {
	color:#FF0000;
}
/*------- Ending Navigaton -------*/


section {
	width: 100%;
	height:auto;
}

#bigFrame {
	width:100%;
	height:auto;
}

.centered {
	width:80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:#ffffff;
	text-align:center;
	font-size:80px;
}

.imageCon {
	width:100%;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:75px 0px 0px 0px;
	position:relative;
	z-index:10;
}

.homePageMidControl {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
}
.homePageMidControl img {
	width:95%;
	height:auto;
}

.aboutPageMidControl {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	padding:10px 10px 10px 10px;
	margin:10px 150px 10px 225px;
}
.tutorialPageMidControl {
	width:100%;
	height:auto;
	padding:0px;
	margin:120px 0px 40px 0px;
	font-family:Verdana, Geneva, sans-serif;
	
}
.headText {
	padding:0px;
	margin:0px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#FF0000;
}
.videoText {
	padding:0px;
	margin:10px 0px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FF0000;
}
hr.vidTextLine {
	width:30%;
	margin:0 auto;
	border: 1px solid red;
}
.displayAllVids {
	width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
	border-bottom:1px solid #000000;
}
.displayVidImage {
	width: 280px;
    height: auto;
    margin: 10px;
    float: left;
}
.textAlign {
	padding:2px 4px;
	margin:2px 0px;
	font-size:16px;
	text-align:center;
}
.displayVidImage a {
	width:250px;
	display:block;
}
.displayVidImage img {
	width:250px;
	height:auto;
	padding:0px 5px 0px 5px;
}

.contactPageMidControl {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	padding:10px 10px 10px 10px;
	margin:80px 50px 10px 160px;
}

/*------- Starting Of FOOTER Section -------*/
footer {
	width:100%;
	height:100px;
	float:left;
}
.top-footer {
	list-style-type:none;
	text-align:center;
}
.top-footer li {
	display:inline;
}
.top-footer i {
	font-size:100%;
	margin:10px;
	padding:10px 10px 10px 10px;
	color:#000000;
}
.top-footer i:hover {
	color:#999999;
}
.top-footer ul li a:hover {
	color:#CCCCCC;
}
.lower-footer {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}
.lower-footer a {
	text-decoration:none;
}
/*------- Ending Of FOOTER Section -------*/


/*------- Starting Screen Size For 1024px -------*/
@media only screen and (max-width: 1024px) {
	.displayVidImage {
		width: 300px;
	}
}
/*------- End Screen Size For 468px -------*/


/*------- Starting Screen Size For 768px -------*/
@media only screen and (max-width: 768px) {
	.imageCon {
		margin:75px 0px 0px 0px;
	}
	#menu-icon {
		display:inline-block;
		width:40px;
		height:40px;
	}
	.navPlace ul, navPlace:active ul {
		display:none;
		z-index:1000;
		position:absolute;
		padding:20px;
		background-color:#0000FF;
		right:20px;
		top:20px;
		border:1px solid #FFFFFF;
		border-radius:20px 0px 20px 0px;
		width:150px;
	}
	.navPlace:hover ul {
		display:block;
	}
	.navPlace ui {
		text-align:right;
		width:100%;
		padding:10px 0px;
	}
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color:#ffffff;
		text-align:center;
		font-size:40px;
	}
	.aboutPageMidControl {
		font-size:14px;
		line-height:20px;
		font-weight:300;
		padding:10px 10px 10px 10px;
		margin:10px 50px 10px 100px;
	}
	
	.contactPageMidControl {
		font-size:14px;
		line-height:20px;
		font-weight:300;
		padding:10px 10px 10px 10px;
		margin:10px 50px 10px 55px;
	}
	.displayVidImage {
		width: 300px;
	}
	.displayVidImage img {
    	width: 200px;
	}
}
/*------- Ending Screen Size For 768px -------*/


/*------- Starting Screen Size For 468px -------*/
@media only screen and (max-width: 468px) {
	.imageCon {
		width:100%;
		height:auto;
		padding:0px 0px 0px 0px;
		margin:75px 0px 0px 0px;
	}
	#menu-icon {
		display:inline-block;
		width:40px;
		height:40px;
	}
	.navPlace ul, .navPlace:active ul {
		display:none;
		z-index:1000;
		position:absolute;
		padding:20px;
		background-color:#0000FF;
		right:20px;
		top:60px;
		border:1px solid #FFFFFF;
		border-radius:20px 0px 20px 0px;
		width:150px;
	}
	.navPlace:hover ul {
		display:block;
	}
	.navPlace ui {
		text-align:right;
		width:100%;
		padding:10px 0px;
	}
	.one-half {
		width:100%;
	}
	.homePageMidControl {
		font-size:12px;
		line-height:15px;
		font-weight:300;
		padding:10px 10px 10px 10px;
		margin:10px 10px 10px 10px;
	}
	.centered {
		position: absolute;
		top: 25%;
		left: 50%;
		transform: translate(-50%, -50%);
		color:#ffffff;
		text-align:center;
		font-size:20px;
	}
	.aboutPageMidControl {
		font-size:12px;
		line-height:15px;
		font-weight:300;
		padding:10px 10px 10px 10px;
		margin:10px 50px 10px 55px;
	}
	.clientsPageMidControl {
		font-size:12px;
		line-height:15px;
		font-weight:300;
		padding:10px 10px 10px 10px;
		margin:10px 10px 10px 10px;
	}
	
	.contactPageMidControl {
		font-size:12px;
		line-height:15px;
		font-weight:300;
		padding:10px 10px 10px 10px;
		margin:10px 50px 10px 55px;
	}
}
/*------- End Screen Size For 468px -------*/