.bg-primary{
    background-color: #590d09 !important;
}

.text-white{
    color: #fff !important;
}

.card-img-top{
    object-fit: contain !important;
    background-color: #f0f0f0;
}

.btn-outline-secondary{
    border-color: #d1d5db !important;
}

.card-header{
    background-color: #d8d8d8;
}

.bg-dark{
    background-color: #111 !important;
}

.card-img-top{
    background-image: url('../images/default-folder.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

.article-card img {
    height: 250px;
    object-fit: cover;
}

.text-black{
    color: #111 !important;
}

.accordion-button{
    font-size: 16px;
}

.article-category{
    padding: 1px 3px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0 2px;
    position: relative;
    top: 1px;
    background-color: #0048ff;
}

.badge{
    text-wrap: auto;
}

.pkp_head_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pkp_site_tagline{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
}

.main-logo{
    height: 100px !important; margin-top: -15px; margin-bottom: 40px;
}


@media screen and (min-width: 992px) {
    .sidebar-sticky {
        position: sticky;
        top: 100px;
    }
}

@media screen and (max-width: 600px) {
    .d-flex-mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .main-banner h1{
        font-size: 42px !important;
    }

    .flex-revert-mobile{
        display: flex;
        flex-direction: column-reverse;
    }

    .invert-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    .pkp_navigation_primary_row{
        padding: 10px 0;
    }
}