﻿/* ============ Base ============ */
body {
    font-family: 'Inter', sans-serif;
    background-color: #000;
}

h1, h2, h3, h4 {
    font-weight: 700;
    letter-spacing: -0.5px;
}

h1 {
    font-size: 2.00em;
}

h2 {
    font-size: 1.80em;
}

.article-list h2 {
    font-size: 1.60em;
}

h3 {
    font-size: 1.60em;
}

h4 {
    font-size: 1.40em;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    border-color: #999;
}

body hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

body h1,
body h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Links inside H2s */
h2 a,
h2 a:hover,
h2 a:active,
h2 a.selected {
    color: #000;
}

/* ============ Layout spacing ============ */
main .container {
    padding-right: 10px;
    padding-left: 10px;
}

.container .row {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 10px;
}

.container .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

/* Global row (used as article cards) */
.row {
    margin-bottom: 15px;
    background: rgba(255,255,255,0.9);
    /* single, effective padding (kept the final one you had) */
    padding: 5px 0 10px 0;
}

    .row p {
        margin: 10px 0;
    }

/* ============ Navbar ============ */
header .navbar {
    margin-bottom: 15px;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Mobile collapse default hidden; shown again in desktop MQ */
#navbar-collapse-1 {
    display: none;
}

/* ============ Article list ============ */
.article-list .img-responsive {
    float: left;
    width: 150px;
    margin: 0 5px 0 0;
    border: 1px solid #999;
    box-sizing: content-box; /* keeps the 150px visual width */
    border-radius: 10px;
}

.article-list hr {
    display: block;
}

.article-list .heading-line {
    display: block;
}

.article-list {
    padding-top: 15px;
}

/* ============ Footer ============ */
footer {
    background: rgba(255,255,255,0.9);
}

    footer p {
        margin: 0;
        padding: 10px 0;
    }

    footer img {
        margin-bottom: 15px;
    }

    footer .row {
        background-color: #E6E6E6;
    }

/* ============ Utilities & components ============ */
.box:after {
    content: '';
    display: table;
    clear: both;
}

.logo-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.small-image {
    float: left;
    margin-right: 10px;
}

/* Responsive video 16:9 */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.predator-names-list {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.50em;
}

/* Button (kept gradient + solid fallback) */
.black_btn {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(1, #7d7e7d));
    background-color: #000;
    border: 0;
    color: #fff;
    padding: 15px;
}

    .black_btn:hover {
        background: #000;
    }

@font-face {
    font-family: 'Yautja-Font';
    src: url('yautja.woff') format('woff'), url('yautja.ttf') format('truetype');
}

.yautja-text {
    font-family: Yautja-Font;
    font-size: 8.00em;
    letter-spacing: 15px;
    color: red;
    line-height: 100px;
    background-color: #000;
    padding: 20px;
}

.translate-text {
    width: 100%;
    height: 100px;
    font-size: large;
}

.text-center {
    text-align: center;
}

/* Breadcrumbs */
.breadcrumbs ol {
    padding-left: 0;
    margin-top: 10px; /* merged duplicate block */
}

    .breadcrumbs ol li {
        display: inline;
        list-style: none;
    }

        .breadcrumbs ol li a {
            color: #777;
        }

/* Ads cleanup: hide unfilled */
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

#predatorstuff {
    width: auto;
}

/* Article item list typography (home lists) */
.article-item-list {
    font-size: 1.25em;
    line-height: 1.6;
}

.article-list .additional-info {
    font-size: medium;
    font-size: 1em;
    color: grey;
}

/* ============ Desktop tweaks ============ */
@media screen and (min-width: 768px) {

    .article-list .row {
        border-radius: 10px;
    }

    .article-list .img-responsive {
        margin-right: 15px;
        width: 250px;
    }

    .recent-articles .row .img-responsive {
        width: 150px;
    }

    /* Show desktop menu */
    #navbar-collapse-1 {
        display: block;
    }

    .navbar {
        border-radius: 0;
        min-height: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar-default {
        border: none;
        background: rgba(255,255,255,0.9);
    }

    .nav > li > a {
        padding: 15px 11px;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.14em;
    }
}

/* ============ Desktop tweaks ============ */
@media screen and (min-width: 1200px) {

    .article-list .row {
        padding-top: 10px;
    }
}

.article-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .article-card img {
        width: 100%;
        border-radius: 8px;
        display: block;
    }

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    border-radius: 0 0 8px 8px;
}

    .overlay-text a {
        color: #fff;
    }

.container .featured-row {
    background-color: black;
}

/* HERO */

.hero-row {
    margin-bottom: 15px;
    margin-right: -10px;
    margin-left: -10px;
}
.hero-card {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

    .hero-card img {
        width: 100%;
        display: block;
    }

.hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 18px;
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.1;
    text-shadow: 0 2px 6px rgba(0,0,0,.6);
    background: linear-gradient(to top, rgba(0,0,0,.8) 35%, rgba(0,0,0,0));
}

/* RIGHT COLUMN */
.latest-box {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 12px;
}

.latest-title {
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    margin: 6px 0 12px;
    position: relative;
}

.latest-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #111;
}

.latest-thumb {
    width: 110px;
    min-width: 110px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
}

    .latest-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.latest-meta .time {
    display: block;
    color: #7a7a7a;
    font-size: 12px;
    margin-bottom: 4px;
}

.latest-headline {
    font-weight: 700;
    line-height: 1.2;
}

/* Small tweaks */
@media (max-width:991px) {
    .hero-overlay {
        font-size: 22px;
    }
}

.featured-row {
    margin-right: -10px;
    margin-left: -10px;
    clear: both;
    padding-top: 15px;
}

/* ===== Table of Contents ===== */


.contents {
    position: relative;
    /* Pull the TOC out to the same left/right edge as the card */
    margin: 0px -10px 26px -10px;
    /* Keep the text aligned with the rest of the article content */
    padding: 10px 10px 10px 20px;
}


    .contents::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        /* Put the border exactly on the card edge */
        left: 10px;
        width: 4px;
        border-radius: 2px;
    }


.contents-title {
    font-size: 1.40em;
    font-weight: 700;
    margin: 0 0 10px;
}


/* Remove default list styling */
.contents-list,
.contents-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Counter numbering */
.contents-list {
    font-size: 1.20em;
    line-height: 1.6;
    counter-reset: item;
}


    .contents-list li {
        counter-increment: item;
        margin: 2px 0;
    }


        /* Numbers (tighter gap) */
        .contents-list li::before {
            content: counters(item, ".") ".";
            display: inline-block;
            margin-right: 0.5em; /* controlled spacing */
            color: #000;
            font-variant-numeric: tabular-nums;
        }


        /* Nested items */
        .contents-list li > ol {
            counter-reset: item;
            margin-top: 4px;
            margin-left: 1.6em;
        }


.contents a {
    text-decoration: none;
}


    .contents a:hover {
        text-decoration: underline;
    }

.main-article h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-meta-info{
    margin-bottom:20px;
}

article .entity-image {
    float: right;
    width: 300px;
    margin: 0 0 20px 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

    .image-caption,
    .article-figure figcaption {
        font-size: 13px;
        color: #666;
        margin-top: 6px;
        line-height: 1.4;
    }