@media screen and (max-width:1200px) {

	header {
		width: 90%;
		margin: 0 auto;
	}

	.intro-content {
		display: inline-block;
		width: 70%;
	}

	.hero .hero-content {
		padding-top: 28%;
	}



}



/* Responsive nav kicks in */
@media screen and (max-width:991px) {
		.member h2 {
		font-size: 1.4em;	
		}
		
		a .clse, a .lft, a .rgt, a .facebook, a .linkedin {
		width: 25px;
		height: 25px;
		background-size:cover;

	 }
			

	
	header {
		width: 90%;
		padding-left: 25px;
	}

	.hero .hero-content {
		padding-top: 32%;
	}

	
	.intro-content {
		display: inline-block;
		width: 75%;
		margin-bottom: 30px;
	}

	.last {
		margin: 0;
	}

	
	.hero-strip {
		margin-top: 0;
	}

	footer .social-share {
		display: none;
	}

	footer .footer-links {
		margin: 35px 0 35px 0;
	}
}

	@media screen and (min-width:640px) {

			
	}

	@media screen and (max-width:640px) {
		
	.navbar-custom ul.nav li a {
		font-size: 1.5em;	
		text-transform: uppercase;
		padding-top: 20px;
		padding-bottom: 20px;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out
	}

		
		.col-md-2.member_space {
		display:none;	
		}
		.col-xs-2.member_space {
				
		}
		.member h2 {
		font-size: 1em;	
		}
		.col-xs-6.member {
			margin-top: 5px;
	border-radius: 1.2em;
	border:solid;
	border-width: 5px;
	border-color:#7CA8C1;
	
	}
	
		.hero .hero-content {
			padding-top: 41%;
		}

		.hero .btn {
			display: block;
			width: 80%;
			margin: 0 auto;
		}

		.hero .btn:first-of-type {
			margin-bottom: 20px;
		}

		.hero h1 {
			font-size: 50px;
		}

		.btn-margin-right {
			margin-right: 0px;
		}


		.team_text.section-padding {
			padding-top: 0;
			margin-top: 0;
			
		}
				#team h2 {
		padding-top: 40px;	
		}
				.member {
	border-radius: 1em;

}
  .team_members h2 {
	  font-size:1em; 
	}

	}
