/* colors 
		Dark Gray #2a2a2a
		Teal #01aab9
		Lite Orange #eb7106
		Dark Orange #e14b02
		Yellow #ffcc00	
	Font
		Justus Pro Bold 75, 65, 45, 25
		Verdana 15, 13
	Section spacing 
		100, 75
*/

*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}
h1, h2, h3, h4{

font-family: justus-pro, serif;

font-weight: 700;

font-style: normal;

}
h1{
	font-size: 75px;
	line-height: 75px;
	color: #fff;
}
h2{
	font-size: 45px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 45px;
	text-transform: uppercase;
}

p{
	font-size: 13px; 
	line-height: 20px;
	padding: 0px 0px 15px 0px;
}
p a{
	color: #01aab9;
	transition: all;
	transition-delay: 0;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
}
p a:hover{
	color: #eb7106;
}

#specs li a{
	color:#ffcc00;
}
#specs li a:hover{
	color:#fff;
}

header, footer{
	width: 100%;
	padding: 25px 2%;
	box-sizing: border-box;
	background-color: #2a2a2a;
	color: #fff;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
}
#logo{
	padding-top: 5px;
}
nav{
	display: inline-block;
	text-align: right;
	float: right;
	padding: 25px 0px 0px 0px;
}
nav a{
	text-decoration: none;
	color: #fff;
	padding: 0px 15px;
	font-size: 13px;
	border-right: 1px solid #7b7c7f;
	transition: all;
	transition-delay: 0;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
}
footer nav a{
	border-right: 0px !important;
}
nav a:last-child{
	border-right: none;
}
nav a:hover{
	color: #eb7106;
}
.teal{
	color: #01aab9;
	font-weight: bold;
}
#banner-copy{
	display: inline-block;
	width: 50%;
}
#banner-copy h4{
	font-size: 30px;
	line-height: 30px;
	color: #2a2a2a;
}
#banner-copy p{
	width: 75%;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
#why-copy{
	width: 50%;
	padding: 5%;
	background-color: #2a2a2a;
	box-sizing: border-box;
	margin: 2% 0 2% 50%;
	display: inline-block;
}
#why-copy p, #why-copy h2{
	color: #fff;
}
#why-copy a, .submit-btn{
	padding: 17px 22px 15px 22px;
	background-color: #01aab9;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;

font-family: justus-pro, serif;

font-weight: 700;

font-style: normal;

	font-size: 13px;
	line-height: 13px;
	display: inline-block;
	transition: all;
	transition-delay: 0;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
background: -moz-linear-gradient(top,  #02c9d5 0%, #0196a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #02c9d5 0%,#0196a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #02c9d5 0%,#0196a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02c9d5', endColorstr='#0196a9',GradientType=0 ); /* IE6-9 */
}
#why-copy a:hover, .submit-btn:hover{
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
background: #0196a9; /* Old browsers */
background: -moz-linear-gradient(top,  #0196a9 2%, #02c9d5 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0196a9 2%,#02c9d5 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0196a9 2%,#02c9d5 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0196a9', endColorstr='#02c9d5',GradientType=0 ); /* IE6-9 */

}
#how{
	display: flex;
	flex-wrap: wrap;
}

#how h3{
	color: #e14b02;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 0 15px 0;
	text-transform: uppercase;
}
#how-copy{
	background-image: url(images/striped-bar.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 5px 25px 0px 45px;
}
#how #video{
	background-color: #fff;
	width: 47%;
	display: block;
	float: right;
	margin: 25px 0px 0px 3%;
}
#specs{
	display: flex;
	flex-direction: row;
}
#specs div{
	width: 33.3333%;
	margin: 0px 1%;
	box-sizing: border-box;
	
}
#specs h4{
	color:#e14b02; 
	line-height: 27px;
}
#specs div ul{
	background-color:#e14b02; 
	width: 100%;
	list-style-position: outside;
	font-size: 14px;
	line-height: 20px;
	color:#ffcc00;
	padding: 35px 40px 35px 55px;
	box-sizing: border-box;
}
#specs div ul li{
	padding:0px 0px 10px 0px;
}
#specs div ul li span {
	color: #fff;
}
#learn-more{
	display: flex;
	flex-direction: row;
}
#learn-more-copy{
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	padding: 0px 60px 0px 0px;
}
#learn-more #contact-form{
	width: 50%;
	
}
#learn-more #contact-form form{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#learn-more #contact-form form input{
	width: 48%;
	margin: 1%;
	border-bottom: 5px solid #ffcc00;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	padding: 15px 15px;
	box-sizing: border-box;
	
}
#learn-more #contact-form form input.full{
	width: 100%;
}
#copyright{
	width: 100%;
	padding: 10px 2%;
	box-sizing: border-box;
	background-color: #01aab9;
	text-align: center;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
}
input.submit-btn{
	border-bottom: 0px !important;
	width: 30% !important;
}

#copyright a{
	color: #fff;
}

section{
	width: 100%;
	margin: 0px auto;
	max-width: 1080px;
	box-sizing: border-box;
	padding: 100px 2%;
}

#banner-wrapper, #why-wrapper, #specs-wrapper, #learn-more-wrapper{
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	}

#banner-wrapper{
	background-image: url(images/banner-bg.png);
}

#why-wrapper{
	background-image: url(images/why-bg.png);
}
#specs-wrapper{
	background-image: url(images/specs-bg.png);
}
#learn-more-wrapper{
	background-image: url(images/form-bg.png);
}
#contact-message{
	color: #fff !important;
	text-align: center;
	width: 100%;
}
@media (max-width:820px) {
	#why-copy {
    width: 100%;
    margin: 2% 0 2% 0%;
}
#how{
	flex-direction: column;
}
#how-copy {
    width: 100%;
    }
  #how #video {
    width: 94%;
    float: none;
    height: 400px;
  }
 @media (max-width:720px) {
	header, footer{
      text-align: center;
}
	nav {
    text-align: center;
    float: none;
    padding: 25px 0px 0px 0px;
    width: 100%;
}
#banner-copy {
    display: inline-block;
    width: 100%;
    padding: 5%;
    background-color: rgba(271, 81, 3, .75);
    box-sizing: border-box;
}
#banner-copy p {
    width: 100%;
    }
 
 #specs {
    flex-direction: column;
}  
#specs div{
	width: 96%;
    margin: 0px 2% 25px 2%;
} 
 
#learn-more {
    flex-direction: column;
}
 #learn-more-copy {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .8)
}
#learn-more-wrapper {
    width: 100%;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

#learn-more form,#learn-more #contact-form, #contact-message {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}

	 }
 @media (max-width:414px) {
	 #banner-wrapper{

    background-position: -820px 0px;
	}
	#learn-more-wrapper {
    background-position: -1250px 0px;
    }
	
#how #video {
    height: 200px;
  }
	 section{
	padding: 75px 2%;
}
	 header{
		 padding: 25px 0px 0px 0px;
		 margin-bottom: -13px;
	 }
	 header nav a:first-child{
		border-top: 1px solid #7b7c7f; 
	 }
	 header nav a{
		 padding: 15px;
		 border-bottom: 1px solid #7b7c7f;
		 border-right: 0px;
		 width: 100%;
		 box-sizing: border-box;
		 display: block;
		 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#515151+0,2a2a2a+100 */
background: #515151; /* Old browsers */
background: -moz-linear-gradient(top,  #515151 0%, #2a2a2a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #515151 0%,#2a2a2a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #515151 0%,#2a2a2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#2a2a2a',GradientType=0 ); /* IE6-9 */

	 }
	 
	 
	 }