/* Body Styles */
body {
    font-family: "Times New Roman", Times, serif;
}

/* Background Styles */
.media-overlay.overlay-bottom,
.bg-dark,
#btn-teleg,
#cnev-gnews,
#hot-topics,
#holiday-alert {
    background: rgba(127, 127, 127, 0.125);
    max-width: 800px;
    margin: 25px 5px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
}

/* Navbar */
.navbar-expand-xl .navbar-nav {
    font-weight: bold;
    font-size: 18px;
}

/* Submenu Font Size */
.sub-menu {
    font-size: 15px;
}

/* Topic Cover Opaque */
.index-slide .slide-content {
    background-color: rgba(0, 0, 0, .5);
    padding: 0.25rem 0.375rem;
    right: 0;
    border-radius: 4px;
}

/* Homepage Post Tile */
.text-md {
    font-size: 1.25em;
}

/* Homepage Swiper */
h4, .h4 {
    font-size: 1.4rem;
}

/* Category Icon Location */
.iconfont {
    padding-bottom: 3px;
}

/* Breadcrumbs */
p#breadcrumbs {
    font-size: 16px;
    font-weight: bold;
}

/* Blockquote */
blockquote {
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    border-left: 2px solid #8ec21f;
}

/* Hyperlink */
.post-content p>a, .post-content li>a, .post-content dd>a, .post-content td a, .post-content th a,
.post-content h1 a, .post-content h2 a, .post-content h3 a, .post-content h4 a, .post-content h5 a,
.post-content h6 a, .post-content em a, .post-content strong a {
    color: #000;
}

/* Navigation Social Button */
.nav-social {
    margin: 8px 22px 8px 18px;
    font-size: 16px;
}

/* Headline Font Size */
h1.mb-3 {
    font-size: 24px;
    line-height: 1.3;
}

/* Byline Font Size - Author */
div.post-meta a {
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: dotted;
}

/* Byline Font Size */
.text-xs {
    font-size: 14px !important;
}

/* Paragraph Font Size */
p {
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    color: #111;
}

/* Paragraph Spacing */
.post-content p {
    margin: 0 0 1rem;
}

/* Post-Image Title Background Color */
.bg-dark {
    background-color: #598232 !important;
}

/* H1 Title Font Size */
h1, .h1, .heading-size-1 {
    font-size: 1.5rem;
    line-height: normal;
}

/* Single List Style */
.post-content li {
    list-style-type: disc;
    line-height: 1.5;
    margin: 18px;
}

/* Card Width Narrow */
.card-md .card-body {
    padding: 1rem;
}

/* Author Profile Photo */
.d-flex {
    align-items: center;
}

.post-author-meta .author-meta-inner {
    padding: 8px;
}

/* Back to Top Button */
.scroll-fixed-menu {
    bottom: 132px;
}

/* Telegram and Google Button */
#btn-teleg {
    margin: 25px 5px;
    text-align: center;
    font-weight: 600;
}

.fa-telegram-plane, .fa-google {
    color: #8ec21f;
}

/* Buy Me a Coffee Button */
#btn-buymecoffee {
    background-color: #96C62F;
    border: none;
    color: white;
    padding: 6px 10px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    margin: 8px 2px;
}

/* Author Background */
div.author-meta-bg {
    background-color: #0c110859;
}

/* Media Query for Small Screens */
@media only screen and (max-width: 769px) {
    .text-md {
        font-size: 1em;
    }
}
