body{
	font:15px/1.5 Arial;
	padding:0;
	margin:0;
	background: linear-gradient(to right, #009640, #6FBC85, #6FBC85, #009640);
	background-position:center;
}

#headerNavigation{
	z-index:10;
	background:#1F2833;
	border-bottom:#000 3px solid;
	height:60px;
	width:100%;
	position:fixed;
	top:0;
}

#headerNavigation a{
	color:#01A64F;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#headerNavigation .current a{
	color:#FFF;
}

#headerNavigation a:hover{
	color:#FFF;
}

#headerNavigation li{
	float:left;
	display:block;
	padding-left:1.5vw;
	padding-right:1.5vw;
	padding-top:15px;
}

#headerNavigation #pad{
	padding-top:18px;
}

#headerNavigation nav{
	text-align: center;
}

#navUL{
	padding:0;
	margin:0;
	display: inline-block;
}

.scroll{
	top:0;
	z-index:10;
	width:100%;
	position:fixed;
}

.dropDown{
	overflow:hidden;
	height:50px;
	margin-bottom:0;
	padding-bottom:0;
}

.dropDown .dropbtn{
  	color:#14a750;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	background: inherit;
  	font-family: inherit;
  	margin:0;
  	padding:0;
  	border: none;
  	outline: none;
}

.dropDown:hover .dropbtn{
	color:#FFF;
}

.dropDown .dropbtn .current a{
	color:#FFF;
}
#current{
	color:#FFF;
}
.dropDown .products{
	display: none;
  	position: absolute;
  	z-index: 1;
  	background:#1F2833;
	border:#000 3px solid;
	border-top:none;
	width:44%;
	margin-top:20px;
	left:28%;
	
}

.dropDown .products p{
	text-align:center;
	margin-bottom:10px;
}

.dropDown .products ul{
	padding-left:5%;
	padding-right:5%;
}

.dropDown .products li{
	float:none !important;
	padding:0.5vw !important;
}

.dropDown .products li:nth-child(-n+4){
	border-bottom:1px solid #AAA;
}

.dropDown .products a{
	font-size: 14px !important;
	padding: 0 1.5vw 1.5vw 0 !important;
}

.dropDown:hover .products {
  	display: block;
}

#logoHeader{
	width:150px;
}

#logoSmall{
	position:absolute;
	margin-top:15px;
	margin-left:10%;
	width:150px;
	display:none;
}

#icon{
	margin-top:19px;
	width:28px;
	height:20px;
	position:absolute;
	background-image:url("../images/hamburger.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 20px;
	right:10%;
	display:none;
}

#icon:hover{
	background-image: url("../images/hamburgerHover.png");
}


footer{
	padding:20px;
	margin:0 auto;
	background:#1F2833;
	border-top:#000 3px solid;
	min-height:325px;
}

footer p{
	padding:0;
	margin:0;
}

footer a{
	color:#FFF;
	text-decoration:none;
}

footer a:hover{
	color:#00A117;
}

footer ul{
	margin:0 auto;
	padding:0;
	text-align:center;
	list-style-type: none; 
}

footer li{
	font-size:18px;
	color:#FFF;
	line-height:1.8;
}




.twitter{
	width:50px;
	height:50px;
	margin:0 auto;
	padding:0;
	background-image: url("../images/tLogo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

.twitter:hover{
	background-image: url("../images/tLogoHover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
}

@media screen and (max-width: 768px){
	.dropDown .products{
		width:100%;
		left:0%;
	}

	#headerNavigation li{
		float:none !important;
	}

	#headerNavigation li:nth-child(n+2){
		padding-bottom:5px;
		border-bottom:1px solid #CCC;
	}

	#icon, #logoSmall{
		display:block;
	}

	.dropDown:hover .products, #logoHeader{
		display:none;
	}
	
	.dropDown{
		height:22px;
	}

	#navUL{
		display:none;
	}
}

@media screen and (max-width: 1024px) and (min-width:769px){
	.dropDown .products{
		width:76%;
		left:12%;
	}

	#headerNavigation{
		height:60px;
	}

	#navUL{
		display:inline-block !important;
	}
}

@media screen and (max-width: 1500px) and (min-width: 1025px){
	.dropDown .products{
		width:60%;
		left:20%;
	}

	#headerNavigation{
		height:60px;
	}

	#navUL{
		display:inline-block !important;
	}
}

@media (min-width:1501px){
	#navUL{
		display:inline-block !important;
	}
}