
#baground{
	min-width: 1200px;
	height: 500px;
	background-size: cover;
    background-position: center center;
}
#team{
    width: 1100px;
    box-shadow: 0px 0px 5px #333;
    min-height: 500px;
    background-color: rgba(255,255,255,0.8);
    margin: auto;
    margin-top: -150px;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
}
.team{
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.team img {
    width: 400px;
    height: 350px;
    float: left;
    margin: 10px;
}
.team h1 {
    color: #0096da;
    margin-top: 20px;
    font-size: 20px;
}

.team p {
    font-size: 14px;
    color: #615b58;
    line-height: 26px;
    padding: 5px;
    
}
