@view-transition {
    navigation: auto;
}

#panel,
#main-nav {
    view-transition-name: contentfade;
}


::view-transition-old(contentfade) {
    animation: none;
    opacity: 1;
}

/* New stuff coming in */
::view-transition-new(contentfade) {
    animation: fade 0.1s ease-out reverse;

}

@keyframes fade {
    from {
        opacity: 1;
        background-color: rgba(255, 255, 255, 100);
    }

    to {
        opacity: 0;
        background-color: rgba(255, 255, 255, 0);

    }
}

/* Color Settings and Adjustments */

/* original back text     --color-text: #1f1f1f;#4a4a4a */

:root {
    --color-bg: whitesmoke;
    --color-text: #4a4a4a;
    --color-title: #000000;
    --color-subhead: #1f1f1f;
    --color-social: #591313;
    --color-link: #1579c7;
    --color-noticebg: #f4f8fa;
    --color-side: #141414;
    --grad-break: linear-gradient(to right, #99020200, #830505, #830505, #99020200);
    --hue-rotate: 0deg;
    --val-adjust: 1;

}

html[data-theme="light"] {
    --color-bg: #f5f4f2;
    --color-text: #1f1f1f;
    --color-title: #000000;
    --color-subhead: #930030;
    --color-social: #71153b;
    --color-link: #1579c7;
    --color-noticebg: #f4f8fa;
    --color-scroll: initial;
    --color-scroll2: initial;
    --color-comments: #f9f9f9;
    --color-comments-author: #aaa;
    --hue-rotate: 330deg;
    --hue-undo: 30deg;
    --color-side: #110e13;
    --val-adjust: 1.2;
}

html[data-theme="dark"] {
    --color-bg: #131318;
    --color-text: #dbdbdb;
    --color-title: #f7f7f7;
    --color-subhead: #a8224e;
    --color-social: #71153b;
    --color-link: #9dc8ee;
    --color-noticebg: background-color: rgba(255, 255, 255, 0);
    --color-scroll: #999999;
    --color-scroll2: #141414;
    --color-comments: #1a1b1e;
    --color-comments-author: #aaa;
    --front-gradiant: unset;
    --hue-rotate: 330deg;
    --hue-undo: 30deg;
    --color-side: #110e13;
    --val-adjust: 1.2;
}

html[data-theme="olddark"] {
    --color-bg: #1a1a1a;
    --color-text: #c4c4c4;
    --color-title: #f7f7f7;
    --color-subhead: #8c1c22;
    --color-social: #591313;
    --color-link: #84a8c8;
    --color-noticebg: background-color: rgba(255, 255, 255, 0);
    --color-scroll: #999999;
    --color-scroll2: #141414;
    --front-gradiant: unset;
}

html[data-theme="oldlight"] {
    --color-bg: whitesmoke;
    --color-text: #1f1f1f;
    --color-title: #000000;
    --color-subhead: #1f1f1f;
    --color-social: #591313;
    --color-link: #1579c7;
    --color-noticebg: #f4f8fa;
    --color-scroll: initial;
    --front-gradiant: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 100%);
}

html[data-theme="neolight"] {
    --color-bg: #f5f4f2;
    --color-text: #1f1f1f;
    --color-title: #000000;
    --color-subhead: #930030;
    --color-social: #71153b;
    --color-link: #1579c7;
    --color-noticebg: #f4f8fa;
    --color-scroll: initial;
    --color-scroll2: initial;
    --hue-rotate: 330deg;
    --hue-undo: 30deg;
    --color-side: #110e13;
    --val-adjust: 1.2;
}

html[data-theme="neodark"] {
    --color-bg: #131318;
    --color-text: #dbdbdb;
    --color-title: #f7f7f7;
    --color-subhead: #a8224e;
    --color-social: #71153b;
    --color-link: #9dc8ee;
    --color-noticebg: background-color: rgba(255, 255, 255, 0);
    --color-scroll: #999999;
    --color-scroll2: #141414;
    --front-gradiant: unset;
    --hue-rotate: 330deg;
    --hue-undo: 30deg;
    --color-side: #110e13;
    --val-adjust: 1.2;
}

/* html[data-theme="pink"] {
    --color-bg: #131318;
    --color-text: #c4c4c4;
    --color-title: #f7f7f7;
    --color-subhead: #a8224e;
    --color-link: #84a8c8;
    --color-noticebg: background-color: rgba(255, 255, 255, 0);
    --color-scroll: #999999;
    --color-scroll2: #141414;
    --front-gradiant: unset;
    --hue-rotate: 330deg;
    --color-side: #110e13;
    --val-adjust: 1.2;
} */

#panel {
    background-color: whitesmoke;
    background-color: var(--color-bg);
    color: #1f1f1f;
    ;
    color: var(--color-text);
}

.notices {
    background-color: var(--color-noticebg) !important;
}

.modeToggle {
    border: 0;
    background: unset;
    width: 100%;
    color: white;
    opacity: 0;
}

.modeToggle:hover {
    border: 0;
    background: unset;
    width: 100%;
    color: white;
    opacity: 100;
    transition: 1s;
}

a {
    color: var(--color-link)
}

.crisp {
    image-rendering: pixelated;
}

.bkvideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    top: 0;
    left: 0;
}

/* Font and Other Styling */

@font-face {
    font-family: Oswald;
    src: url(Oswald.ttf);
}

@font-face {
    font-family: Bitfont;
    src: url(bitfont.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoR;
    src: url(Roboto-Regular.ttf);
}


@font-face {
    font-family: RobotoItalic;
    src: url(Roboto-Italic.ttf);
}


@font-face {
    font-family: Atkinson;
    src: url(ah-regular.ttf);
}

body {
    overflow: scroll;
    font-family: "Roboto", sans-serif;
    /* Show scrollbars  */
}

@media screen and (min-width: 1200px) {

    p,
    li,
    ul,
    code {
        font-size: 25px;
    }
}

html,
body {
    word-break: break-word;
    scrollbar-color: var(--color-scroll) var(--color-scroll2);
}

.content>p {
    line-height: 35px;
}

#panel {
    overflow: hidden;
}

.content {
    overflow: visible;
    padding: 0px 2em;
}

.subcomment a {
    font-size: 0.6em;
    color: gray;
  }

/* Really confusing Toggle Button for Dark Mode */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 19px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: #750000;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 2px;
    bottom: 1px;
    background-color: #a11;
    transition: .4s;
    border-radius: 2px;
    opacity: 50%;
}

input:checked+.slider {
    background-color: #750000;
}

input:checked+.slider:before {
    transform: translateX(19px);
    background-color: #a11;
    opacity: 50%;
}

.dicons {
    opacity: 50%;
    fill: black;
}

.moon {
    float: right;
    height: 14px;
    margin-top: 3px;
    margin-right: 2px;
}

.sun {
    float: left;
    height: 17px;
    margin-top: 2px;
    margin-left: 2px;
}

/* Keeps Hamburger from moving posts and styles it to match */

.hamburger {
    position: absolute;
    z-index: 100;
    top: -2px;
    padding: 15px 10px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #8a8a8a;
    width: 30px;
}


/* Header and Hero CSS */

h1,
h2,
h3,
h4 {
    font-family: Oswald;
    color: var(--color-subhead)
}

.header {
    font-family: Oswald;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top, center;
    margin-top: 0px;
    text-align: center;
}

.centerheader {

    background-position: center, center;
}

.header h2 {
    font-size: 60px;
    color: var(--color-title);
    margin-bottom: 2px;
    font-family: Oswald;
    margin-top: 10px;
    line-height: 70px
}

.header-hr {
    border: 0;
    height: 18px;
    background: #3330;
    background-image: linear-gradient(to right, #99020200, #830505, #830505, #99020200);
    margin-top: 4px;
    margin-bottom: 1.5em;
    filter: hue-rotate(var(--hue-rotate));
}

.footer-hr {
    height: 1px;
}

.hero h2 {
    color: white;
    padding: 250px 0 0 0;
    font-size: 80px;
    margin: auto;
    font-size: 80px;
    width: 90%;
    filter: drop-shadow(5px 5px 5px #000A);
    font-family: Oswald;
    line-height: 60px;
    text-shadow: -1px -1px 5px #000, 2px 2px 5px #000;
}

.hero {
    height: 700px;
    -webkit-mask-image: linear-gradient(180deg, rgb(0% 0% 0%) 0%, rgb(0% 0% 0% / 0.9999847412109375) 6.25%, rgb(0% 0% 0% / 0.999755859375) 12.5%, rgb(0% 0% 0% / 0.9987640380859375) 18.75%, rgb(0% 0% 0% / 0.99609375) 25%, rgb(0% 0% 0% / 0.9904632568359375) 31.25%, rgb(0% 0% 0% / 0.980224609375) 37.5%, rgb(0% 0% 0% / 0.9633636474609375) 43.75%, rgb(0% 0% 0% / 0.9375) 50%, rgb(0% 0% 0% / 0.8998870849609375) 56.25%, rgb(0% 0% 0% / 0.847412109375) 62.5%, rgb(0% 0% 0% / 0.7765960693359375) 68.75%, rgb(0% 0% 0% / 0.68359375) 75%, rgb(0% 0% 0% / 0.5641937255859375) 81.25%, rgb(0% 0% 0% / 0.413818359375) 87.5%, rgb(0% 0% 0% / 0.2275238037109375) 93.75%, rgb(0% 0% 0% / 0) 100%);
    mask-image: linear-gradient(180deg, rgb(0% 0% 0%) 0%, rgb(0% 0% 0% / 0.9999847412109375) 6.25%, rgb(0% 0% 0% / 0.999755859375) 12.5%, rgb(0% 0% 0% / 0.9987640380859375) 18.75%, rgb(0% 0% 0% / 0.99609375) 25%, rgb(0% 0% 0% / 0.9904632568359375) 31.25%, rgb(0% 0% 0% / 0.980224609375) 37.5%, rgb(0% 0% 0% / 0.9633636474609375) 43.75%, rgb(0% 0% 0% / 0.9375) 50%, rgb(0% 0% 0% / 0.8998870849609375) 56.25%, rgb(0% 0% 0% / 0.847412109375) 62.5%, rgb(0% 0% 0% / 0.7765960693359375) 68.75%, rgb(0% 0% 0% / 0.68359375) 75%, rgb(0% 0% 0% / 0.5641937255859375) 81.25%, rgb(0% 0% 0% / 0.413818359375) 87.5%, rgb(0% 0% 0% / 0.2275238037109375) 93.75%, rgb(0% 0% 0% / 0) 100%);
}

.date {
    font-size: 20px;
    font-style: italic;
    font-weight: 350;
}

.hero .date {
    color: white;
    text-shadow: 0px 0px 3px #000000, -1px -1px 0px #000, 1px 1px 0px #000;
    filter: drop-shadow(4px 4px 8px #000000dd);
}

.page-title {
    line-height: 90px !important;
    margin-bottom: 10px !important;

}

.subtitle {
    color: var(--color-title);
    margin-top: -10px;
    font-style: italic;
}

.subtitle.white {
    text-shadow: 0px 0px 3px #000000, -1px -1px 0px #000, 1px 1px 0px #000;
    color: white;
}

.darken {
    background-color: #00000082;
    background-blend-mode: multiply;
}

.readmore {
    padding-left: 20px;
}

/* list fix */

li {
    margin-bottom: 0.5em;
}

ul {
    margin-top: 0.5em;
    margin-bottom: 0.7em;
}

/* For the Blog List */

.minhero .date {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 1px #000, 1px 1px 5px #000;
}

.minhero .subtitle {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 1px #000, 1px 1px 5px #000;
}

.header a h2:hover {
    color: #aaaaaa;
}

.minhero {
    height: 300px;
    margin-bottom: 1.5em;
    /* -webkit-mask-image: linear-gradient(180deg, rgb(0% 0% 0%) 0%, rgb(0% 0% 0% / 0.9999847412109375) 6.25%, rgb(0% 0% 0% / 0.999755859375) 12.5%, rgb(0% 0% 0% / 0.9987640380859375) 18.75%, rgb(0% 0% 0% / 0.99609375) 25%, rgb(0% 0% 0% / 0.9904632568359375) 31.25%, rgb(0% 0% 0% / 0.980224609375) 37.5%, rgb(0% 0% 0% / 0.9633636474609375) 43.75%, rgb(0% 0% 0% / 0.9375) 50%, rgb(0% 0% 0% / 0.8998870849609375) 56.25%, rgb(0% 0% 0% / 0.847412109375) 62.5%, rgb(0% 0% 0% / 0.7765960693359375) 68.75%, rgb(0% 0% 0% / 0.68359375) 75%, rgb(0% 0% 0% / 0.5641937255859375) 81.25%, rgb(0% 0% 0% / 0.413818359375) 87.5%, rgb(0% 0% 0% / 0.2275238037109375) 93.75%, rgb(0% 0% 0% / 0) 100%);
    mask-image: linear-gradient(180deg, rgb(0% 0% 0%) 0%, rgb(0% 0% 0% / 0.9999847412109375) 6.25%, rgb(0% 0% 0% / 0.999755859375) 12.5%, rgb(0% 0% 0% / 0.9987640380859375) 18.75%, rgb(0% 0% 0% / 0.99609375) 25%, rgb(0% 0% 0% / 0.9904632568359375) 31.25%, rgb(0% 0% 0% / 0.980224609375) 37.5%, rgb(0% 0% 0% / 0.9633636474609375) 43.75%, rgb(0% 0% 0% / 0.9375) 50%, rgb(0% 0% 0% / 0.8998870849609375) 56.25%, rgb(0% 0% 0% / 0.847412109375) 62.5%, rgb(0% 0% 0% / 0.7765960693359375) 68.75%, rgb(0% 0% 0% / 0.68359375) 75%, rgb(0% 0% 0% / 0.5641937255859375) 81.25%, rgb(0% 0% 0% / 0.413818359375) 87.5%, rgb(0% 0% 0% / 0.2275238037109375) 93.75%, rgb(0% 0% 0% / 0) 100%);
    */
}

.minhero h2 {
    text-shadow: -1px -1px 5px #000, 2px 2px 5px #000;
    filter: drop-shadow(8px 8px 5px #000000aa);
    padding-top: 0px;
    color: white;
    margin-bottom: 0px;
}

.backgroundimage {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

/* Social */

.socialbar {
    width: 100%;
    margin: auto;
    margin: auto;
    margin-top: 20px;
}

.social {
    width: 75%;
    height: 45px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: left, center;
    font-family: Bitfont;
    color: var(--color-social);
}

.social a {
    font-family: Bitfont;
}

.social p {
    font-size: 25px !important;
    line-height: 45px;
    margin-left: 49px;
}

.email {
    background-image: url(pixelmail.png);
}

.feed {
    background-image: url(pixelfeed.png);
}

.bluesky {
    background-image: url(pixelbluesky.png);
}

.twitter {
    background-image: url(pixeltwitter.png);
}

.tumblr {
    background-image: url(pixeltumblr.png);
}

.cohost {
    background-image: url(pixelcohost.png);
}


@media screen and (min-width: 1200px) {
    .toggle-button {
        visibility: hidden;
        display: none;
    }
}

/* Sidebar tweaks */

.logobox {
    margin-top: 16px;
}

.metismenu li {
    text-align: center;
}

.metismenu li a {
    font-family: Bitfont;
    font-size: 20px !important;
}

.sidebar-nav .metismenu a:active,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:hover {
    background: #761c1c56;
}

.active-page {
    background: #0a0a0a
}

.titlemargin {
    margin-bottom: -18px;
}

.rightbox {
    max-width: 40% !important;
    float: right;
    font-style: italic;
    text-align: center;
    font-size: 16px !important;
    margin: 0px 0px 0px 15px;
}

.leftbox {
    max-width: 40% !important;
    float: left;
    font-style: italic;
    text-align: center;
    font-size: 16px !important;
    margin: 0px 15px 0px 0px;
}

div.fullbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
}

.fullbox p {
    width: 100%;
    text-align: center;
    margin: auto;
}

.fullbox img {
    width: 100%;
    text-align: center;
}

.pixelbar {
    width: 320px;
    height: 20px;
    background-image: url(pixels.png);
    margin: 8px 0px 16px 0px;
    filter: brightness(var(--val-adjust));
}

.pixelbar[data-theme="pink"] {
    filter: brightness(1.3);
}

.hrside {
    border: 1px solid #585858;
}

.main-nav {
    background-color: var(--color-side);
}

.sidebar-nav ul {
    background-color: var(--color-side);
}

.search-wrapper {
    text-align: center;
    direction: ltr;
}

.search-wrapper .search-input {
    width: 90% !important;
    height: 30px;
}

p {
    margin-top: 5px;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pagination {
    font-size: 26px;
    width: 100%;
    text-align: center;
    font-family: monospace;
}

.simplesearch .rightbox {
    display: none;
}

.content .search-input {
    width: 100% !important;
    display: inline-block;
}

.main-nav {
    overflow-x: hidden;
}

.main-nav::-webkit-scrollbar {
    width: 2px;
}

.tags {
    line-height: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 10px;
}

.tagbox {
    width: 90%;
    padding-bottom: 20px;
}

/* Post Utilities */

/* Midheader */

.midheader {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center;
    height: 300px;
    display: flex;
    align-items: center;
}


.midtitle {
    font-size: 70px;
    line-height: 65px;
    width: 100%;
    color: white;
    filter: drop-shadow(4px 4px 3px #000);
}

.midtitle a {
    color: white;
}

.midtitle a:hover {
    color: #DDDDDD;
}

/* tool tip */

.tooltip {
    cursor: help;
    position: relative;
    display: unset;
    border-bottom: 1px dotted var(--color-text);
    /* If you want dots under the hoverable text */
    background: none;
    font: inherit;
    padding: 0;
}

.tooltip .tiptext {
    display: none;
    width: 50vw;
    background-color: #600000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1em 1em;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 1;
    opacity: 100;
    transition: opacity 0.3s;
    font-size: 18px !important;
    border: 0;
    margin-bottom: 1em;
    opacity: 0%;
    filter: hue-rotate(var(--hue-rotate));
}

.tooltip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tiptext:popover-open {
    opacity: 100%;
    /* Show when targeted */
    display: inline-block;
}

.tooltip:active .tiptext {
    visibility: visible;
    display: inline-block;
    opacity: 100%;
}

.mw {
    max-width: 100%;
}

.mmw {
    max-width: 100%;
    width: 100%;
}

/* Flex Box Image Sidebars! */
@media screen and (min-width: 1200px) {
    .flex {
        display: flex;
        margin: -25px 0px -5px 0px;
    }

    .box30.boxleft {
        margin: 10px 50px 10px 0px;
    }

    .box30 {
        display: flex;
        flex-grow: 1;
        width: 30%;
        font-style: italic;
        text-align: center;
        flex-direction: column;
        justify-content: space-evenly;
        font-size: 16px !important;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 50px;
    }

    .box70 {
        width: 65%;
    }

    .boxleft h2 {
        text-align: right;
        margin-right: 20px;
    }

    .box70.splitboxsmall {
        width: 80%;
    }

    .box30.splitboxsmall {
        width: 20%;
    }

    .box30.splitboxsmall p {
        font-size: 16px;
    }

    .box30>p {
        display: flex;
        flex-flow: column
    }
}

@media screen and (max-width: 1200px) {
    .flex {
        display: flex;
        flex-direction: column;
        margin: -25px 0px -5px 0px;
    }

    .flex.flexleft {
        flex-direction: column-reverse;
    }

    .box30.boxleft {
        margin: 10px 0px 10px 0px;
    }

    .box30 {
        display: flex;
        width: 100%;
        max-height: 330px;
        font-style: italic;
        text-align: center;
        flex-direction: row;
        justify-content: space-evenly;
        font-size: 16px !important;
        margin-top: 10px !important;
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .box30 p {
        font-size: 16px !important;
    }

    .box30 img {
        max-width: 100%;
        max-height: 300px;
        display: block;
    }

    .box70 {
        width: 100%;
    }

    .boxleft h2 {
        text-align: left;
        margin-right: 20px;
    }

    .box30.splitboxsmall p {
        font-size: 16px;
    }

    .tags {
        line-height: 24px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.featherlight-content {
    padding: 0px !important;
    border-bottom: 0px !important;
}

.featherlight .featherlight-close-icon {
    background: rgba(255, 255, 255, .0) !important;
}

blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
}

blockquote p {
    text-align: center;
    font-style: italic;
    font-size: 40px;
}

/* Swap Scrollbar side on Menu */

#menu {
    direction: rtl;
    margin-bottom: -50px;
    filter: hue-rotate(var(--hue-rotate));
}

.socialbar {
    direction: ltr;
    aaafilter: brightness(var(--val-adjust));
    filter: hue-rotate(var(--hue-undo));
}


@media (max-height: 61em) {
    .sidebar-nav .metismenu a {
        padding: 12px 10px;
    }

    .social {
        height: 40px;
    }

    .socialbar {
        margin-top: 10px;
    }
}


@media (max-height: 56em) {
    .sidebar-nav .metismenu a {
        padding: 5px 10px;
    }

    .social {
        height: 35px;
    }

    .socialbar {
        margin-top: 10px;
    }

    .search-wrapper .search-input {
        height: 20px;

    }

    .logobox {
        margin-top: 16px;
        padding: 0 0px 0px 0px;
        transition: 0.3s
    }
}

@media (max-height: 50em) {
    .sidebar-nav .metismenu a {
        padding: 5px 5px;

    }

    .sidebar-nav li {
        font-size: 5px;
    }

    .social {
        height: 35px;
    }

    .socialbar {
        margin-top: 0px;
    }

    .search-wrapper .search-input {
        height: 20px;
    }

    .logobox {
        margin-top: 0px;
        padding: 0 100px 0px 100px;
        transition: 0.3s
    }
}

@media (max-width:1199px) {
    .pagetitle {
        max-width: 85% !important;
        margin-left: 2rem;
    }

    .minhero h2 {
        font-size: 48px;
        line-height: 60px;
    }


    .header h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width:600px) {

    .minhero h2 {
        font-size: 32px;
        line-height: 40px;
    }

}

.smallfull {
    display: flex;
    padding: 0px 25% 0px 25%;
    gap: 5px;
}

.ask {
    background-color: #fffbfb;
    padding: 1em 1em 0em;
    color: #000;
    border-radius: 1em;
    border-color: #e8e8e8;
    border-width: 3px;
    border-style: solid;
    margin-bottom: 2em;
}

.twitter-tweet>p {
    font-size: 25px;
}

.tweet {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box8831 {
    width: 86px;
    height: 29px;
    border-color: rgb(178, 178, 178);
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.7rem;
    text-align: center;
    line-height: 80%;
}

.linkbox {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

ul.recent {
    margin-top: -0.5em;
    margin-bottom: 0.7em;
    text-align: left;
    padding-left: 23px;
}

ul.recent>li>a {
    font-weight: 400;
    color: var(--color-text);
}

ul.recent>li>a:hover {
    text-decoration: underline;
}

ul.recent>li>a>em {
    font-weight: 200;
}

#comments-container {
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.comment-box {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid var(--color-comments);
    background-color: var(--color-comments);
    border-radius: 5px;
    max-width: 600px;
    filter: drop-shadow(5px 5px 5px #04040412);
}

p.comment-text {
    font-size: 1.5em;
}

.comment-innerbox {
    display: flex;
}

.comment-image {
    max-width: 600px;
}

.comment-meta {
    color: #555;
    font-size: 1.3em;
}

.comment-avatar {
    height: 60px;
    width: 60px;
    border-radius: 5em;
    margin-right: 1em;
}

.comment-replies {
    margin-left: 20px;
    border-left: 0px solid var(--color-comments);
    padding-left: 10px;
}

.comment-box.comment-host {
    border-left: 10px solid var(--color-social);
}

.comment-imagebox {
    display: flex;
}

.comment-metricsbox {
    display: flex;
    justify-content: right;
    margin-top: -1.9em;
    margin-right: 1em;
}

.comment-metricslink {
    color: var(--color-text);
    display: flex;
    gap: 0.7em;
}

.comment-metrics {

    display: flex;
    align-items: center;
}

.comment-metrics>svg {
    height: 1.5em;
}

.comment-embedbox {
    text-align: center;
    padding: 1em;
    border-radius: 0.5em;
    max-width: 100%;
    border: none;
    color: var(--color-text);
    font-weight: bold;
}

.comment-embedbox-thumb {
    background-color: var(--color-scroll2);
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 1em;
}

.comment-embedbox-thumb strong {
    font-weight: 600;
}

.comment-embedbox-thumb img {
    max-width: 100%;
    width: 100%;
}

.comment-embedbox-thumb>a {
    color: var(--color-text);
    text-decoration: none;
}

.comment-embedbox-thumb p {
    margin: 0px 20px 3px 10px;
}

.comment-repost {
    margin-left: 4em;
    font-size: 0.8em;
}

.comment-repost .comment-avatar {
    height: 40px;
}

@media screen and (max-width: 600px) {

    p.comment-text {
        font-size: 1.0em;
    }

    .comment-meta {

        font-size: 1.0em;
    }

    .comment-replies {
        margin-left: 5px;
    }

    #comments-container {
        margin: 45px 0;
    }

    .comment-metricsbox {
        justify-content: left;
    }
}