

/** STATIC TITLES **/
.about-title			{ padding:100px 0px; }
.about-title h1			{ text-transform:uppercase; font-size:2.5em; font-weight:400; }
.about-title .sub-title	{ font-size:1.3em; }

.about-title				{ border-bottom:5px solid #706E6F; background:#FFFFFF url(backgrounds/static-banner-about.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.about-title h1				{ color:#FFFFFF; text-shadow:0px 2px 3px rgba(0, 0, 0, 0.7);  }
.about-title .sub-title		{ color:#FFFFFF; }

/** MEET THE TEAM **/
.team-wrapper .team-member									{ clear:both; margin:30px 0px 0px 0px; padding:0px 0px 30px 0px; }
.team-wrapper .team-member .image							{ float:left; width:300px; }
.team-wrapper .team-member .image img						{ width:100%; max-width:600px; max-height:800px; }
.team-wrapper .team-member .text-wrapper					{ margin:0px 0px 0px 350px; }
.team-wrapper .team-member .text-wrapper .name				{ text-transform:uppercase; font-size:1.4em; color:#2A2867; }
.team-wrapper .team-member .text-wrapper .bio				{ margin:20px 0px; }
.team-wrapper .team-member .text-wrapper .contact a			{ display:inline-block; padding:10px 20px; text-transform:uppercase; }

.team-wrapper 												{ background:#EFEFEF; }
.team-wrapper .team-member									{ border-bottom:1px dotted #CCCCCC; }

@media sacreen and (max-width:768px){
	#contact-map 			{ height:550px !important; }
}
@media screen and (max-width:660px){
	.about-title			{ padding:30px 0px; }
	.about-title h1			{ font-size:1.9em; }
}