/* Add here all your CSS customizations */

/*#team-header {
	min-height: 250px;
	background-image: url('/img/team/team-all.jpg');
	
	@media (min-width: 680px) {
    background-image: url('/img/team/team-all.jpg');
	}
	
    opacity: 0.6;
    -webkit-filter: contrast(100%); /* Chrome, Safari, Opera 
    filter: contrast(100%);
    background-position: -500px -100px; 
     background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
    -webkit-filter: grayscale(100%);	 
       
}*/
#our-team .section {
 margin-top:0px !important;
}
#our-team {
	min-height: 250px;
	margin-top:0x !important;
	background-image: url('/img/team/team-all.jpg');
	
	@media (min-width: 680px) {
    background-image: url('/img/team/team-all.jpg');
	}
	
    
   opacity: 0.6;
   margin-bottom:25px !important;
   border-top:3px solid #666;
     background-repeat: no-repeat;
    background-size: cover;
	
    
	
}
#home-who .section {
 margin-top:0px !important;
}
#home-who {
	min-height: 250px;
	margin-top:0x !important;
	background-image: url('/img/team/production.jpg');
	
	@media (min-width: 680px) {
    background-image: url('/img/team/production.jpg');
	position: fixed;
	}
	
    
   
     background-repeat: no-repeat;
    background-size: cover;
	
    
	
}

#home-who-text {
	z-index:1;
	color:#000;
}
#home-who .mb-none {
	color:#000 !important;
}
.single-post img {
	max-width:100%;
	height:auto;
}
.alignnone {
	display:block;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}
.alignleft {
	display:block;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.alignright {
	display:block;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
}
.aligncenter {
	display:block;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}