@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height:auto;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 100%; /*16 pixels*/
	
	
}

/*=========== HEADER NAVIGATION =================*/
nav {
	width: 100%;
	height: 100px;
	background-color: #333333;
	position: fixed;
	z-index: 9999999999;
}

nav ul {
	margin:auto;
	padding:auto;
	float: right;
	position: absolute;
	margin-left: 30%;
	margin-top: 60px;
}

nav li {
	display:inline;
	color: white;
	margin-right: 40px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}


nav .logo {
	
	width: 100%;
	height: auto;
	padding:auto;
	float: left;
	position:absolute;
	margin-left: 10%;
	margin-top: 5px;
	
}

nav .search {
	width: 100%;
	height:auto;
	float: right;
	margin: 0;
	padding:0;
	position: absolute;
	margin-left: 90%;
	margin-top: 30px;
	
}

/* unvisited link */
nav a:link {
    color: white;
	text-decoration: none;
}

/* visited link */

nav a:visited {
	color: white;
}


/* mouse over link */
nav a:hover {
	color: yellow;
}






.menu-icon {
	width: 100%;
	height:auto;
	opacity:0;
	position:absolute;
	margin-top: 30px;
	margin-left: 90%;
}

/*=========== BANNER/HERO SECTION ========*/



.hero-image {
	background-image:url(images/hero-img_01.jpg);
	width: 100%;
	height: 900px;
	background-size:cover;
	background-position: center;
    background-repeat: no-repeat;
    position: relative;
	/*z-index:-1; */
}

.hero-text {
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: x-large;
	
}

form input[type=submit], form input[type=button]{
    background: transparent;
    padding: 25px 100px;
    border: 2px solid yellow;
    color: yellow;
	text-align: center;
	margin-top: 20px;
	font-size: x-large;
	



}
form input[type=submit]:hover, form input[type=button]:hover{
    background: yellow;
	color: black;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
	box-shadow:none;
}
/*=========== Reveal on Scroll Navigation =======*/

.hero-image ul {
	margin:auto;
	padding:auto;
	float: right;
	position: absolute;
	margin-left: 30%;
	margin-top: 60px;
}

.hero-image li {
	display:inline;
	color: white;
	margin-right: 40px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.hero-image .logo {
	width: 100%;
	height: auto;
	padding:auto;
	float: left;
	position:absolute;
	margin-left: 10%;
	margin-top: 5px;
}

.hero-image .search {
	width: 100%;
	height:auto;
	float: right;
	margin: 0;
	padding:0;
	position: absolute;
	margin-left: 90%;
	margin-top: 30px;
}

/* unvisited link */
.hero-image a:link {
    color: white;
	text-decoration: none;
}

/* visited link */
.hero-image a:visited {
	color: white;
}


/* mouse over link */
.hero-image a:hover {
	color: yellow;
}





/*================ Content Wrapper =================*/


.content-wraper {
	width: 100%;
	height: auto;

}


.box1 {
	width: 25%;
	height:270px;
	color: white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	float: left;
	text-align: center;
	background-color: #333333;
	padding-top: 50px;
	
}

	


.box1 p, h2 {
	text-align: center;
	line-height: 1.5;
	
}

.box1 p {
	font-size: small;
	letter-spacing: 1px;
	width: 75%;
	margin: 0 auto;
}

.box1 img {
	width: 100%;
	height: auto;
	max-width: 55px;
	margin: 0 auto;
	
}






.box2 {
	width: 25%;
	height:270px;
	color: white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	float: left;
	text-align: center;
	background-color: #333333;
	padding-top: 50px;
	

}

.box2 p, h2 {
	text-align: center;
	line-height: 1.5;
	
}

.box2 p {
	font-size: small;
	letter-spacing: 1px;
	width: 75%;
	margin: 0 auto;
	
}

.box2 img {
	width: 100%;
	height: auto;
	max-width: 57px;
	margin: 0 auto;
	
}




	

.box3 {
	width: 25%;
	height:270px;
	color: white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	float: left;
	text-align: center;
	background-color: #333333;
	padding-top: 50px;
	

}

.box3 p, h2 {
	text-align: center;
	line-height: 1.5;
	
}

.box3 p {
	font-size: small;
	letter-spacing: 1px;
	width: 75%;
	margin: 0 auto;
}

.box3 img {
	width: 100%;
	height: auto;
	max-width: 70px;
	margin: 0 auto;
	
}





.box4 {
	width: 25%;
	height:270px;
	color: white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	float: left;
	text-align: center;
	background-color: #333333;
	padding-top: 50px;
	

}

.box4 p, h2 {
	text-align: center;
	line-height: 1.5;
	
}

.box4 p {
	font-size: small;
	letter-spacing: 1px;
	width: 75%;
	margin: 0 auto;
}

.box4 img {
	width: 100%;
	height: auto;
	max-width: 70px;
	margin: 0 auto;
	
}


.content-wrapper .clear {
	clear: both;
}





/*============== Video Tutorials Section ===========*/




.video-wrapper {
	width: 100%;
	height: 300px;
	position:relative;
	margin-bottom: 200px;
	
	
	
	
}

.video-wrapper h1 {
	color:darkcyan;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 50px;
	text-align: center;
}





.video-container {
position: relative;
width: 30%;
height: 0;
padding-bottom: 56.25%;
padding-top: 30px; ; overflow: hidden;
float: left;
margin-left: 2.5%;


}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 3%;
left: 0;
width: 100%;
height: 30%;
/*z-index:-1; */
}

 .clear {
	clear: both;
}




/*================ Start of Newsletter Wrapper wrapper2 ==================*/

.wrapper2 {
	width: 100%;
	height: 600px;
	background-color: #c9c9c9;
	position: relative;
	margin-top: 100px;
	/*z-index:-1; */
}

.wrapper2 h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:darkcyan;
	
}

.wrapper2 p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: dimgrey;
}

.newsletter {
	width: 90%;
	height: 480px;
	background-color: #E4E4E4;
	position: absolute;
	/*z-index:-1; */
	margin-left: 5%;
	margin-top: 60px;
}


.half1 {
	width: 40%;
	margin-left: 8%;
	margin-top: 120px;
	float: left;
	text-align: center;
	
}

.half2 {
	width: 40%;
	margin-left: 8%;
	margin-top: 180px;
	text-align: center;
	float: left;
	
}

/*===================== Email Form ====================== */

 
.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 60px 10px 20px;
    font: 24px Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 2;
	margin-top: -40px;
	color: grey;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 15px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 100%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100%;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: darkcyan;
    padding: 15px 100px;
    border: none;
    color: #fff;
	margin-left: 3%;
	margin-top: 20px;
	font-size: large;



}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: darkcyan;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
	box-shadow:none;
	opacity: .6;
	color: white;
}

.field-long {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: lightgray;
	font-size: 70%;
}





/*=============== Start of Footer ========================*/


footer {
	background-color:#333333;
	position: relative;
	/*z-index:-1; */
	width: 100%;
	height: 400px;
}


footer ul {
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
	float: right;
	position: absolute;
	margin-top: 80px;
	text-align: center;
}

footer li {
	display:inline;
	color: gray;
	margin-right: 40px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	
}

footer .divider {
	width: 60%;
	height: 1px;
	background-color: gray;
	margin-top: 200px;
	margin-left: 19%;
	position:absolute;
}

footer p {
	width: 100%;
	height:auto;
	position:absolute;
	margin-top: 300px;
	color: gray;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	font-size: x-small;
	opacity: .2;
}

/* unvisited link */
footer a:link {
    color: grey;
	text-decoration: none;
}

footer a:visited {
	color:grey;
}



/* mouse over link */
footer a:hover {
    
	color: dimgray;
}




/*==================Inner Page Styles==============*/

.wrapper-inner {
	margin-top: 150px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-left:40px;
	margin-right:40px;
	margin-bottom:40px;
	
}

.wrapper-inner h2 {
	text-align:left;
}

.wrapper-inner img {
	width: 70%;
	height: auto;
	margin-top: 40px;
}

.wrapper-inner p {
	width: 80%;
}

.img-wrap {
	width: 100%;
	max-width: 740px;
}

a:link {
    color: darkcyan;
	text-decoration: none;
}

a:visited {
	color: darkcyan;
}


/* mouse over link */
 a:hover {
    
	color: dimgray;
}




/*========================== Responsive Media Query ============================*/



@media screen and (max-width: 980px) {
	
	 nav ul {
	display:none;
}
	.hero-image ul {
		display: none;
	}
	
	.menu-icon {
		opacity: 100;
		
	}
	.search {
		opacity: 0;
	}
	
	 .box1 p {
		 display: none;
	 }
	 
	 .box2 p {
		 display: none;
	 }
	 
	 .box3 p {
		 display: none;
	 }
	 
	 .box4 p {
		 display: none;
	 }
	
	.box1, .box2, .box3, .box4 {
		height: 200px;
	}
	
	.wrapper2 {
		height: 680px;
		
		
	}
	
	.video-wrapper {
		margin-bottom: 0;
	}
	
	.newsletter {
		height: 560px;
	}
	
	.half1 {
		width: 80%;
		height: auto;
		text-align: center;
		margin-top: 40px;
		padding-bottom: 50px;
		margin-left: 10%;
	}
	
	.half2 {
		width: 80%;
		height: auto;
		padding-bottom: 50px;
		margin-top: 40px;
		margin-left: 13%;
		text-align: center;
	}
	
	.wrapper2 label {
		margin-bottom: 20px;
	}
	
	footer li {
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
		margin-bottom: 10px;
		
	}
	
	footer ul {
		
		margin-bottom: 30px;
	}
	
	footer .divider {
		margin-top: 250px;
	}
	

}


 
 
	
@media screen and (max-width: 680px) {
		

	.hero-text {
		font-size: large;
		width: 300px;
		top: 40%;
	}
	
	.hero-text button {
		min-width: 200px;
		min-height: 30px;
	}
	
	
	.box1, .box2, .box3, .box4 {
		float: left;
		width: 100%;
		height: 200px;
	}
	
	.box4 {
		padding-bottom: 30px;
	}
	
	.box1 p, .box2 p, .box3 p, .box4 p {
		display: inherit;
	}
	
	.video-container {

		width: 100%;
		height: 30%;
		margin: 0 auto;
	}
.video-container iframe,
.video-container object,
.video-container embed {

	width: 100%;
	height:100%;
	margin: 0 auto;
}
	 
	.wrapper2 {
		margin-top: 1300px;
		height: 800px;
	}
	
	.newsletter {
		height: 680px;
	}
	
	form li {
		margin: 0 auto;
	}
	
	.video-wrapper {
		width: 90%;
		margin-left: 5%;
		
	}
	
	form input[type=submit], form input[type=button]{
		padding: 15px 60px;
		
	}
	
	
}

@media screen and (max-width: 600px) {
	
	.wrapper2 {
		margin-top: 1200px;
	}
	
	footer ul {
		text-align:center;
		display: inline-block;
		

	}
	
	.video-wrapper {
		width: 90%;
		margin-left: 5%;
		
	}
	
	form input[type=submit], form input[type=button]{
		padding: 15px 60px;
		
	}
	
	
}

@media screen and (max-width: 480px) {
	.wrapper2 {
		margin-top: 1000px;
		height: 1000px;
	}
	
	.newsletter {
		height: 880px;
	}
	
	.form-style-1 input[type=submit], .form-style-1 input[type=button]{
		padding: 12px 40px;
	}
	
	footer ul {
		margin-top: 70px;
		
	}
	
	
	
	.wrapper-inner p {
		width: 100%;
	}
	
	.video-wrapper {
		width: 90%;
		margin-left: 5%;
		
	}
	
	form input[type=submit], form input[type=button]{
		padding: 15px 60px;
		
	}
		
	
	
}