.card-style{
    max-width: 850px;
    margin: auto;
}

.card-img-style{
    margin-left: -12px;
    height: 185px;
}

.img-desktop{
    display: block;
}

.img-mobile{
    display: none;
}

@media only screen and (max-width: 768px) {
    .card-img-style{
        min-width: 105.5%;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
    }

    .card-style {
        max-width: 450px;
    }

    .img-mobile{
        display: block;
    }

    .img-desktop{
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .card-img-style {
        min-width: 107.5%;
    }

    .card-style {
        max-width: 340px;
    }
}

.profile-navbar a{
    color: gray;
    font-size: 16px;

}

.profile-navbar .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
     color: #ffc107;
     background-color: transparent;
     border-color: transparent;
}

.profile-navbar .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #ffc107;
}

.footer-div-top{
    border-top: 1px solid #2a2e39
}

.btn-custom-style{
    margin-top: -32px
}

