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

@media only screen and (max-width: 750px) {
	
.typeCServices {
	width: 100%; 
	float: left; 
	margin-left: 2%; 
	padding-left: 0%;
	padding-bottom: 8%;
	background-color: #ffffff;  /*padding-right: 10%;*/ 
	}	

/*quote*/
#quoteWrapper{width: 75%; height: auto; margin: 0 auto; display:table;}	
#quoteWrapper .col { display: table-cell; }	
	
.quoteIcon {
	width: 90%; 
	float: left; 
	padding-left: 2%; /*padding-right: 10%;*/}	
	
.quoteText {
	width: 100%; 
	padding-left: 0%; 
	/*float: right; padding-right: 10%;*/
	}
	
.quoteIcon img{
	text-align: left;
	display: block;
	float: left;
	padding-left: 42%;
	margin-left: 15px;
	margin-right: 25px;
	padding-bottom: 5%;
}	
	
.quoteText p {
	text-align: center;
}
	
.quoteText h3 {	
	text-align: center;
}
	
.gallery__item--1 h1 {font-size: 28px; line-height: 35px; padding-top: 0px; padding-left: 10%; padding-bottom: 1%; margin: 0px;}	
	
	
/*connect*/	
#connectWrapper{
	width: 90%; 
	height: auto; 
	margin: 0 auto; 
	display:table;
	}	
	
.connectSpcr {
	width: 8%; 
	float: left;}	
	
.connectContent {
	width: 90%; 
	float: left; 
	padding-left: 0%;}		
	
.connectImg {
	width: 90%; 
	margin: 0 auto;
	text-align: center;
	/*float: left;*/ 
	padding-left: 6%;
	/*padding-right: 10%;*/ }
}

/*footer*/		
#footer p{ 
	text-align: center;
	margin-left: 0%;
}	



@media only screen and (max-width: 600px) {
	a {
	/*color: #70BE44!important;
	font-size: 18px;*/
	font-family: Raleway, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	/*padding-bottom: 20px;*/
	}
	
a[href^="tel"], a[href^="sms"] {
	text-decoration: none;
	color: #000000; 
	pointer-events: none;
	cursor: default;
}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
	text-decoration: none!important;
	color: #000000 !important; 
	pointer-events: auto;
	cursor: default;
}
	
	
.sticky{display: none;}

.resizeHdr850 {display:none;}	
.resizeHdr600 {display:block; width: 100%;}
.resizeHdr {display:none;}
	
	
.topnav {
	display: block!important;
  overflow: hidden;
  background-color: #70BE44;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */   
.topnav a.icon {
  background: #70BE44;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
	height: 35px;
}
	

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #94ce73;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #000000;
  color: white;
}	
	
/*our work*/
	#workProjectWrapper {width: 90%; margin: 2rem auto; }	
	
	
	
}