.profile-head {
    transform: translateY(5rem)
}

.cover {
    /* background-image: url('images/author-bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    background-color: #2cb66ee8;
}

.padded {
    padding: 100px 0;
}

.wrapper-grey {
    background: #F4F4F4;
}

.avatar {
    width: 30px;
    border-radius: 50%;
}

.avatar-bordered {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: white 1px solid;
}

.avatar-large {
    width: 50px;
}

.card {
    height: 180px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    background-size: cover !important;
    color: white;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 0;
    overflow: hidden;
}

.card-user {
    position: absolute;
    right: 10px;
    top: 10px;
}

.card-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #2cb66e63;
    padding: 0 10px;
    border-radius: 2px;
    z-index: 9;
}

.card-category a {
    color: #fff;
    font-size: 14px;
}

.card-description {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 3;
}

.card-description h2 {
    font-size: 18px;
    margin: 0;
    font-family: 'shyamal-sylhet';
    font-weight: bold;
}

.card-description h2 a {
    color: #fff;
}

.card-description h2 a:hover {
    color: rgb(212, 212, 212);
}

.card-description p {
    font-size: 15px;
}

.card-link {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient( 1deg, black, #00000000);
    opacity: .5;
}

.card-link:hover a {
    color: rgb(212, 212, 212);
}

.features img {
    width: 100px;
}

.features h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.features p {
    font-size: 15px;
    font-weight: lighter;
}

.title h2 {
    border-bottom: 0.5px solid #ddd;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}