/* SECTION */

section {
	background-size:cover;
	background-position:top;
}


			/* ----------- CUSTOM PARTICLE DEFAULTS ----------- */

/* an icon box */
.an-icon-box {
	font-family:'kameron';
}

.an-icon-box img {
	width:100px;
}

.an-icon-box p {
	font-size:18px;
}


/* circle image box */

.circle-image-box img {
	border-radius:50%;
	border:5px solid #ffffff;
	width:100%;
	max-width:400px;
}
	.circle-image-box h3 {
		font-size:24px;
	}




.team-member {
	padding-bottom:15px;
}
	.team-member img {
		width:100%;
	}