h2{
	font-weight: 500;
	text-align: center;
	color: #2a2a2a;
}
p {
	color: #2a2a2a;
    font-weight: 300;	
}
.tile {
	padding: 0 4em 0 4em;
}
.particon img{
	text-align: center;
	width: 100%;
	height: 50px;
	margin:3em 0 0 0;
}
.jumbotron{
  background: #dadada;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background: url(/images/partners-hero.jpg) 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jumbotron h1 {
	color: #FFF;
	text-align: center;
	font-weight: 500;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
