header{
 
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);*/
}

.center-ul{
	display: inline-block;
	text-align: left;
}
.center-ul > li{
	padding-top:10px;
	padding-bottom:10px;
}

.supporttext{
  font-size:24px;
  margin-bottom:30px;
  text-align: justify;
}

.whiteBackground{
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

#team{
  background-color:#dfdfdf;
}

/*.team{
  margin-top: 100px;
}*/

.TeamMember{
  color:#892120;
}

.teamtext{
  text-align: center;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

/*small screens*/
@media screen and (min-width: 240px){
	.col-sm-4{
		padding-top: 8%;
	}
}


/*medium screens*/
@media screen and (min-width: 970px) {
  .teamtext{
    width: 40%;
  }
}

/*large screens*/
@media screen and (min-width: 1170px) {

}
