/* CSS Document */

.btn-dark{
	margin: 5px;
}

.logo{
    line-height: 36px;
    font-size: 36px;
    display: block;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.txt p {
	font-size: 18px;
	line-height: 36px;
}

.team-member {
	margin: 15px 0;
	padding: 3px;
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 0 0 3px #eff3f6;
	box-shadow: inset 0 0 0 3px #eff3f6;
	transition: all .3s ease;
}


.team-member > h2 {
	padding-top: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #c75321;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    margin-left: 90px;
}

