.parallax {
	background-image: url('../img/logoResize.png');
	background-color: #1d1723;
	min-height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
    background-size:30%;
    width: 100%;
}
.team-header-image {
opacity: 50%;
}

body {
	width: 100%;
}

.service-header-image {
	opacity: 15%;
}
@media screen and (min-width: 600px){
.team-center-content {
	padding-left: 20%;
	padding-right: -20%;

}
}