@charset "utf-8";


	


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

	
.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
	
	

.topnav {
	position: relative;
  	overflow: hidden;
  	background-color: #41AD49;  
  	width: 100%;
	margin: 0% 0% 0% 0%;
  	padding-left: 0%;
}
.topnav a {
	font-size: 15px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	color: #ffffff;
}
.topnav a:hover {
  background-color: #41AD49;
  color: #000000;
}
.topnav a.active {
  background-color: #41AD49;
  color: #000000;
}	

.menu-480 {
  display: inline;	
}
.menu-900 {
	display:none;
}



	
	
h1{
	font-size: 8vw;
	font-weight: bold;
	display: inline;
	color: #77bd6f;
}
h2{
	font-size: 7vw;
	font-weight: bold;
	display: inline;
	transition: all .5s ease-in-out;
}
h3{
	font-size: 6vw;
	font-weight: bold;
	display: inline;
	color: #ffffff;
	transition: all .5s ease-in-out;
}
h4{
	font-size: 8vw;
	font-weight: bold;
	display: inline;
}
h5{
	font-size: 7vw;
	font-weight: bold;
	display: inline;
}	
	
	
	

.top_BLACKBAR {
	width: 100%;
	float: left;
	padding: 3% 0% 3% 0%;
	background-color: #000000;
	margin: 0% 0% 0% 0%;
	font-size: 5vw;
}	
.gds_PHONE {
	width: 100%;
	float: left;
	color: #ffffff;
	margin: 0% 0% 3% 0%; 
	text-align: center;
	background-color: transparent;
}
.gds_EMAIL {
	width: 100%;
	float: left;
	color: #ffffff;
	margin: 0% 0% 0% 0%; 
	text-align: center;
	background-color: transparent;
}	


	
	

	
.gds_LOGO {
	width: 50%;
	float: left;
	margin: 3% 25% 0% 25%;
}







.gds_TITLE{
	width: 100%;
	float: left;
	font-family: 'steelfis';
	color: #000000;
	font-size: 10vw;
	margin: 1.2% 0% 3% 0%;
	text-align: center;
	background-color: transparent;
}
	
	
	
	
	
.slide {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 25%;
	display: none;
}




.quicklinks {
	width: 90%;
	float: left;
	position: relative;
	padding: 3% 5% 3% 5%;
	margin: 0% 0% 5% 0%;
	background-color: #ffffff;
	box-shadow: 0 1vw 1vw 0 rgba(0, 0, 0, 0.2), 0 1vw 10vw 0 rgba(0, 0, 0, 0.19);
}

.quickLink-1 {
	width: 100%;
	float: left;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 3% 0%;
	background-color: transparent;
	background-image: url("images/quickLink_ABOUTUS.jpg");
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-position: cover;
}

.quickLink-1:hover .quickLink_VERBIAGE {
	transition: all .5s ease-in-out;
	opacity: 1;
	animation: none;
}
@keyframes moveUp {
      0% {
        transform: translateY(0%);
      }
 	 50% {
        transform: translateY(-20%);
      }
    }

.quickLink-1:hover .quickLink_TRANSPARENCY {
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: .5;
}








.quickLink_TRANSPARENCY {
	position: relative;
	float: left;
	width: 100%;
	padding: 0% 0% 75% 0%;
	background-color: #000000;
	opacity: 0;
	transition: 1s;
}

.quickLink_VERBIAGE {
	position: absolute;
	width: 75%;
	font-size: 6vw;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	margin: 5% 0% 0% 7%;
	background-color: transparent;
	z-index: 3;
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}





.quickLink-2 {
	width: 100%;
	float: left;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 3% 0%;
	background-color: transparent;
	background-image: url("images/quickLink_SERVICES.jpg");
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-position: cover;
}
.quickLink-2:hover .quickLink_VERBIAGE {
	transition: all .5s ease-in-out;
	opacity: 1;
	animation: none;
}
@keyframes moveUp {
      0% {
        transform: translateY(0%);
      }
 	 50% {
        transform: translateY(-20%);
      }
    }

.quickLink-2:hover .quickLink_TRANSPARENCY {
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: .5;
}



.quickLink-3 {
	width: 100%;
	float: left;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	background-color: transparent;
	background-image: url("images/quickLink_CONTACTUS.jpg");
	background-repeat: no-repeat;
  	background-size: 100% 100%;
	background-position: cover;
}

.quickLink-3:hover .quickLink_VERBIAGE {
	transition: all .5s ease-in-out;
	opacity: 1;
	animation: none;
}
@keyframes moveUp {
      0% {
        transform: translateY(0%);
      }
 	 50% {
        transform: translateY(-20%);
      }
    }

.quickLink-3:hover .quickLink_TRANSPARENCY {
	animation: 1s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: .5;
}


.quickLinks_CLICKHERE {
	width: 100%;
	float: left;
	text-align: center;
	color: #CBCBCB;
	font-size: 4vw;
	margin-top: 1%;
}
	
	
	
	
	
	
	
.intro_PANEL {
	width: 85%;
	float: left;
	margin: 10% 7.5% 12% 7.5%;
}
.introPanel_VERBIAGE {
	width: 100%;
	float: left;
	margin: 3% 6% 5% 0%;
	font-size: 5vw;
	color: #999999;
}
.introPanel_PIC {
	width: 100%;
	float: left;
	margin: 0% 0% 0% 0%; 
}
	
	
	
	
	
	
.services_SECTION {
	width: 90%;
	float: left;
	background-color: #d0e6c9;
	padding: 3% 5% 5% 5%;
	margin-bottom: 11%;
}
.servicesSection_VERBIAGE {
	width: 100%;
	float: left;
	text-align: center;
	color: #77bd6f;
	font-size: 5vw;
	margin-bottom: 3%;
}
.service_PANEL {
	width: 90%;
	float: left;
	margin: 0% 0% 5% 0%;
	padding: 5% 5% 5% 5%;
	color: #77bd6f;
	border-radius: 1.25vw;
	background-color: transparent;
	transition: all .5s ease-in-out;
	}
.service_PANEL:hover {
	text-decoration: none;
	background-color: #000000;
	transition: all .5s ease-in-out;
}

.servicePanel_ICON {
	width: 80%;
	float: left;
	margin: 0% 10% 5% 10%;
	transition: all .5s ease-in-out;
}
.servicePanel_VERBIAGE {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0% 0% 0% 0%;
	font-size: 5vw;
	transition: all .5s ease-in-out;
}







.partners_PANEL {
	width: 85%;
	float: left;
	margin: 10% 7.5% 12% 7.5%;
}
.partnersPanel_VERBIAGE {
	width: 100%;
	float: left;
	margin: 0% 6% 0% 0%;
	font-size: 5vw;
	color: #999999;
}
.partnersPanel_PIC {
	width: 100%;
	float: left;
	margin: 3% 0% 5% 0%; 
}







.callUs_PANEL {
	width: 100%;
	float: left;
	padding: 0% 0% 10% 0%;
	margin: 0% 0% 8% 0%;
	background-color: red;
	background-image: url('images/contactUs_PANEL.jpg');
  	background-repeat: no-repeat;
  	background-size: 175% 100%;
	background-position: 50% 25%;
}
.callUsPanel_VERBIAGE {
	width: 90%;
	float: left;
	margin: 9% 5% 0% 5%;
	font-size: 7vw;
	color: #ffffff;
	text-shadow: .07vw .07vw .07vw #000000;
	text-align: center;
	background-color: transparent;
}







.blurb_PANEL {
	width: 100%;
	float: left;
	font-family: 'steelfis';
	font-size: 10vw;
	color: #77bd6f;
	text-align: center;
	margin-bottom: 8%;
}








.credits_PANEL {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10% 0% 15% 0%;
	font-size: 5vw;
	color: #ffffff;
	background-color: #000000;
}
.websiteDesigned {
	width:100%;
	float: left;
	font-size: 4vw;
	text-align: center;
}


	
	
	
	
	

.info_SECTION {
	width: 94%;
	float: left;
	margin-top: 2.75%;
	margin-bottom: 7%;
	padding: 0% 3% 5% 3%;
	background-color: #d0e6c9;
}
.info_PANEL {
	width: 90%;
	float: left;
	margin-left: 0%;
	margin-top: 3%;
	padding: 0% 5% 5% 5%;
	background-color: #EFF6EC;
}
.infoPanel_TITLE-aboutUs {
	width: 100%;
	float: left;
	position: relative;
	color: #d0e6cd;
	font-size: 9vw;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-services {
	width: 100%;
	float: left;
	position: relative;
	color: #d0e6cd;
	font-size: 9vw;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-ourPartners {
	width: 100%;
	float: left;
	position: relative;
	color: #d0e6cd;
	font-size: 9vw;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-gallery {
	width: 100%;
	float: left;
	position: relative;
	color: #d0e6cd;
	font-size: 9vw;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_TITLE-contactUs {
	width: 100%;
	float: left;
	position: relative;
	color: #d0e6cd;
	font-size: 9vw;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	margin: 1% 0% 0% 3%;
	z-index: 3;
}
.infoPanel_LINETHRU {
	width: 75%;
	float: left;
	position: absolute;
	padding-bottom: .25%;
	background-color: #41ad49;
	margin: 5.2% 0% 0% 13%;
	display:none;
}
.infoPanel_PIC {
	
}
.infoPanel_VERBIAGE {
	width: 100%;
	float: left;
	color: #666666;
	margin-top: 9%;
	font-size: 5vw;
}






.stacey_PIC {
	width: 75%;
	float: left;
	margin: 0% 12.5% 2% 12.5%;
	border-style: solid;
	border-color: #fff;
	border-width: .175vw;
	line-height: 0%;
}
	
	
	
	
	
	
	
.gallery_PIC {
	width: 30%;
	float: left;
	margin: .5% 1% .5% 1%;
	border-style: solid;
	border-color: #fff;
	border-width: .15vw;
	line-height: 0%;
}
.gallery_PIC:hover {
	border-color: #41AD49;
}	
	
	
	
	
	
	
	
.contactForm_PANEL {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5%;
	width: 85%;
	margin-left: 1%;
	margin-top: 5%;
	font-size: 14px;
	color: #41ad49;
	float: left;
}	
	
	
	
	
	
	



}
