.wrapper {
    background-color: #f2840d;
}
.custom-color {
    color: #ee5500;
}
.well {
	margin-bottom: 20px;
	border: none;
	background-color: #fff;
}
h1 {
	font-size: 27px;
	font-weight: bold;
}
.headline {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.person-label {
	font-weight: bold;
	font-size: 14px;
}
.team-social{
	margin-bottom: 5px;
	display: block;
}
.team-social li a {
    font-size: 23px;
    padding: 6px 13px;
    margin: 10px 0px;
    display: block;
    border-radius: 50% !important;
}
.team-social li i {
    min-width: 20px;
    text-align: center;
}
.margin-auto {
	margin-right: auto;
	margin-left: auto;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
