.mission-div {
	
	background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    /* bottom, image */
    url(/portals/38/1416524491212.jpeg);
	background-attachment: fixed;
	width:100%;
	background-size: cover;
	background-position: center center;
	min-height:200px;
	margin: auto;
	color:white;
	padding: 75px 50px 75px 50px;
	
}



.overlay-text {
		opacity:1;
	z-index: 1000;
		position:relative;
		color: white;
}

.staff {
	padding: 50px 50px 50px 50px;
}

.thumbnail {
	padding-bottom: 15px;
}