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

body {
		padding-top: 85px;
	}
	.navbar-fixed-top {
		position: fixed;
		
	}
	.navbar-default {
		background-color: #ffffff;
		border-color: transparent;
	}
	.navbar-nav {
		margin-left:1%;
	}
	 
	.navbar-nav > li {
		padding-top: 18px;
		padding-bottom: 18px;
		text-align: center;
	}
	.navbar-nav > li > a {
		 padding-left: 8px;
		 padding-right: 5px;
  		line-height: 20px;
		text-transform: uppercase;
		 text-align: center;
		font-size: 13px;
	}
		
	.navbar-nav > li > a:hover {
		font-weight: bold;
		padding-left: 12px;
		 padding-right: 4px;
}
	.vline a:after {
		content: '|';
		padding-left: 15px;
		font-weight: normal;
	}
	
	.vline .dropdown-menu a:after {
		content: none;
	}
	
	.dropdown-menu {
		border: none;
		border-radius: 0px;
		-webkit-box-shadow: none;
          box-shadow: none;
		padding: 0px 0px;
		background-color: rgba(255, 255, 255, .75);
		text-transform: uppercase;
	}
	.dropdown-menu > li > a {
  		padding: 13px 20px;
		font-weight: bold;
		font-size: 12px;
		content: none;
	}
	
	
	@media (max-width: 1015px) {
		.navbar-nav > li > a {
		 padding-left: 2px;
		 padding-right: 4px;
		}
		.vline a:after {
		padding-left: 8px;
	}
		.navbar-nav > li > a:hover {
		padding-left: 2px;
		 padding-right: 2px;
}
	}
	@media (max-width:768px) {
		.navbar-nav {
		margin-left:0;
	}
		.vline a:after {
		content: none;
		}
		.navbar-nav > li {
		padding-top: 1px;
			padding-bottom: 1px;}
	}
	
	
	.main-content {
		margin: 50px 20px;
	}
	.service-content {
		margin: 5px 20px 80px 20px;
	}

	.foot {
		background-color: #ebebeb;
		width: 100%;
		clear: both;
	}
	.copy-foot {
		font-size: 9pt;
		color: #9fa1a4;
		padding-top: 20px;
	}
	
#back,
#back2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 600px;
	background-image: url(../about/_imgs/back-about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

#back h3,
#back2 h3 {
	color: #feea8f;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 1.9em;
	letter-spacing: .2em;
	z-index: 1;
	position: relative;
	text-align: center;
}

.test {
	width: 100%;
	height: 70vh;
	background-color: #fff;
	z-index: 1;
	padding: 0;
	box-sizing: border-box;
}

#back,
.test,
#back2 {
	position: relative;
}


.test p {
	font-size: 16px;
	color: #333;
	margin: auto;
	font-weight: 300;
	margin-bottom: 10px;
}
.page-title {
	text-transform: uppercase;
	color: #9fa1a4;
	margin-top:35px;
	letter-spacing: 0.1em;
}
.page-title h3 {
	text-transform: uppercase;
	color: #9fa1a4;
	margin-top:35px;
	margin-bottom:0;
	letter-spacing: 0.1em;
}
.spacer {
	display: block;
	min-height: 55px;
}

@media (max-width: 768px) {
	.copy-foot {
		padding: 25px;
		text-align: center;
	}
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default;
  background: #323233;
  text-align: center;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 50%;
  margin: auto;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #323233;
  text-align: center;
  position: relative;
  font-size: 19px;
  overflow: hidden;
  background-color: transparent;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  padding: 0.5em 0;
}


.hovereffect:hover h2 {
	color: #ffdf6b;
}
		
		@media (max-width: 768px) {
			
			.hovereffect {
				margin-bottom: 10px;
			}
			
		}

.services-head {
	margin-bottom: 40px;
}
.people-head {
	text-transform: uppercase;
	color: #9fa1a4;
	letter-spacing: 0.1em;
}
.people-name {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.1em;
}