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

html	{
	background: #000;
	}


body {
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
}


#Header	{
	width:100%;
	height:150px;
	color: #fff;
	}
	
#Header	p{
	width:200px;
	float:left;
	color: #FFF;
	margin-top:2px;
	}
	
#Header	p img{
	margin-top:3px;
	vertical-align:bottom;
	}
	
#Header	p a img{
	vertical-align:bottom;
	}
	
#phoneim	{
	}
	
#phone 	{
	margin-top:3px;
	padding:0px; margin:0px;
	}
	
#phone 	a{
	text-decoration:none;
	color:#fff;
	}
	
#phone 	a:visited {
	color:#fff;
	}
	
#phone img {	
	}
	
#socialMedia	{
	margin-left: 15px;
	}
	
#social	{
	text-align:center;
	width:20%;
	float:right;
	padding-top:120px;
	}
	
#social	a{
	color:#fff;
	text-decoration:none;
	padding: 0px 8px 0px 8px;
	}
	
#Header	h1{
	width:35%;
	float:left;
	font-size: 26px;
	text-align:left;
	margin-top: 4px;
	color:#FFF;
	}
	
#HeaderMain	{
	width:100%; min-height:640px;
	padding-top:0px; margin:0px;
	background:url(images/mainimg.jpg) no-repeat center;
	}
	
#HeaderMain	h1{
	height:94px;
	width:50%;
	 float:left;
	 padding:0; margin:0px;
	}
	
#HeaderMain	h1 img{
	padding:0;
	margin:0;
	width:210px; height:94px;
	}
	
#headerSub	{
	color:#fff;
	text-align:left;
	float:left;
		position: absolute;
		top:330px;
	width:550px;
	}
	
#headerSub	h3{
	padding-top:180px; margin:0px 0px 0px 20px;
	color:#fff;
	}
	
#headerSub	h1{
	margin:0px 0px 0px 20px;
	}
	
#nav	{
	float:left;
	padding-top:120px;
	}
	
#menu {
	float: right;
	width: 400px;
	padding-top:120px;
	margin: 0 ;
}

#menu ul {
	float:right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	border: none;
	vertical-align: bottom;
	clear:right;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color:#CCC;
}

#menu .current_page_item a {
	background: #4a4a4a;
	border-radius: 5px;
}

label	{
	margin: 0 140px 0 0;
	font-size:26px;
	line-height:70px;
	display:none;
	width:30px;
	float:right;
	}

#toggle	{
	display:none;
	}

#HeaderImage	{
	text-align:center;
	width:100%;
	}

#HeaderImage	h2{
	padding:0;
	margin:auto;
	}
	
#HeaderImage	h2 img{
	padding:0;
	margin:auto;
	}
	

	
#headerSub h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:500;
	}
	
#signup	{
	width:250px;
	height:300px;
	background: rgba(255, 255, 255, 0.6);
	float:right;
	position: absolute;
	right: 100px;
    top: 240px;
	border-radius: 5px;
	z-index:1000;
	}
	
#signup	h3{
	margin: 12px 0 0 0;
	}
	
#signup	input{
	margin-top:7px;
	}
	
#signup	input:hover{
	border:2px solid #000;
	}
	
input[type=button]{
	width:120px;
	height:30px;
	background:#CCC;
	}
	
input[type=button]:hover{
	background:#000;
	color:#fff;
	}
	
:required {
  color:red;
}
	
.arrow {
  box-sizing: border-box;
  height: 5vw;
  width: 5vw;
  border-style: solid;
  border-color: white;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}

.arrow:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  	position: absolute;
	top:300px; left:48%;
	margin:auto;
	text-align:center;
}

.container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  	position: absolute;
	top:1150px; left:48%;
	margin:auto;
	text-align:center;
}

.container3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  	position: absolute;
	top:2350px; left:48%;
	margin:auto;
	text-align:center;
}


#services {
  height: 100vh;
}
	
#services	{
	width:90%;
	margin:50px 0 0 0;
	color:#fff;
	font-size:22px;
	padding:50px 0 0 0;
	}
	
#services	ul{
	margin: 40px 0px 0px 150px;
	width:25%;
	float:left;
	}
	
#services	h3{
	float:right;
	width:484px;
	}
	
	
#services	p{
	width:90%;
	float:right;
	margin: 0px 0px 20px 50px;
	}
	
#folio	{
	width: 70%;
	margin:auto;
	margin-top:70px;
	}
	
#folio	h3{
	color:#FFF;
	width:100%;
	}
	
	
#folio	ul{
	width:100%;
	margin: 0 0 70px 0;
	}
	
#folio	li{
	list-style:none;
	display:inline;
	margin:0 100px 0px 0;
}	
	
#contactfm	{
	width: 65%;
	margin:auto;
	margin-top:400px;
	}
	
#contactfm	p{
	margin: 5px 0 0 0px;
	width:88%;
	float:right;
	}
	
#contactfm	ul{
	margin-top:50px;
	}
	
#contactfm	ul h2{
	padding-bottom:35px;
	border-bottom:3px solid #060;
	}
	
#contactfm	li{
	list-style:none;
	min-height:90px;
	width:100%;
	border-bottom: #CCC solid 1px;	
	margin-bottom: 30px;
	}
	
#contactfm	li img{
	float:left;
	}
	
#Footermenu {
	width: 100%;
	height: 25px;
	margin: auto;
	padding: 0;
	background:#CCC;
}

#Footermenu ul {
	margin:auto;
	padding: 3px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align:center;
}

#Footermenu li {
	display:inline;
	padding: 0px 0px 0px 0px;
}

#Footermenu li a{
	color:#000;
}

#noltbr	{
	border-left: 0px;
	}
	
#ltborder	{
	border-left:1px solid #000;
	}

#Footermenu a {
	display:inline;
	margin-right: 1px;
	padding: 20px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	border: none;
}
	
#footer	{
	width:100%;
	border-top:#CCC 1px solid;
	}
	
#footer	p{
	text-align:center;
	font-size:11px;
	color:#fff;
	}
	
#galleryimg	img	{
	border: 1px solid #8dff65; /* lt green border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
	width:150px;
	max-height:82px;
	margin-bottom:20px;
		}
		
#galleryimg	{
	min-height:450px;
		}
		
#galleryimg img:hover {
  box-shadow: 0 0 2px 1px rgba(38, 147, 0, 0.5);
}

#contact	{
	color:#FFF;
	height:500px;
	}
	
#contact	h1{
	width:100%;
	float:left;
	}
	
#contact	h3{
	width:100%;
	float:left;
	color:#000;
	}
	
#contact	a{
	color:#fff;
	}
	
#contact	a:visited{
	color:#000;
	}
	
#contact	p{
	width:100%;
float:left;
	}
	
#contact	input{
	margin-top:15px;
	width:450px; height:23px;
	border:#656565 solid 1px;
	}
	
#contact  input:hover{
	border:#b2b2b2 solid 1px;
	}
	
#contact	textarea{
	margin-top:15px;
	width:450px; height:110px;
	border:#656565 solid 1px;
	}
	
#contact	textarea:hover{
	border:#b2b2b2 solid 1px;
	}
	
#contact input[type=submit]{
	width:120px;
	height:30px;
	background:#656565;
	color:#fff;
	}

#contact input:hover[type=submit]{
	background:#b2b2b2;
	color:#000;
	}	
	
#request	{
	color:#fff;
	width:80%;
		margin:auto;
	}
	
#request	p{
	color:#fff;
	}
	
#request	p a{
	color:#fff;
	}
	
#systemcontrols	{
	width:40%;
	margin:auto;
	padding: 70px 0 0 0;
	color:#fff;
	}
	
#systemcontrols	ul{
	}
	
#systemcontrols	li{
	padding:15px 0 0 0;
	list-style:none;
	color:#fff;
	}
	
#systemcontrols	li a{
	text-decoration:none;
	color:#fff;
	}
	
#logout	{
	text-align:right;
	padding: 20px 0 0 0;
	}