
body{
	font-family: "M PLUS Rounded 1c";
}

*:hover{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

section{
    float:left;
    width:100%;
    background: #fff;  /* fallback for old browsers */
    padding:30px 0;
}

h1{
	float:left;
	width:100%;
	color:#232323;
	margin-bottom:30px;
	font-size: 14px;
}

h1 span{
	display:block;
	font-size:45px;
	text-transform:none;
	margin-bottom:20px;
	margin-top:30px;
	font-weight:700
}

h1 a{
	color:#131313;
	font-weight:bold;
}

.profile-card-5{
    margin-top:20px;
}

.profile-card-5 .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}

.profile-card-5 .btn-primary{
	background-color:#4E5E30;
    border-color:#4E5E30;
}

.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}

.profile-card-5 .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}

.profile-card-5 h2 {
	margin: 0 0 5px;
	font-weight: 600;
	font-size:25px;
}

.profile-card-5 h2 small {
	display: block;
	font-size: 15px;
	margin-top:10px;
}

.profile-card-5 h5{
    color:#4E5E30;
    font-weight:600;
}

.profile-card-5 p{
    font-size:14px;
    font-weight:300;
}

.profile-card-5 i {
	display: inline-block;
	font-size: 16px;
	color: #232323;
	text-align: center;
	border: 1px solid #232323;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin:0 5px;
}

.profile-card-5 .icon-block{
    float:left;
    width:100%;
    margin-top:15px;
}

.profile-card-5 .icon-block a{
    text-decoration:none;
}

.profile-card-5 i:hover {
	background-color:#232323;
	color:#fff;
	text-decoration:none;
  }
  