.student_profile h1, 
.student_profile h2, 
.student_profile h3, 
.student_profile h4, 
.student_profile h5, 
.student_profile h6{
	font-family: Helvetica Neue, sans-serif;;
}

.bg-profile-img {
    background: transparent url('../images/isak-engstrom-rgYkWfIaWHs-unsplash.png') 0% 0% no-repeat padding-box;
    height: 160px;
    background-position: center;
    box-shadow: 0px 6px 6px #eeeeee;
    background-size: cover;
}
.student_profile .complete_details{
	color: #364E65;
}
.profile_details p{
	color: #A7ABB2;
}

.profile_details .card-img-top {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -100px;
    border: 10px solid #fff;
	display:inline-block;
	background: #fff;
}

.bx-shadow {
    -webkit-box-shadow: 0px 6px 6px #eeeeee;
    box-shadow: 0px 6px 6px #eeeeee;
}

.newsfeed-card {
    position: relative;
    background: #fff;
    padding: 30px;
}
.btn.btn-purple {
    background: #522C48;
    color: #fff;
    width: 100%;
}
.btn.btn-purple:hover{
	background: #EB864F;
	color: #fff;
}
.skills span {
    border: 1px solid #A7ABB2;
    border-radius: 5px;
    padding: 5px 15px;
    margin-right: 10px;
	display: inline-block;
}
.education p{
	margin-bottom: 5px;
}
.education h6{
	font-size: 18px;
}
.education div {
    padding: 15px 0;
    border-bottom: 1px solid #A7ABB2;
}
.education div:last-child {
    border-bottom: none;