/* ~ General Styles */

:root {
    --bg: #020412;
    --frame: #090e19;
    --nav: #131221;
    --lump: #13192a;
    --text: #dabf68;

    --bold: #a9730d;
    --highlight: #ffaa00;
    --highlightbg: #20395c;

    --link: #a9730d;
    --linkhover: #ffaa00;

    --linkvisit: #A80D58;
	--linkhovervisit: #FF0048;

    --border1: #0c1222;
    --border2: #1c1a2c;
    --accent1: #a9730d;
    --accent2: #060d10;

    --linksbg1: #1c1a2c;
    --linksbg2: #090619;

    --linksbg3: #150812;
    --linksbg4: #280f21;

    --detail-header-open: #141627;
    --detail-header-closed: #101425;
    --detail-bg: #0d1624;
    --detail-icon: #f3ba47;

    --side1: #1c1a2c;
    --side2: #0b0e1f;
    --side3: #1c1a2c;

    --a1: #512238;
    --a2: #6f4143;
    --a3: #87643d;
    --a4: #334741;
    --a5: #20395c;

    --bgimg: url(../images/trees.png);
    --windowimg: url(../images/stars2.gif);
}

body {
    font-family: "Atkinson Hyperlegible", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    color: var(--text);
    background-size: auto;
    background-color: var(--bg);
    background-image: var(--bgimg);
    image-rendering: pixelated;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--accent1) var(--accent2);

}

@font-face {
    font-family: "Atkinson Hyperlegible";
    src: url("../fonts/Atkinson-Hyperlegible.otf") format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: "Happy Marker";
    src: url("../fonts/Happy-Marker.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Alagard";
    src: url("../fonts/alagard.ttf") format("truetype");
    font-weight: normal;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

p {
    margin: 0.5em 1em 0.5em 1em;
    font-size: 14px;
    line-height: 1.5em;
}

b {
    color: var(--bold);
}

::-moz-selection {
    color: var(--highlight);
    background: var(--highlightbg);
}

::selection {
    color: var(--highlight);
    background: var(--highlightbg);
}

h1 {
    display: inline-block;
    font-size: 2em;
    line-height: 2em;
    letter-spacing: .1em;
    margin: 0px;
}

h2 {}

h3 {
    display: inline-block;
    font-size: 1.3em;
    font-variant: small-caps;
    line-height: 1em;
    letter-spacing: .01em;
    margin: 0 0.5em 0 0.5em;
}

h4 {
    display: inline-block;
    font-size: 1.2em;
    font-variant: small-caps;
    line-height: 1em;
    letter-spacing: .01em;
    margin: 0.5em 0.5em 0.25em 0.5em;
    text-decoration: var(--text) wavy underline;
}

h5 {
    display: inline-block;
    font-size: 1em;
    font-variant: small-caps;
    line-height: 1em;
    letter-spacing: .01em;
    margin: 0.5em 0.5em 0.25em 0.5em;
}

.scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: var(--accent1) var(--accent2);
    scrollbar-width: thin;
    scroll-behavior: smooth;
}



/* ~ General Hyperlink */

a {
    color: var(--link);
    transition: 0s;

}

a:hover {
    color: var(--linkhover);
    transition: 0ms ease;
}

/* ~ Lists */

ul {}

.meatlist {
    list-style-type: "✦";
    list-style-position: outside;
    font-size: .85em;
    text-align: left;
    margin: 0em .75em 0em -1.75em;
    padding: 0em 0em 0em 0em;
    border-bottom: 2px dotted;
}

.block-ul {
    list-style-type: none;
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding: 0;
}

.block-list {
    display: inline-block;
    float: none;
    background: var(--linksbg1);
    color: var(--text);
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    border-radius: 5px 5px 5px 5px;
    margin: .2em;
    padding: .3em;
}

.block-list:hover {
    color: var(--linkhover);
    background: var(--nav);
    font-size: 1em;
    font-weight: bold;
    transition: 500ms ease;
}

/* ~ Links Lists */

.links-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.links-list {
    float: none;
    overflow: auto;
    color: var(--text);
    background: var(--linksbg1);
    border-radius: .2em .2em .2em .2em;
    margin: .5em;
    padding: .5em;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation: links-color-on 4s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.links-list:hover {
    background: var(--linksbg2);
    animation-delay: 2s;
    animation-iteration-count: ;
    animation: 1s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.links-list a {
    font-size: 1.2em;
    font-weight: bold;
}

.linkdesc {
    float: right; 
	text-align: right; 
	margin-left: 10%;
}

.links-list a:visited {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--linkvisit);
}

.links-list a:visited:hover {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--linkhovervisit);

}


@keyframes visity {
    0% {
        color: red;
    }
    100% {
        color: blue;
    }
}

.newli {
    float: none;
    overflow: auto;
    color: var(--text);
    background: var(--linksbg3);
    border-radius: .2em .2em .2em .2em;
    margin: .5em;
    padding: .5em;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation: new-on 4s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.newli:hover {
    background: var(--linksbg3);
    animation-delay: 2s;
    animation-iteration-count: ;
    animation: 1s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes new-on {
    0% {
        background: var(--linksbg3);
    }
    100% {
        background: var(--linksbg4);
    }
}

@keyframes listhighlight-off {
    0% {
        background: var(--linksbg4);
    }
    100% {
        background: var(--linksbg3);
    }
}

@keyframes links-color-on {
    0% {
        background: var(--linksbg2);
    }
    100% {
        background: var(--linksbg1);
    }
}

@keyframes links-color-off {
    0% {
        background: var(--linksbg1);
    }
    100% {
        background: var(--linksbg2);
    }
}

.links-sub-list {
    float: none;
    overflow: auto;
    color: var(--text);
    background: var(--linksbg2);
    border: .2em dotted var(--border2);
    border-radius: .2em .2em .2em .2em;
    margin: .5em;
    padding: .5em;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation: links-color-on 4s;
    animation-direction: alternate;
    animation-fill-mode: forwards;

}

.links-sub-list a {
    font-size: 1.2em;
    font-weight: bold;
}

.links-sub-list:hover {
    background: var(--linksbg1);
    transition: 500ms ease;
    animation-delay: 2s;
    animation-iteration-count: ;
    animation: links-color-off 1s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

/* ~ Buttons */

.buttonClass {
    background: var(--nav);
    padding: 5px;
    border: 5px outset var(--nav);
    border-radius: 4px;
    margin: 4px 0 4px 0;
    color: var(--link);
    max-width: 100%;
}

.buttonglow:hover {
    box-shadow: 0 0 8px 0 var(--linkhover);
    color: var(--linkhover);
    transform: scale(0.95);
}

.buttonClass2 {
    font-family: "Courier New";
    background: var(--nav);
    padding: 0 4px 4px 4px;
    border: .3em outset var(--nav);
    border-radius: 14px 14px 14px 14px;
    margin: 4px 1px 4px 1px;
    letter-spacing: 2px;
    font-size: 12px;
    color: var(--link);
    min-width: 4px;
    min-height: 4px;
}

.buttonClass3 {
    background: var(--nav);
    padding: 5px 0 5px 0;
    border: 5px outset var(--nav);
    border-radius: 4px;
    margin: 4px 0 4px 0;
    letter-spacing: 1px;
    font-size: 12px;
    width: 60px;
    height: 15px;
    color: var(--link);
    max-width: 100%;
}


/* ~ Navigation */

.navbar {
    max-width: 645px;
    background: var(--frame);
    color: var(--text);
    border-radius: 5em 5em 0 0;
    border: .2em solid var(--border1);
    border-bottom: 0;

}

.navbar-nav {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

.nav-item {
    display: inline-block;

}

.nav-item a {
    display: inline-block;
    text-decoration: none;
}

.nav-item a:hover {
    color: var(--linkhover);
    transform: scale(0.95);
    transition: 50ms linear;
}

.marquee-ft {
    max-width: 645px;
    background: var(--frame);
    color: var(--text);
    border-radius: 0px 0px 50px 50px;
    border: .2em solid var(--border1);
    border-top: 0;
    overflow: hidden;
}

.footbutton-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.foot-list {
    margin: 0em;
}

/* ~ Themes */

.inv {

    -webkit-animation: filter 60s linear infinite;
    -moz-animation: filter 60s linear infinite;
    animation: filter 60s linear infinite;

}

@-webkit-keyframes filter {
    0% {
        filter: hue-rotate(0deg);
    }
    25% {
        filter: hue-rotate(120deg);
    }
    50% {
        filter: hue-rotate(360deg);
    }
    75% {
        filter: hue-rotate(120deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}

@-moz-keyframes backgroundColor {
    0% {
        filter: hue-rotate(0deg);
    }
    25% {
        filter: hue-rotate(120deg);
    }
    50% {
        filter: hue-rotate(360deg);
    }
    75% {
        filter: hue-rotate(120deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}

@keyframes backgroundColor {
    0% {
        filter: hue-rotate(0deg);
    }
    25% {
        filter: hue-rotate(120deg);
    }
    50% {
        filter: hue-rotate(360deg);
    }
    75% {
        filter: hue-rotate(120deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}


.blink {
    mix-blend-mode: soft-light;
    filter: drop-shadow(0px 0px 10px var(--text));
}

.themes {
    max-width: 645px;
    background: var(--border1);
    color: var(--text);
    border: .2em solid var(--border1);
    overflow: hidden;
}

.themes-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.themes-list {
    white-space: nowrap;
}

.themes-list :hover {
    color: var(--linkhover);
    transform: scale(0.95);
}

.filter-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    direction: ltr;
}

.filter-list {}

.filter-list :hover {
    color: var(--linkhover);
    transform: scale(0.95);
}

/* ~ General Structure */

.container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 1080px;
    text-align: center;
}

.wrapper>* {
    flex: 1 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg);

    font-size: 10px;
}

.aside-1 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
}

.aside-2 {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;

}

.main {
    background: var(--frame);
    border: .2em solid var(--border1);
    border-top: 0;
    border-bottom: 0;
    /*  margin-bottom: -1px; */
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg);

    font-size: 1em;
}

/* ~ Content (stuff that goes inside the general structure) */

.blog {
    display: none;
}

.blog:target {
    display: block;
}

.blogbg {
    padding: 15%;
    text-align: left;
}

.chunk1 {
    max-width: 645px;
    background: var(--frame);
    color: var(--text);
    border: .2em solid var(--border1);
    border-top: 0;
}

.chunk2 {
    max-width: 645px;
    background: var(--frame);
    color: var(--text);
    border: .2em solid var(--border1);
    border-bottom: 0;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}

.lump1 {
    background: var(--lump);
    color: var(--text);
    border-radius: 5em 0 0 5em;
    border: .2em solid var(--border2);
    border-right: 0;
    padding: 1%;
    padding-right: 0%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--accent1) var(--accent2);
    resize: vertical;
}

.lump1b {
    background: var(--lump);
    color: var(--text);
    border-radius: 5em 0 0 5em;
    border: .2em solid var(--border2);
    border-right: 0;
    padding: 1%;
    padding-right: 0%;
    margin-top: 3em;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--accent1) var(--accent2);
    resize: vertical;
}

.lump2 {
    background: var(--lump);
    color: var(--text);
    border-color: var(--border1);
    border-radius: 0 5em 5em 0;
    border: .2em solid var(--border2);
    border-left: 0;
    padding: 1%;
    padding-left: 0%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--accent1) var(--accent2);
    resize: vertical;
    direction: rtl;
}

.lump2b {
    background: var(--lump);
    color: var(--text);
    border-color: var(--border1);
    border-radius: 0 5em 5em 0;
    border: .2em solid var(--border2);
    border-left: 0;
    padding: 1%;
    padding-left: 0%;
    margin-top: 3em;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--accent1) var(--accent2);
    resize: vertical;
    direction: rtl;
}


/* ~ Sidebar objects. I don't know why I named them that. */

.titletableft {
    margin-left: 4em;
    margin-top: -2.5em;
    background: var(--side3);
    position: absolute;
    border-radius: 5em 5em 0 0;
    border: .2em solid var(--border2);
    width: 8em;
    height: 2em;

}

.titletabright {
    margin-right: 4em;
    margin-top: -2.5em;
    background: var(--side3);
    position: absolute;
    border-radius: 5em 5em 0 0;
    border: .2em solid var(--border2);
    width: 8em;
    height: 2em;
}

.beef {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;

    background: var(--side1);
    margin: 0em .3em 0em -.3em;
    padding: .2em;
    border: .2em solid var(--border1);
    border-left: 0em;
    border-radius: 0 1.5em 1.5em 0;
}

.beeftop {
    background: var(--side2);
    font-size: .85em;
    margin: .5em 2em 0 2em;
    padding: .2em;
    border-radius: 5em 5em 0 0;
    border: .2em solid var(--border2);
    border-bottom: 0;
}

.beefbottom {
    background: var(--side2);
    font-size: .85em;
    margin: 0 2em .5em 2em;
    padding: .2em;
    border-radius: 0 0 5em 5em;
    border: .2em solid var(--border2);
    border-top: 0;
}

.pork {
    display: flex;
    justify-content: center;
    align-items: center;

    background: var(--side1);
    margin: 0em -.3em 0em .3em;
    padding: .2em;
    border: .2em solid var(--border1);
    border-right: 0em;
    border-radius: 1.5em 0 0 1.5em;
    direction: ltr;

    height: 2.5em;
}

.porktop {
    background: var(--side2);
    font-size: .85em;
    margin: .5em 2em 0 2em;
    padding: .2em;
    border-right: 0em;
    border-radius: 5em 5em 0 0;
    border: .2em solid var(--border2);
    border-bottom: 0;
}

.porkbottom {
    background: var(--side2);
    font-size: .85em;
    margin: 0 2em .5em 2em;
    padding: .2em;
    border-radius: 0 0 5em 5em;
    border: .2em solid var(--border2);
    border-top: 0;
}

/* ~ Details */

details {
    background: var(--detail-header-closed);
    padding: 0.5em 0.5em 0;
    margin: .5em;
    text-align: left;
    border: .4em inset var(--border1);
}

summary {
    list-style-type: '\2605';
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    text-align: left;
}

summary::marker {
    color: var(--detail-icon);
    font-size: 1.2em;
}

details[open] {
    padding: 0.5em;
    background: var(--detail-bg);
    text-align: left;
}

details[open] summary {
    list-style-type: '\2606';
    background: var(--detail-header-open);
    text-align: left;
}

.blogdetails {
    background: var(--detail-header-closed);
    padding: 0.5em 0.5em 0;
    margin: .5em;
    text-align: left;
    border: .4em inset var(--border1);
    min-height: 2.2em;
    resize: vertical;
    overflow: hidden;
    position: relative;
    scrollbar-width: none;
}

.blogdetails[open] {
    background: var(--detail-bg);
    padding: 0.5em 0.5em 1em;
    margin: .5em;
    border: .4em inset var(--border1);
    height: 30em;
    min-height: 2.2em;
    resize: vertical;
    overflow: hidden;
    position: relative;
    scrollbar-width: none;
}

.linksubdetails {
    background: transparent;
    padding: 0;
    margin: 0 -.15em 1em;
    text-align: left;
    border: .2em dotted var(--accent1);
}

.linksubdetails[open] {
    background: var(--detail-header-closed);
    padding: 0;
    margin: 0 -.15em 1em;
    text-align: left;
    border: .2em dotted var(--accent1);
}

/* ~ Iframe used for the blog page */

.object1 {
    border: 0;
    width: 100%;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: var(--accent1) var(--detail-header-closed);
    overflow-y: scroll;
    position: absolute;
    top: 2.7em;
    left: 0;
    filter: invert(1);
    mix-blend-mode: difference;
}

/* ~ Decorative (divs containing images in the background) */

#windowimg1 {
    position: absolute;
    z-index: 9;
    top: 5px;
    left: 5px;
}

#drag {
    position: absolute;
    z-index: 9;
}


.headerimage {
    background-color: var(--border1);
    background-image: var(--windowimg);
    border-radius: 5em;
    border: .2em solid var(--border1);
    max-width: 650px;
    min-height: 5vh;
    margin: .5em 0 .5em;
    overflow: hidden;
    image-rendering: pixelated;
}

.window1 {
    background-image: var(--windowimg);
    clip-path: polygon(50% 3%, 70% 25%, 95% 36%, 78% 58%, 77% 85%, 50% 77%, 23% 84%, 23% 58%, 5% 36%, 31% 26%);
    height: 38vh;
    width: 38vh;
    overflow: hidden;
    position: absolute;
    z-index: -10;
    right: 4vh;
    top: 26vh;
    image-rendering: pixelated;
}

.window2 {
    background-image: var(--windowimg);
    clip-path: polygon(50% 3%, 70% 25%, 95% 36%, 78% 58%, 77% 85%, 50% 77%, 23% 84%, 23% 58%, 5% 36%, 31% 26%);
    height: 38vh;
    width: 38vh;
    overflow: hidden;
    position: absolute;
    z-index: -10;
    left: 4vh;
    bottom: 6vh;
    image-rendering: pixelated;
}

.window3 {
    background-image: var(--windowimg);
    clip-path: polygon(72% 16%, 69% 42%, 84% 60%, 56% 66%, 43% 89%, 31% 65%, 6% 59%, 22% 41%, 20% 13%, 46% 24%);
    height: 28vh;
    width: 28vh;
    overflow: hidden;
    position: absolute;
    z-index: -10;
    right: 3vh;
    bottom: 16vh;
    image-rendering: pixelated;
}

.starborder {
    background-color: var(--border1);
    clip-path: polygon(50% 3%, 70% 25%, 95% 36%, 78% 58%, 77% 85%, 50% 77%, 23% 84%, 23% 58%, 5% 36%, 31% 26%);
    height: 40vh;
    width: 40vh;
    overflow: hidden;
    position: absolute;
    z-index: -11;
    right: 3vh;
    top: 25vh;
    image-rendering: pixelated;
}

.starborder2 {
    background-color: var(--border1);
    clip-path: polygon(50% 3%, 70% 25%, 95% 36%, 78% 58%, 77% 85%, 50% 77%, 23% 84%, 23% 58%, 5% 36%, 31% 26%);
    height: 40vh;
    width: 40vh;
    overflow: hidden;
    position: absolute;
    z-index: -11;
    left: 3vh;
    bottom: 5vh;
    image-rendering: pixelated;
}

.starborder3 {
    background-color: var(--border1);
    clip-path: polygon(72% 16%, 69% 42%, 84% 60%, 56% 66%, 43% 89%, 31% 65%, 6% 59%, 22% 41%, 20% 13%, 46% 24%);
    height: 30vh;
    width: 30vh;
    overflow: hidden;
    position: absolute;
    z-index: -11;
    right: 2vh;
    bottom: 15vh;
    image-rendering: pixelated;
}

.moon {
    box-shadow: -5vh 0 0 .1vh var(--accent1);
    aspect-ratio: 1;
    border-radius: 50%;
    height: 30vh;
    width: 30vh;
    position: absolute;
    z-index: -8;
    left: 15vh;
    top: 19.8vh;
    rotate: -30deg;
}

.moonborder {
    box-shadow: -6.5vh 0 0 .5vh var(--border1);
    aspect-ratio: 1;
    border-radius: 50%;
    height: 30vh;
    width: 30vh;
    position: absolute;
    z-index: -9;
    left: 15.9vh;
    top: 19.3vh;
    rotate: -30deg;
}

/* ~ Marquee */

.marquee {
    background: transparent;
    color: var(--text);
    height: 100px;
    overflow: hidden;
    position: relative;
    font-size: 1.5em;
    letter-spacing: .25rem;
    mix-blend-mode: luminosity;
}

.marquee p {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 50px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* ~ Responsive stuff. idk */

@media all and (max-width: 1080px) {
    .main {
        max-width: 550px;
    }
    .chunk1 {
        border-radius: 0 0 5em 5em;
    }
    .chunk2 {
        border-radius: 5em 5em 0 0;
    }
    .marquee {
        border-radius: 0;
    }
}

@media all and (max-width: 800px) {
    .main {
        min-width: 100%;
        border: .2em solid var(--border1);
        border-bottom: 0px;
    }

    .lump1 {
        height: 85px;
        max-height: 85px;
        min-width: 50%;
        margin: 0%;
        border-radius: 0;
        border: .2em solid var(--border1);
        padding: 1%;
    }
    .lump1b {
        height: 85px;
        max-height: 85px;
        min-width: auto;
        margin: 0%;
        border-radius: 0;
        border: .2em solid var(--border1);
        padding: 1%;
    }
    .lump2 {
        height: 85px;
        max-height: 85px;
        min-width: 50%;
        margin: 0%;
        border-radius: 0;
        border: .2em solid var(--border1);
        padding: 1%;
    }
    .lump2b {
        height: 85px;
        max-height: 85px;
        min-width: auto;
        margin: 0%;
        border-radius: 0;
        border: .2em solid var(--border1);
        padding: 1%;
    }
    .chunk1 {
        min-width: 100%;
        border-radius: 0;
    }
    .chunk2 {
        min-width: 100%;
        flex: 1 0;
        border-radius: 0;
    }
    .navbar {
        min-width: 100%;
    }
    .marquee-ft {
        min-width: 100%;
    }
    .themes {
        min-width: 100%;
    }
    .titletabright {
        border: .2em solid var(--border1);
        border-radius: 5em;
        margin: 0;
    }
    .titletableft {
        border: .2em solid var(--border1);
        border-radius: 5em;
        margin: 0;
    }
    .pork {
        border: .2em solid var(--border1);
        border-radius: 5em;
        margin: 0;
    }
    .beef {
        border: .2em solid var(--border1);
        border-radius: 5em;
        margin: 0;
    }
    #windowimg1 {
        z-index: -9;
    }
}

@media all and (max-width: 600px) {
    .lump1 {
        border-radius: 0;
        margin: 0%;
        border: .2em solid var(--border1);
    }
    .lump1b {
        border-radius: 0;
        margin: 0%;
        border: .2em solid var(--border1);
        border-top: 0;
    }
    .lump2 {
        border-radius: 0;
        margin: 0%;
        border: .2em solid var(--border1);
        direction: ltr;
    }
    .lump2b {
        border-radius: 0;
        margin: 0%;
        border: .2em solid var(--border1);
        border-top: 0;
        direction: ltr;
    }
    .titletabright {
        border: .2em solid var(--border1);
        border-radius: 5em;
        margin: 0;
        margin-left: 15%;
        margin-right: 15%;
    }
    .titletableft {
        border: .2em solid var(--border1);
        border-radius: 5em;
        margin: 0;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media all and (min-width: 600px) {
    .aside {
        flex: 1 0 0;
    }
}

@media all and (min-width: 800px) {
    .main {
        flex: 3 0px;
    }
    .chunk1 {
        flex: 1 1px;
    }
    .chunk2 {
        flex: 1 1px;
    }
    .aside-1 {
        order: 1;
    }
    .main {
        order: 2;
    }
    .aside-2 {
        order: 3;
    }
    .footer {
        order: 4;
    }
    .marquee-ft {
        order: 5;
    }
}