body {
    background-color:var(--dim-white);
}

.resource-header {
    background-size: cover;
    background-position: left;
    height: 400px;
    color: var(--dim-yellow);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.resource-header .display-4 {
    font-weight: bold;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    color: var(--dim-white);
}

.resource-header .ld {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    color: var(--dim-white);
    line-height: 1.5;
    font-size: 24px;
}

/* Navbar Brand Style */
.navbar-brand img {
    margin-right: 10px;
  }

.navbar-brand span {
    font-weight: bold;
    color: var(--resource-yellow);
}

.center-resource {
    margin: auto;
    max-width: 1024px;
    background-color: var(--resource-black);
}

.ch {
    margin-bottom: 25px;
    padding: 0px 0px;
    background-color: var(--resource-black);
}

.ct {
    margin-bottom: 1.5rem;
}

.resource-txt-tag {
    color: var(--dim-white);
    font-size: 25px;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-style: normal;
    font-weight: 225;
    line-height: normal;
}

/* resource Post Section */
.resource-post-meta {
    color: #6c757d;
    font-size: 0.9rem;
}

.resource-post-title {
    font-size: 1.75rem;
    font-weight: bold;
}

.read-more {
    color: var(--resource-yellow);
    text-decoration: none;
}

.read-more:hover {
    text-decoration: none;
    color: var(--resource-hover);
}

/* Navigation Tab */
.nav-pills .nav-link {
    font-weight: bold;
    border: none;
    background: transparent;
    color: var(--dim-white);
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

.nav-pills .nl {
    border-bottom: 3px solid var(--resource-inactive);
}

.nav-pills .nav-link.active {
    border-bottom: 3px solid var(--resource-yellow);
    background-color: var(--resource-black);
    color: var(--dim-white);
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
}

/* Container padding */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.rnd {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px;
}

.page-item.active .pl-act{
    z-index: 4;
    color: var(--resource-black);
    background-color:  var(--resource-yellow) !important;
    border-color:  var(--resource-yellow) !important;
}

.page-item .pl-act {
    z-index: 4;
    color: var(--resource-black);
    background-color: var(--dim-white) !important;
}

.page-item .nxt {
    z-index: 4;
    color: var(--resource-black);
    background-color:  var(--dim-white) !important;
}

.page-item .prv {
    z-index: 4;
    color: var(--resource-black);
    background-color:  var(--dim-white) !important;
}

.file-text {
    color: var(--blog-category-hover)
}

.resource-details {
    color: var(--blog-category-hover);
    line-height: normal;
}

/* Button styling */
.btn-primary {
    background-color: var(--blog-yellow);
    border-color: var(--blog-yellow);
    color: var(--blog-black);
}

.btn-primary:hover {
    background-color: var(--blog-hover);
    border-color: var(--blog-hover);
}
