.card-title {
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-stretch: semi-condensed;
    margin-bottom: 0;
}

.card-title a:hover {
    color: #001934;
}
.card{
    border-color: #ffffff;
    border-width: 1px;
    min-height: 100px;
}

.card-body{
    padding: 0.5rem;
    position: absolute;
    bottom: 0px;
    background-color: rgba(255,255,255,0.8);
}

.logo-text {
    text-decoration: none;
    color: #333;
}

.logo-text h1{
    display: inline;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 700;
    vertical-align: middle;
}

.logo-img{
    height: 55px;
    width: 55px;
    border: 1px solid #dedede;
    border-radius: 100%;
    padding: 5px;
}


h2{
    display: inline;
    font-size: 0.8rem;
}

.container{
    max-width: 925px;
}

.card, .card-header, .card-body, .card-footer, .card-img-top{
    border-radius:0px !important;
}

.card-img-top {
    width: 100%;
    height: 30vw;
    object-fit: cover;
}

h3{
    font-size: 1.1rem;
}

.card-body{
    padding: 0.5rem;
}

@media only screen and (max-width:768px)  {
    h3{
        font-size: 0.7rem;
        line-height: 0.7rem;
    }
    .card-body{
        padding: 0.1rem;
    }
    .card-title {
        font-weight: 700;
        font-stretch: extra-condensed;
    }
}

@media only screen and (min-width:976px)  {
    .card-img-top {
        height: 20vw;
    }
}

@media (min-width:1280px)  {
    .card-img-top {
        height: 15vw;
    }
}



.input-group{
    flex-direction: column;
    gap: 1rem;
}

.input-group input.form-control{
    width: 100%;
}

.input-group button.btn-primary{
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* HEADING */
.feed .heading{
    width: 100%;
}

.feed .heading .logo-text{
    padding-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(172, 172, 172);
}

/* .feed .heading .logo-text .text{
    gap: .5rem;
} */

/* .feed .heading .logo-text .text h1, .feed .heading .logo-text .text h2{
    margin-bottom: 0;
    line-height: 1.1;
} */

.feed .heading .logo-text .text a{
    text-decoration: none;
    max-height: max-content;
    /* line-height: 1.1; */
}

.logo-text {
    text-decoration: none;
    color: #333;
}

/* .logo-text h1{
    display: inline;
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 700;
    vertical-align: middle;
} */

.logo{
    margin-right: 1.5rem;
}

