/* Alexis Gaming Reviews Classic Stylesheet 2.5

Updated 2025-01-26
*/

@font-face {
    font-family: 'Tahoma';
    src: url('styles/Tahoma.eot');
    src: url('styles/Tahoma.eot?#iefix') format('embedded-opentype'),
        url('styles/Tahoma.woff2') format('woff2'),
        url('styles/Tahoma.woff') format('woff'),
        url('styles/Tahoma.ttf') format('truetype'),
        url('styles/Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('styles/Tahoma-Bold.eot');
    src: url('styles/Tahoma-Bold.eot?#iefix') format('embedded-opentype'),
        url('styles/Tahoma-Bold.woff2') format('woff2'),
        url('styles/Tahoma-Bold.woff') format('woff'),
        url('styles/Tahoma-Bold.ttf') format('truetype'),
        url('styles/Tahoma-Bold.svg#Tahoma-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    /* Cursors */
    cursor: url("cursors/arrow.png"), default;
    cursor: url("cursors/arrow.png"), auto;
    font-family: Tahoma, Verdana, sans-serif;
    margin: 0;
    background-color: #221c16;
    background-size: 65px;
    color: #b7a5a5;
    /* Firefox scrollbars (For Firefox, Librewolf, etc.) */
    scrollbar-color: #3a3431 #221c16;
    scrollbar-width: auto;
    /* Internet Explorer scrollbars (From 5.5 till 11) */
    scrollbar-face-color: #3a3431;
    scrollbar-arrow-color: #b7a5a5;
    scrollbar-track-color: #221c16;
    scrollbar-shadow-color: #8f8684;
    scrollbar-highlight-color: #b7a5a5;
    scrollbar-3dlight-color: #b7a5a5;
    scrollbar-darkshadow-color: #221c16;
}

* {
    box-sizing: border-box;
}

.print {

    display: none;

}

/*Layout styling 
The #container element is the main layout*/
#container {
    max-width: 900px;
    margin: 0 auto;
}

/* the area below is for all links on your page
    EXCEPT for the navigation */
#container a:link {
    color: #766a6a;
    font-family: Tahoma, Verdana, sans-serif;
}

#container a:visited {
    color: #595050;
}

#container a:active {
    color: #9e8f8f;
}

#container a:hover {
    cursor: url("cursors/hand.png"), pointer;
}

/*Header styling!*/
#header {
    width: 100%;
    background-color: #221c16;
    height: auto;
    float: center;
    background-size: 10%;
    display: flex;
    justify-content: center;
    border: 1px solid #b7a5a5;
}

#flex {
    display: flex;
}

#header-image {
    width: 40em;
    height: auto;
}

/*The Homepage layout styling! */
.icon {
    width: 32px;
    height: 32px;
}

.Item {
    height: 75px;
}

.Title {
    position: relative;
    bottom: 56px;
    left: 40px;
}

.Caption {
    position: relative;
    bottom: 75px;
    left: 50px;
    width: 90%;
}

.Blog {
    display: inline-block;
    border: 1px solid #b7a5a5;
    width: 100%;
}

.ItemBlog {
    display: flex;
    border: 1px solid #b7a5a5;
    margin: -1px;
}

.ContainerBlog {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.Thumb {
    display: flex;
    margin: 1px;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 19.5%;

}

.Thumb:hover {
    filter: brightness(50%);
}

.ThumbImg {
    width: 100%;
    height: auto;

}

.ThumbImg1 {
    width: 100%;
    height: auto;
}

.ThumbImg2 {
    width: 100%;
    height: auto;
}

.BlogItem {
    border: 1px solid #b7a5a5;
    margin: -1px;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 79%;
    padding: 5px;
}

.Date,
.Download {
    border-left: 1px solid #b7a5a5;
    border-top: 1px solid #b7a5a5;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 22.5%;
    margin-top: -1px;
    padding: 5px;
}

.Date {
    font-size: 1em;
}

.Download {
    font-size: 1em;
}

.DownloadStuff {
    width: 48px;
}

.DownloadIcon {
    border: 0px none #000;
    display: block;
    height: 48px;
    background: url(faviconset/download48.ico) -0 0 no-repeat;
}

.Date {
    line-height: 1px;
}

.Month {
    font-size: 1.0em;
}

.Day {
    font-size: 3em;
}

#WebTimelineContainer {
	display: flex;
	flex-direction: row;
	width: 640px;
	height: 150px;
	justify-content: flex-start;
	overflow-x: scroll;
	overflow-y: hidden;
	border: 1px solid #b7a5a5;
	margin-right: -1px;
}

.WebTimelineItemContainer {
	border-top: 1px solid #b7a5a5;
	display: flex;
	flex-direction: row;
	height: 100%;
	margin-top: -2px;
}

.WebTimelineItem, 
.WebTimelineItem1 {
	border: 1px solid #b7a5a5;
	flex-direction: column;
	width: 130px;
	height: 100%;
	margin-left: -1px;
}

.WebTimelineText {
	font-size: 1em;
	padding: 3px;
	margin-left: -1px;
}

.WebTimelineThumbContainer,
.WebTimelineThumb,
.WebTimelineThumbContainer1,
.WebTimelineThumb1 {
	width: 100%;
	padding: 3px;
}
.WebTimelineThumbContainer, .WebTimelineThumbContainer1 {
	border-top: 1px solid #b7a5a5;
	height: 85px;
}
/* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
aside {
    background-color: #3a3431;
    width: 200px;
    padding: 20px;
    font-size: smaller;
    border: 1px #b7a5a5;
    border-style: none solid solid none;
}


/* this is the color of the main content area,
    between the sidebars! */
main {
    background-color: #3a3431;
    flex: 1;
    padding: 20px;
    order: 2;
    border: 1px #b7a5a5;
    border-style: none solid solid solid;
}

/* what's this "order" stuff about??
    allow me to explain!
    if you're using both sidebars, the "order" value
    tells the CSS the order in which to display them.
    left sidebar is 1, content is 2, and right sidebar is 3! */

*/ #leftSidebar {
    order: 1;
}

#rightSidebar {
    order: 3;
}

footer {
    color: #b7a5a5;
    /* background color for footer */
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    border: 1px #b7a5a5;
    border-style: none solid solid solid;
    /* this centers the footer text */
}

.mstheme-topbar-font {
    font-family: Tahoma, Verdana, sans-serif;
    color: #000;
}

h1 {
    color: #afa6a5;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 25px;
}

h2 {
    color: #c1aeae;
    font-family: Tahoma, Verdana, sans-serif;
}

h3 {
    color: #8f8684;
    font-family: Tahoma, Verdana, sans-serif;
}

h4 {
    color: #afa6a5;
    font-family: Tahoma, Verdana, sans-serif;
}

h5 {
    color: #8f8684;
    font-family: Tahoma, Verdana, sans-serif;
}

/* Ah! You found me again! */
h6 {
    color: #5e5857;
    font-family: Tahoma, Verdana, sans-serif;
}

strong,
p {
    color: #b7a5a5;
}

strong:hover,
p:hover {
    cursor: url("cursors/beam.png"), text;
}

ul {
    list-style-image: url('_themes/pstmdrn/posbul1l.gif');
}

.Wallpaper {
    width: 55%;
    height: auto;
}

.seperator {
    width: 50%;
    height: auto;
}

#Dembed {
    width: 60%;
    height: 340px;
}

/* CSS for extras */

#topBar {
    color: #b7a5a5;
    width: 100%;
    padding: 10px;
    font-size: 10px;
    background-color: #221c16;
    border: 1px #b7a5a5;
    border-style: solid solid none solid;
}

/*Homepage collapisble litst element" */
.wrap-collabsible {
    margin-bottom: 1.2rem 0;
}

input[type='checkbox'] {
    display: none;
}

.lbl-toggle {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    padding: 10px;
    color: #b7a5a5;
    background: #221c16;
    border: 1px solid #b7a5a5;
    cursor: url("cursors/hand.png"), pointer;
}

.lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100vh;
}

.collapsible-content .content-inner {
    background: #3a3431;
    border: 1px #b7a5a5;
    font-size: 1rem;
    border-style: none solid solid solid;
    padding: 10px 13px;
}

.wrap-collabsible1 {
    margin-bottom: 1.2rem 0;
}

input[type='checkbox'] {
    display: none;
}

.lbl-toggle1 {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    padding: 10px;
    color: #b7a5a5;
    background: #221c16;
    border: 1px solid #b7a5a5;
    cursor: url("cursors/hand.png"), pointer;
}

.lbl-toggle1::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
}

.toggle1:checked + .lbl-toggle1::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content1 {
    max-height: 0px;
    overflow: hidden;
}

.toggle1:checked + .lbl-toggle1 + .collapsible-content1 {
    max-height: 119vh;
}

.collapsible-content1 .content-inner1 {
    background: #3a3431;
    border: 1px #b7a5a5;
    font-size: 1rem;
    border-style: none solid solid solid;
    padding: 10px 13px;
}

.wrap-collabsible2 {
    margin-bottom: 1.2rem 0;
}

input[type='checkbox'] {
    display: none;
}

.lbl-toggle2 {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    padding: 10px;
    color: #b7a5a5;
    background: #221c16;
    border: 1px solid #b7a5a5;
    cursor: url("cursors/hand.png"), pointer;
}

.lbl-toggle2::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
}

.toggle2:checked + .lbl-toggle2::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content2 {
    max-height: 0px;
    overflow: hidden;
}

.toggle2:checked + .lbl-toggle2 + .collapsible-content2 {
    max-height: 119vh;
}

.collapsible-content2 .content-inner2 {
    background: #3a3431;
    border: 1px #b7a5a5;
    font-size: 1rem;
    border-style: none solid solid solid;
    padding: 10px 13px;
}

/*Browser landing page styling */
#search_button_homepage {
    font: 15px Arial, sans-serif;
    width: 28px;
    height: 28px;
    border: 1px solid #b7a5a5;
    background-image: url('https://tilde.club/~lucss21a/_themes/pstmdrn/postextb.jpg');
    background-attachment: local;
    background-color: #3a3431;
    color: #b7a5a5;
}

#search_form_input_homepage {
    font: 15px Arial, sans-serif;
    width: 90%;
    height: 28px;
    border: 1px solid #b7a5a5;
    background-image: url('https://tilde.club/~lucss21a/_themes/pstmdrn/postextb.jpg');
    background-attachment: local;
    background-color: #3a3431;
    color: #b7a5a5;
}

.Row {
    border: 0px none black;
    width: 100%;
}

.Speedlink {
    text-decoration: none;
}

.Stuff1,
.Stuff2,
.Stuff3 {
    display: inline-block;
    width: 96px;
    height: 96px;
    border-width: 1px;
    border-style: solid;
    border-color: #b7a5a5;
    color: #b7a5a5;
    margin-top: -1px;
    margin-left: -1px;
}

.ListItems2,
.ListItems3,
.ListItems4 {
    width: 32px;
    height: 32px;
    margin-top: 10px;
}

@keyframes animate {
    0% {
        cursor: url("/cursors/busy1.png"), wait;
    }

    25% {
        cursor: url("/cursors/busy2.png"), wait;
    }

    50% {
        cursor: url("/cursors/busy3.png"), wait;
    }

    75% {
        cursor: url("/cursors/busy4.png"), wait;
    }

    100% {
        cursor: url("/cursors/busy1.png"), wait;
    }
}

@keyframes animate {
    0% {
        cursor: url("/cursors/background1.png"), progress;
    }

    25% {
        cursor: url("/cursors/background2.png"), progress;
    }

    50% {
        cursor: url("/cursors/background3.png"), progress;
    }

    75% {
        cursor: url("/cursors/background4.png"), progress;
    }

    100% {
        cursor: url("/cursors/background1.png"), progress;
    }
}

/* Webkit scrollbars (For Edge Chromium Based, Chrome, Safari, etc) */
/* Source: https://github.com/ticky/classic-scrollbars */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-button:end {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #dedede;
    box-shadow: 1px 1px 0 #ffffff inset,
        -1px -1px 0 #bcbcbc inset;
}

::-webkit-scrollbar-button:end:vertical {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

::-webkit-scrollbar-button:end:vertical:decrement {
    background:
        linear-gradient(transparent 75%, black 75%) center center / 8px 4px no-repeat,
        linear-gradient(transparent 50%, black 50%) center center / 6px 4px no-repeat,
        linear-gradient(transparent 25%, black 25%) center center / 4px 4px no-repeat,
        linear-gradient(black 50%, black 50%) center center / 2px 4px no-repeat,
        #dedede;
}

::-webkit-scrollbar-button:end:vertical:increment {
    background:
        linear-gradient(to top,
            transparent 75%, black 75%) center center / 8px 4px no-repeat,
        linear-gradient(to top,
            transparent 50%, black 50%) center center / 6px 4px no-repeat,
        linear-gradient(to top,
            transparent 25%, black 25%) center center / 4px 4px no-repeat,
        linear-gradient(to top,
            black 50%, black 50%) center center / 2px 4px no-repeat,
        #dedede;
    height: 15px;
    border-bottom: none;
}

::-webkit-scrollbar-button:end:horizontal {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

::-webkit-scrollbar-button:end:horizontal:decrement {
    background:
        linear-gradient(to right,
            transparent 75%, black 75%) center center / 4px 8px no-repeat,
        linear-gradient(to right,
            transparent 50%, black 50%) center center / 4px 6px no-repeat,
        linear-gradient(to right,
            transparent 25%, black 25%) center center / 4px 4px no-repeat,
        linear-gradient(to right,
            black 50%, black 50%) center center / 4px 2px no-repeat,
        #dedede;
}

::-webkit-scrollbar-button:end:horizontal:increment {
    background:
        linear-gradient(to left,
            transparent 75%, black 75%) center center / 4px 8px no-repeat,
        linear-gradient(to left,
            transparent 50%, black 50%) center center / 4px 6px no-repeat,
        linear-gradient(to left,
            transparent 25%, black 25%) center center / 4px 4px no-repeat,
        linear-gradient(to left,
            black 50%, black 50%) center center / 4px 2px no-repeat,
        #dedede;
    width: 15px;
    border-right: none;
}

::-webkit-scrollbar-track {
    background-color: #aaaaab;
    border: 1px solid #000000;
}

::-webkit-scrollbar-track:vertical {
    box-shadow: 1px 1px 0 #787877 inset,
        -1px 2px 0 #cdcccd inset,
        2px 0 0 #888889 inset,
        -2px 0 0 #bcbcbc inset;
}

::-webkit-scrollbar-track:horizontal {
    box-shadow: 1px 1px 0 #787877 inset,
        2px -1px 0 #cdcccd inset,
        0 2px 0 #888889 inset,
        0 -2px 0 #bcbcbc inset;
}

::-webkit-scrollbar-thumb {
    box-shadow: 1px 1px 0px #fff inset,
        -1px -1px 0px #3a3431 inset;
    width: 14px;
    border: 1px solid #000000;
}

::-webkit-scrollbar-thumb:vertical {
    background:
        linear-gradient(transparent 12.5%, #3a3431 12.5%,
            #3a3431 25%, transparent 25%,
            transparent 37.5%, #3a3431 37.5%,
            #3a3431 50%, transparent 50%,
            transparent 62.5%, #3a3431 62.5%,
            #3a3431 75%, transparent 75%,
            transparent 87.5%, #3a3431 87.5%) center center / 7px 8px no-repeat,
        linear-gradient(#1e1b19 12.5%, transparent 12.5%,
            transparent 25%, #1e1b19 25%,
            #1e1b19 37.5%, transparent 37.5%,
            transparent 50%, #1e1b19 50%,
            #1e1b19 62.5%, transparent 62.5%,
            transparent 75%, #1e1b19 75%,
            #1e1b19 87.5%, transparent 87.5%) 49% center / 7px 8px no-repeat,
        #3a3431;
}

::-webkit-scrollbar-thumb:horizontal {
    background:
        linear-gradient(to right,
            transparent 12.5%, #3a3431 12.5%,
            #3a3431 25%, transparent 25%,
            transparent 37.5%, #3a3431 37.5%,
            #3a3431 50%, transparent 50%,
            transparent 62.5%, #3a3431 62.5%,
            #3a3431 75%, transparent 75%,
            transparent 87.5%, #3a3431 87.5%) center center / 8px 7px no-repeat,
        linear-gradient(to right,
            #1e1b19 12.5%, transparent 12.5%,
            transparent 25%, #1e1b19 25%,
            #1e1b19 37.5%, transparent 37.5%,
            transparent 50%, #1e1b19 50%,
            #1e1b19 62.5%, transparent 62.5%,
            transparent 75%, #1e1b19 75%,
            #1e1b19 87.5%, transparent 87.5%) center 49% / 8px 7px no-repeat,
        #3a3431;
}

::-webkit-scrollbar-corner {
    border-top: 1px solid black;
    border-left: 1px solid black;
    box-shadow: 1px 1px 0 #ffffff inset;
    background: #cdcccd;
}

@media (prefers-color-scheme: dark) {

    body {
        background-color: #1d1720;
        background-size: 65px;
        color: #a9a5b4;
        /* Firefox scrollbars (For Firefox, Librewolf, etc.) */
        scrollbar-color: #393138 #1d1720;
        scrollbar-width: auto;
        /* Internet Explorer scrollbars (From 5.5 till 11) */
        scrollbar-face-color: #393138;
        scrollbar-arrow-color: #a9a5b4;
        scrollbar-track-color: #1d1720;
        scrollbar-shadow-color: #86858d;
        scrollbar-highlight-color: #a6a5ad;
        scrollbar-3dlight-color: #a6a5ad;
        scrollbar-darkshadow-color: #1d1720;
    }

    * {
        box-sizing: border-box;
    }

    /*Layout styling 
The #container element is the main layout*/
    #container {
        max-width: 900px;
        margin: 0 auto;
    }

    /* the area below is for all links on your page
    EXCEPT for the navigation */
    #container a:link {
        color: #6f6c76;
        font-family: Tahoma, Verdana, sans-serif;
    }

    #container a:visited {
        color: #5b5961;
    }

    #container a:active {
        color: #908c99;
    }

    /*Header styling!*/
    #header {
        background-color: #1d1720;
        background-size: 10%;
        border: 1px solid #a9a5b4;
    }

    /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
    aside {
        background-color: #393138;
        border: 1px #a9a5b4;
        border-style: none solid solid none;
    }

    .Listitems1,
    .ListItems3 {
        filter: invert(100%);
    }

    .seperator {
        filter: invert(100%) brightness(2.5);
        transform: rotate(180deg);
    }

    /* this is the color of the main content area,
    between the sidebars! */
    main {
        background-color: #393138;
        border: 1px #a9a5b4;
        border-style: none solid solid solid;
    }


    .Blog {
        border: 1px solid #a9a5b4;
    }

    .ItemBlog {
        border: 1px solid #a9a5b4;
    }

    .BlogItem {
        border: 1px solid #a9a5b4;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .Date,
    .Download {
        border-left: 1px solid #a9a5b4;
        border-top: 1px solid #a9a5b4;
    }

	
	#WebTimelineContainer {
		border: 1px solid #a9a5b4;
	}

	.WebTimelineItemContainer {
		border-top: 1px solid #a9a5b4;
	}

	.WebTimelineItem, 
	.WebTimelineItem1 {
		border: 1px solid #a9a5b4;
	}
	
	.WebTimelineThumbContainer, .WebTimelineThumbContainer1 {
		border-top: 1px solid #a9a5b4;
	}
	
    footer {
        color: #a9a5b4;
        background-color: #1d1720;
        border: 1px #a9a5b4;
        border-style: none solid solid solid;
        /* this centers the footer text */
    }

    .mstheme-topbar-font {
        font-family: Tahoma, Verdana, sans-serif;
        color: #000;
    }

    h1 {
        color: #a9a5b4;
        font-family: Tahoma, Verdana, sans-serif;
        font-size: 25px;
    }

    h2 {
        color: #a6a5ad;
        font-family: Tahoma, Verdana, sans-serif;
    }

    h3 {
        color: #86858d;
        font-family: Tahoma, Verdana, sans-serif;
    }

    h4 {
        color: #a9a5b4;
        font-family: Tahoma, Verdana, sans-serif;
    }

    h5 {
        color: #a6a5ad;
        font-family: Tahoma, Verdana, sans-serif;
    }

    /* Ah! You found me again! */
    h6 {
        color: #86858d;
        font-family: Tahoma, Verdana, sans-serif;
    }

    strong,
    p {
        color: #a9a5b4;
    }

    ul {
        list-style-image: url('_themes/pstmdrn/posbul1d.gif');
    }

    #topBar {
        color: #a9a5b4;
        background-color: #1d1720;
        border: 1px #a9a5b4;
        border-style: solid solid none solid;
    }

    /*Browser landing page styling */
    #search_button_homepage {
        font: 15px Arial, sans-serif;
        width: 28px;
        height: 28px;
        border: 1px solid #a9a5b4;
        background-color: #1d1720;
        color: #a9a5b4;
    }

    #search_form_input_homepage {
        font: 15px Arial, sans-serif;
        width: 90%;
        height: 28px;
        border: 1px solid #a9a5b4;
        background-color: #1d1720;
        color: #a9a5b4;
    }

    .Row {
        width: 100%;
        border: 0px none black;
    }

    .Speedlink {
        text-decoration: none;
    }

    .Stuff1,
    .Stuff2,
    .Stuff3 {
        border-color: #a9a5b4;
        color: #a9a5b4;
    }

    /*Homepage collapisble litst element" */

    .wrap-collabsible {
        margin-bottom: 1.2rem 0;
    }

    input[type='checkbox'] {
        display: none;
    }

    .lbl-toggle {
        display: block;
        font-weight: bold;
        font-size: 1rem;
        text-align: left;
        padding: 10px;
        color: #a9a5b4;
        background: #1d1720;
        border: 1px solid #a9a5b4;
        cursor: url("cursors/hand.png"), pointer;
    }

    .lbl-toggle::before {
        content: ' ';
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid currentColor;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
    }

    .toggle:checked + .lbl-toggle::before {
        transform: rotate(90deg) translateX(-3px);
    }

    .collapsible-content {
        max-height: 0px;
        overflow: hidden;
    }

    .toggle:checked + .lbl-toggle + .collapsible-content {
        max-height: 100vh;
    }

    .collapsible-content .content-inner {
        background: #393138;
        border: 1px #a9a5b4;
        font-size: 1rem;
        border-style: none solid solid solid;
        padding: 10px 13px;
    }

    .wrap-collabsible1 {
        margin-bottom: 1.2rem 0;
    }

    input[type='checkbox'] {
        display: none;
    }

    .lbl-toggle1 {
        display: block;
        font-weight: bold;
        font-size: 1rem;
        text-align: left;
        padding: 10px;
        color: #a9a5b4;
        background: #1d1720;
        border: 1px solid #a9a5b4;
        cursor: url("cursors/hand.png"), pointer;
    }

    .lbl-toggle1::before {
        content: ' ';
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid currentColor;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
    }

    .toggle1:checked + .lbl-toggle1::before {
        transform: rotate(90deg) translateX(-3px);
    }

    .collapsible-content1 {
        max-height: 0px;
        overflow: hidden;
    }

    .toggle1:checked + .lbl-toggle1 + .collapsible-content1 {
        max-height: 119vh;
    }

    .collapsible-content1 .content-inner1 {
        background: #393138;
        border: 1px #a9a5b4;
        font-size: 1rem;
        border-style: none solid solid solid;
        padding: 10px 13px;
    }

    .wrap-collabsible2 {
        margin-bottom: 1.2rem 0;
    }

    input[type='checkbox'] {
        display: none;
    }

    .lbl-toggle2 {
        display: block;
        font-weight: bold;
        font-size: 1rem;
        text-align: left;
        padding: 10px;
        color: #a9a5b4;
        background: #1d1720;
        border: 1px solid #a9a5b4;
        cursor: url("cursors/hand.png"), pointer;
    }

    .lbl-toggle2::before {
        content: ' ';
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid currentColor;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
    }

    .toggle2:checked + .lbl-toggle2::before {
        transform: rotate(90deg) translateX(-3px);
    }

    .collapsible-content2 {
        max-height: 0px;
        overflow: hidden;
    }

    .toggle2:checked + .lbl-toggle2 + .collapsible-content2 {
        max-height: 119vh;
    }

    .collapsible-content2 .content-inner2 {
        background: #393138;
        border: 1px #a9a5b4;
        font-size: 1rem;
        border-style: none solid solid solid;
        padding: 10px 13px;
    }

    /* Webkit scrollbars (For Edge Chromium Based, Chrome, Safari, etc) */
    /* Source: https://github.com/ticky/classic-scrollbars */
    ::-webkit-scrollbar {
        width: 16px;
    }

    ::-webkit-scrollbar-button:end {
        display: block;
        width: 16px;
        height: 16px;
        background-color: #dedede;
        box-shadow: 1px 1px 0 #ffffff inset,
            -1px -1px 0 #bcbcbc inset;
    }

    ::-webkit-scrollbar-button:end:vertical {
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    ::-webkit-scrollbar-button:end:vertical:decrement {
        background:
            linear-gradient(transparent 75%, black 75%) center center / 8px 4px no-repeat,
            linear-gradient(transparent 50%, black 50%) center center / 6px 4px no-repeat,
            linear-gradient(transparent 25%, black 25%) center center / 4px 4px no-repeat,
            linear-gradient(black 50%, black 50%) center center / 2px 4px no-repeat,
            #dedede;
    }

    ::-webkit-scrollbar-button:end:vertical:increment {
        background:
            linear-gradient(to top,
                transparent 75%, black 75%) center center / 8px 4px no-repeat,
            linear-gradient(to top,
                transparent 50%, black 50%) center center / 6px 4px no-repeat,
            linear-gradient(to top,
                transparent 25%, black 25%) center center / 4px 4px no-repeat,
            linear-gradient(to top,
                black 50%, black 50%) center center / 2px 4px no-repeat,
            #dedede;
        height: 15px;
        border-bottom: none;
    }

    ::-webkit-scrollbar-button:end:horizontal {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
    }

    ::-webkit-scrollbar-button:end:horizontal:decrement {
        background:
            linear-gradient(to right,
                transparent 75%, black 75%) center center / 4px 8px no-repeat,
            linear-gradient(to right,
                transparent 50%, black 50%) center center / 4px 6px no-repeat,
            linear-gradient(to right,
                transparent 25%, black 25%) center center / 4px 4px no-repeat,
            linear-gradient(to right,
                black 50%, black 50%) center center / 4px 2px no-repeat,
            #dedede;
    }

    ::-webkit-scrollbar-button:end:horizontal:increment {
        background:
            linear-gradient(to left,
                transparent 75%, black 75%) center center / 4px 8px no-repeat,
            linear-gradient(to left,
                transparent 50%, black 50%) center center / 4px 6px no-repeat,
            linear-gradient(to left,
                transparent 25%, black 25%) center center / 4px 4px no-repeat,
            linear-gradient(to left,
                black 50%, black 50%) center center / 4px 2px no-repeat,
            #dedede;
        width: 15px;
        border-right: none;
    }

    ::-webkit-scrollbar-track {
        background-color: #aaaaab;
        border: 1px solid #000000;
    }

    ::-webkit-scrollbar-track:vertical {
        box-shadow: 1px 1px 0 #787877 inset,
            -1px 2px 0 #cdcccd inset,
            2px 0 0 #888889 inset,
            -2px 0 0 #bcbcbc inset;
    }

    ::-webkit-scrollbar-track:horizontal {
        box-shadow: 1px 1px 0 #787877 inset,
            2px -1px 0 #cdcccd inset,
            0 2px 0 #888889 inset,
            0 -2px 0 #bcbcbc inset;
    }

    ::-webkit-scrollbar-thumb {
        box-shadow: 1px 1px 0px #fff inset,
            -1px -1px 0px #393138 inset;
        width: 14px;
        border: 1px solid #000000;
    }

    ::-webkit-scrollbar-thumb:vertical {
        background:
            linear-gradient(transparent 12.5%, #393138 12.5%,
                #393138 25%, transparent 25%,
                transparent 37.5%, #393138 37.5%,
                #393138 50%, transparent 50%,
                transparent 62.5%, #393138 62.5%,
                #393138 75%, transparent 75%,
                transparent 87.5%, #393138 87.5%) center center / 7px 8px no-repeat,
            linear-gradient(#1b151e 12.5%, transparent 12.5%,
                transparent 25%, #1b151e 25%,
                #1b151e 37.5%, transparent 37.5%,
                transparent 50%, #1b151e 50%,
                #1b151e 62.5%, transparent 62.5%,
                transparent 75%, #1b151e 75%,
                #1b151e 87.5%, transparent 87.5%) 49% center / 7px 8px no-repeat,
            #1d1720;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        background:
            linear-gradient(to right,
                transparent 12.5%, #393138 12.5%,
                #393138 25%, transparent 25%,
                transparent 37.5%, #393138 37.5%,
                #393138 50%, transparent 50%,
                transparent 62.5%, #393138 62.5%,
                #393138 75%, transparent 75%,
                transparent 87.5%, #393138 87.5%) center center / 8px 7px no-repeat,
            linear-gradient(to right,
                #1b151e 12.5%, transparent 12.5%,
                transparent 25%, #1b151e 25%,
                #1b151e 37.5%, transparent 37.5%,
                transparent 50%, #1b151e 50%,
                #1b151e 62.5%, transparent 62.5%,
                transparent 75%, #1b151e 75%,
                #1b151e 87.5%, transparent 87.5%) center 49% / 8px 7px no-repeat,
            #1d1720;
    }

    ::-webkit-scrollbar-corner {
        border-top: 1px solid black;
        border-left: 1px solid black;
        box-shadow: 1px 1px 0 #ffffff inset;
        background: #cdcccd;
    }
}

/* BELOW THIS POINT IS MEDIA QUERY */

/* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */
@media only screen and (max-width: 800px) {
    #flex {
        flex-wrap: wrap;
    }

    aside {
        border-style: none solid solid solid;
        width: 100%;
    }

    #header-image {
        width: 99%;
        height: auto;
    }

    .Item {
        width: 85%;
        height: 80px;
    }

    .icon {
        width: 30px;
        height: 30px;
    }

    .Blog {
        width: 100%;
    }

    .ItemBlog {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        vertical-align: middle;
        flex-direction: column;
    }

    .Thumb {
        text-align: center;
        height: auto;
        width: 100%;
    }

    .ThumbImg {
        width: 75%;
        height: auto;

    }

    .ThumbImg1 {
        width: 75%;
        height: auto;
    }

    .ThumbImg2 {
        width: 40%;
        height: auto;
    }

    .BlogItem {
        display: inline-block;
        float: left;
        border-left-style: none;
        border-right-style: none;
        width: 75%;
        padding: 5px;
    }

    .Date,
    .Download {
        border: 1px solid;
        border-right-style: none;
        border-bottom-style: none;
        width: 30.5%;
    }
    
    .Date {
        font-size: 3vw;
        line-height: 1px;
        padding: 5px;
    }

    .Download {
        font-size: 3vw;
    }

    .DownloadStuff {
        width: 48px;
        height: 48px;
    }

    .DownloadIcon {
        border: 0px none #000;
        display: block;
        background: url(faviconset/download48.ico) -0 0 no-repeat;
    }

    .Month {
        font-size: 3vw;
    }

    .Day {
        font-size: 6vw;
    }

	#WebTimelineContainer {
		display: flex;
		flex-direction: row;
		width: 70vw;
		height: auto;
		justify-content: flex-start;
		overflow-x: scroll;
		overflow-y: hidden;
		border: 1px solid;
		margin-right: -1px;
	}

	.WebTimelineItemContainer {
		border-top: 1px solid;
		display: flex;
		flex-direction: row;
		height: 100%;
		margin-top: -2px;
	}

	.WebTimelineItem, 
	.WebTimelineItem1 {
		border: 1px solid;
		flex-direction: column;
		width: 120px;
		height: 100%;
		margin-left: -1px;
	}

	.WebTimelineText {
		font-size: 0.75em;
		padding: 3px;
		margin-left: -1px;
	}

	.WebTimelineThumbContainer,
	.WebTimelineThumb,
	.WebTimelineThumbContainer1,
	.WebTimelineThumb1 {
		width: 100%;
		padding: 3px;
	}
	.WebTimelineThumbContainer, .WebTimelineThumbContainer1 {
		border-top: 1px solid;
		height: 85px;
	}

	
	/* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
    main {
        order: 3;
    }

    #leftSidebar {
        order: 2;
    }

    #rightSidebar {
        order: 1;
    }
}

@media only screen and (max-width: 366px) {
    .Download {
        font-size: 3.25vw;
    }

    .DownloadStuff {
        width: 32px;
        height: 32px;
    }

    .DownloadIcon {
        border: 0px none #000;
        display: block;
        background: url(faviconset/download32.ico) -0 0 no-repeat;
    }

    #search_button_homepage {
        font: 12px Arial, sans-serif;
        width: 24px;
        height: 24px;
    }

    #search_form_input_homepage {
        font: 12px Arial, sans-serif;
        width: 85%;
        height: 24px;
    }
	
	#WebTimelineContainer {
		width: 75vw;
	}
}

@media only screen and (max-width: 234px) {

    main,
    footer {
        font-size: smaller;
    }

    aside,
    .Listlinks {
        font-size: 10px;
    }

    .Listitems,
    .Listitems1,
    .ListItems2,
    .ListItems3,
    .ListItems4 {
        width: 16px;
        height: 16px;
    }

    #header-image {
        height: auto;
    }

    .Item {
        width: 75%;
        height: 13%;
        font-size: small;
    }

    .icon {
        width: 26px;
        height: 26px;
    }

    .Title {
        position: relative;
        bottom: 50px;
        left: 30px;
        width: 100%;
    }

    .Caption {
        position: relative;
        bottom: 60px;
        left: 40px;
        width: 100%;
    }

    .Blog {
        width: 100%;
    }

    .ItemBlog {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        vertical-align: middle;
        flex-direction: column;
    }

    .Thumb {
        text-align: center;
        height: auto;
        width: 100%;
    }

    .ThumbImg {
        width: 70%;
        height: auto;

    }

    .ThumbImg1 {
        width: 70%;
        height: auto;
    }

    .ThumbImg2 {
        width: 30%;
        height: auto;
    }

    .BlogItem {
        display: inline-block;
        float: left;
        border-left-style: none;
        border-right-style: none;
        width: 80%;
        padding: 5px;
    }

    .Date {
        border: 1px solid;
        border-right-style: none;
        border-bottom-style: none;
        width: 25.5%;
        font-size: 3.75vw;
        line-height: 1px;
        padding: 5px;

    }

    .Download {
        font-size: 1.75vw;
    }

    .DownloadStuff {
        width: 32px;
        height: 32px;
    }

    .DownloadIcon {
        border: 0px none #000;
        display: block;
        background: url(faviconset/download32.ico) -0 0 no-repeat;
    }

    .Month {
        font-size: 3.75vw;
    }

    .Day {
        font-size: 9vw;
    }

    #search_button_homepage {
        font: 12px Arial, sans-serif;
        width: 24px;
        height: 24px;
    }

    #search_form_input_homepage {
        font: 12px Arial, sans-serif;
        width: 85%;
        height: 24px;
    }

    .Stuff1,
    .Stuff2,
    .Stuff3 {
        width: 65px;
        height: 65px;
    }
	
	#WebTimelineContainer {
		width: 70vw;
	}
}

@media only screen and (max-width: 212px) {

    .Blog {
        width: 100%;
    }

    .ItemBlog {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        vertical-align: middle;
        flex-direction: column;
    }

    .Thumb {
        text-align: center;
        height: auto;
        width: 100%;
    }

    .ThumbImg {
        width: 50%;
        height: auto;

    }

    .ThumbImg1 {
        width: 50%;
        height: auto;
    }

    .ThumbImg2 {
        width: 20%;
        height: auto;
    }

    .BlogItem {
        display: inline-flex;
        float: left;
        border-left-style: none;
        border-right-style: none;
        width: 65%;
        padding: 5px;
        font-size: 3.5vw;
    }

    .Date,
    .Download {
        border: 1px solid;
        border-right-style: none;
        border-bottom-style: none;
        width: 37%;
        font-size: 3.5vw;
        line-height: 1px;
        padding: 5px;

    }
    
    .Download {
        line-height: 7px;
    }

    .DownloadStuff {
        width: 16px;
        height: 16px;
    }

    .DownloadIcon {
        border: 0px none #000;
        display: block;
        background: url(faviconset/download16.ico) -0 0 no-repeat;
    }

    .Month {
        font-size: 5px;
    }

    .Day {
        font-size: 9.75vw;
    }

    #search_button_homepage {
        font: 9px Arial, sans-serif;
        width: 16px;
        height: 16px;
    }

    #search_form_input_homepage {
        font: 9px Arial, sans-serif;
        height: 16px;
    }

    footer {
        font-size: 11px;
    }
	
	#WebTimelineContainer {
		width: 65vw;
	}
}

@media only screen and (max-width: 144px) {

    main,
    footer {
        font-size: smallest;
    }

    aside,
    .Listlinks {
        font-size: 10px;
    }

    .Listitems,
    .Listitems1,
    .ListItems2,
    .ListItems3,
    .ListItems4 {
        width: 16px;
        height: 16px;
    }

    #header-image {
        height: auto;
    }

    .Item {
        width: 67%;
        height: 14%;
        font-size: smaller;
    }

    .icon {
        width: 22px;
        height: 22px;
    }

    .Title {
        position: relative;
        bottom: 50px;
        left: 27px;
        width: 100%;
    }

    .Caption {
        position: relative;
        bottom: 60px;
        left: 35px;
        width: 100%;
    }

    #topBar {
        width: 100%;
        padding: 10px;
        font-size: 9px;
        background-color: #13092D;
    }

    #search_button_homepage {
        font: 9px Arial, sans-serif;
        width: 16px;
        height: 16px;
    }

    #search_form_input_homepage {
        font: 9px Arial, sans-serif;
        width: 80%;
        height: 16px;
    }

    .Stuff1,
    .Stuff2,
    .Stuff3 {
        width: 65px;
        height: 65px;
    }
	
	#WebTimelineContainer {
		width: 60vw;
	}
}

@media only screen and (max-width: 120px) {

    main,
    footer {
        font-size: 10px;
    }

    aside,
    .Listlinks {
        font-size: 8px;
    }

    .Listitems,
    .Listitems1,
    .ListItems2,
    .ListItems3,
    .ListItems4 {
        width: 12px;
        height: 12px;
    }

    #header-image {
        height: auto;
    }

    .Item {
        width: 67%;
        height: 10%;
        font-size: smallest;
    }

    .icon {
        width: 22px;
        height: 22px;
    }

    .Title {
        position: relative;
        bottom: 50px;
        left: 27px;
        width: 100%;
    }

    .Caption {
        position: relative;
        bottom: 60px;
        left: 35px;
        width: 100%;
    }

    #topBar {
        width: 100%;
        padding: 10px;
        font-size: 8px;
        background-color: #13092D;
    }

    .Stuff1,
    .Stuff2,
    .Stuff3 {
        width: 55px;
        height: 55px;
    }
	
	#WebTimelineContainer {
		width: 55vw;
	}
}
