.card{
    position: relative;
    /* padding-left: 5%; 
    padding-top: 5%; */
    /* width: 80%; */
    max-height: 95%;
}

.post-image{
    width:100%;
    height:260px;
    object-fit: cover;
    border-radius: 5px;
}

.opacity-50 {
    opacity: 0.5;
}

.body-image{
    widows: 100%;
    height: auto;
    /* height: 12rem;
    width: 18rem; */
    border-radius: 5px;
    overflow: hidden;
}

.official{
    position: absolute;
    left: -0.5%;
    top: -0.5%;
    width: 20%;
    height: auto;
}

.official-personal{
    width: 1.3rem;
    height: 1.3rem;
    /* width: 20px;
    height: 20px; */
}

.card-header{
    display: flow-root;
    height:280px;
    overflow: hidden;
}

.card-body{
    display: flow-root;
    height:200px;
    margin-bottom: 20px;
}

.card-body.content-sm{
    display: flow-root;
    height:220px;
    /* margin-bottom: 20px; */
}

.card-body.content-md{
    display: flow-root;
    height:auto;
}

.card-body.content-lg{
    display: flow-root;
    height:310px;
    margin-bottom: 20px;
    overflow: hidden;
}



.card-subtitle{
    font-family: "Raleway", sans-serif;
    font-size: 12px;

}

.card-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .username {
    size: 23rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; 
    margin: 0;
} */

.card-icon{
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    /* width: 30px;
    height: 30px; */
}

.card_description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-follow-body{
    background-color: #4496E3 !important;
    color: white !important;
    border: solid 2px #4496E3 !important;
    border-radius: 20px !important;
    text-decoration: none !important;
}

.navbar-nav .nav-link.active {
    color: #D24848 !important; 
    font-weight: bold; 
}

.tag-category .col-auto h1{
    font-size: 1.5rem;
}

.tag-category .col-auto h1.active{
    font-size: 1.5rem;
    color: #D24848 !important; 
    font-weight: bold; 
}

.fa-heart.home{
    font-size: 1.25rem;
    vertical-align: middle;
    margin-right: 5px;
}

.fa-heart:hover{
    color: #D24848;
    transform: scale(1.2, 1.2); 
}


