/* Site Branding Text */

.branding {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-decoration: none;
}

/* Top Navbar Settings */

.navbar {
    background-color: #2b1c44;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-toggler {
    background-color: #e4e4e4;
    border: none;
}

/* Sticky Footer */

.footer-bs .navbar-nav .nav-link {
    color: #353535;
}

.footer-bs {
    position: relative;
    width: 100%;
    left: 0;
    background-color: #e4e4e4;
    margin-top: 300px;
}

.super-sticky-footer {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 0;
    background-color: #2b1c44;
    color: #ffffff;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
}

.footer-copy {
    color: #353535;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/* Content Containers */

.container h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #353535;
}

.container a {
    color: #353535;
    text-decoration: none;
}

.container .blurb {
    padding-left: 0px;
    padding-right: 0px;
}

.container .blurb p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #353535;
    text-align: left;
}

.container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #353535;
}

.container {
    margin-bottom: 100px;
}

.container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 30px;
}

.container pre {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.container .highlight {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.container .highlight span {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #1d0010;
}

.container .highlight>pre {
    background-color: #1d0010 !important;
}

.container p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.container p a {
    text-decoration: none;
    color: #6699ff;
}



.blob {
    margin-bottom: 20px;
}

/* Pagination */

.paginator {
    margin-top: 20px;
}

/* Tables Extended Styling for Markdown */

th,
td {
    border: 1px solid #ccc;
}

th {
    background-color: #e4e4e4;
    color: #353535;
}

table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Pinned Posts */

.pinned {
    width: 100%;
    position: relative;
    padding-left: 10px;
    background-color: #f0f0f0;
    color: goldenrod;
    border-bottom: 3px solid goldenrod;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.pinned p {
    margin-left: 20px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.pinned span {
    position: absolute;
    left: 0;
}

/* Paginator */

.pagination {
    display: flex;
    list-style: none;
    border-radius: .25rem;
    margin: 20px 0;
    padding: 0;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .75rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.homepage .page-link,
.listing .page-link {
    background-color: #ccc;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2b1c44;
    border-color: #333;
}
