.jumbotron{
	min-height: 0px !important;
}
.jumbotron .slogan{
    /* background-image: url(../img/about.jpg); */
}
.jumbotron .slogan .layer{
	background-color: #fff;
}
.jumbotron .slogan .layer h1{
	color: #000;
}
#brief p{
	line-height: 2;
	font-weight: 300;
}

.about-bg{
	background-image: url(../img/about-bg-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.team > div{
	margin-bottom: 30px;
}
.card{
	border-width: 1;
	box-shadow: 0 12px 15px rgba(140,152,164,.1);
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 8px;
	border: 1px solid rgba(245, 246, 247, 0.7);
}
.card-body{
	/* flex: 1 1 auto;
	min-height: 1px;
	padding: 24px; */
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.5rem;
}

.position{
	font-size: 80%;
	font-weight: 600;
	
}
.name{
	font-weight: 600;
}
.brief{
	color: #7d7d7d;
	font-weight: 300;
}
.card-footer{
	padding: 24px;
}
.card-footer .btn{
	padding: 4px 8px;
}
