body {
	padding-top: 50px;
	color: #959595;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: black;
	}
	
.feature {
	
	background-image: url("logoS.png");
	background-size: cover;
	background-position: center center;
	min-height: 325px;
	padding: 70px 0;
	}

div.webClients {
	
}
.column {
    width: 100%;
}
.columnr {
    width: 100%;

}
@media screen and (min-width: 500px){
.feature {
	background-image: url("team.jpg");
	background-size: cover;
	background-position: 50% 50%;
	min-height: 400px;
	color: black;	
	}
}

.webClients:after {
    content: "";
    display: table;
    clear: both;
}
}


#feature-carousel {
	min-height: 400px;
	}

#feature-carousel img {
	margin: 0 auto;
	}
		
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: #e89a00;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 .sponsors {
 	background-color: #fff;
	padding: 30px 0;
	background-image: url("sponsors.png");
	background-size: cover;
	background-position: center center;
	min-height: 300px;
 }
.small-print {
	background-color: #fff;
	padding: 30px 0;
}
.sponsors,
.feature,
.page-intro,
.article-intro,
.footer-blurb,
.small-print {
	text-align: center;
	}