/* animations */
        @keyframes flicker {
            0% {
                background-color: #c91142;
            }
            100% {
                background-color: #b3163f;
            }  
        }
        @keyframes flicker2 {
            0% {
                background-color: #efefef;
            }
            100% {
                background-color: #ffffff;
            }  
        }

/* FONTS */
        @font-face {
          font-family: VCR_OSD_MONO;
          src: url('https://altozecter.neocities.org/fonts/VCR_OSD_MONO.ttf');
        }
        @font-face {
          font-family: RETROTECH;
          src: url('https://altozecter.neocities.org/fonts/RETROTECH.ttf');
        }
        @font-face {
          font-family: W95FA;
          src: url('https://altozecter.neocities.org/fonts/W95FA.otf');
        }
/* stuffs idk, something to separate from the rest of the site*/
        .headerstyle{
            font-size: 25px;
            letter-spacing: 1px;
            color:#c91142;
            font-family: "RETROTECH";
        }
        .headerstyle2{
            font-size: 18px;
            letter-spacing: 1px;
            color:#efefef;
            font-family: "RETROTECH";
        }

/* bodybg idk */
        body{
        background: 
        url('https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/homepage_bg_repeat.png') 5px repeat,
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(86, 86, 86, 0.6) 100%);
            
/* LINK LABELS */
            a:link {
                text-decoration: none;
            }
            a:visited {
                text-decoration: none;
            }
            a:hover {
                text-decoration: none;
            }
            a:active {
                text-decoration: none;
            }
            a { color: inherit; } 
            font-family: VCR_OSD_MONO;
/*----------------------------------------*/
        }

/* body END */
        #contents{
            display: flex;
            flex-direction: row;
            min-width: 1000px;
            min-height: 610px;
            gap: 10px;
            justify-content: center;
            align-items: flex-start;
        }

        #leftbar {
            display: flex;
            border: groove #c91142 3px;
            background: 
                radial-gradient(#171717 0.7px,transparent 0.5px) 0   0   /3px 3px,
                radial-gradient(#171717 0.7px,transparent 0.5px) 1px 1px /3px 3px,
                radial-gradient(#171717 0.7px,transparent 0.5px) 2px 2px /3px 3px,
                url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/leftbar_bg.png);
            width: 250px;
            height: 600px;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            .leftbox1 {
                display: flex;
                border: groove #dedede 2px;
                align-items: center;
                justify-content: space-evenly;
                background: #850d2b;
                background:
                    radial-gradient(#D11947 0.2px,transparent 0.3px) 0   0   /3px 3px,
                    radial-gradient(#D11947 0.2px,transparent 0.3px) 1px 1px /3px 3px,
                    radial-gradient(#D11947 0.2px,transparent 0.3px) 2px 2px /3px 3px,
                    linear-gradient(0deg,rgba(133, 13, 43, 1) 10%, rgba(36, 31, 31, 0.92) 40%);
                width: 213px;
                height: 300px;
                flex-direction: column;
                .changelog {
                    background-color: #c91142;
                    color: #ffffff;
                    width: 195px;
                    height: 28px;
                    font-family: RETROTECH;
                    font-size: 24px;
                    padding-top: 10px;
                    text-align: center;
                }
                .log {
                    color: #efefef;
                    font-size: 15px;
                    text-align: left;
                    overflow-y:scroll;
                    scrollbar-width: none;
                    width: 190px;
                    height: 240px;
                }
            }
            .leftbox2 {
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                align-items: center;
                width: 213px;
                height: 240px;
                .label {
                    border: outset 3px #9e1136;
                    width: 200px;
                    height: 35px;
                    background-color: #ffffff;
                    font-family: RETROTECH;
                    font-size: 26px;
                    color: #c91142;
                    text-align : center;
                    padding-top: 11px;
                }
                .label:hover {
                    border: outset 3px rgba(158, 17, 54, 0);
                    color: #ffffff;
                    text-shadow: 4px 0.1px #969696;
                    animation: flicker 0.1s infinite;
                }
            }
        }
        #main {
            border: groove #c91142 3px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            background:
                radial-gradient(#171717 0.7px,transparent 0.5px) 0   0   /3px 3px,
                radial-gradient(#171717 0.7px,transparent 0.5px) 1px 1px /3px 3px,
                radial-gradient(#171717 0.7px,transparent 0.5px) 2px 2px /3px 3px,
                url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/main_bg_trans.png);
            width: 640px;
            height: 600px;
            #about1 {
                display: flex;
                align-items: center;
                justify-content: space-evenly;
                width : 610px;
                height: 280px;
                .portrait {
                    overflow:hidden;
                    display: flex;
                    justify-content: flex-start;
                    border: groove 2px #ffffff;
                    width: 169px;
                    height: 250px;
                }
                .intro {
                    padding: 5px;
                    width: 380px;
                    height: 230px;
                    font-size: 14px;
                    font-family: VCR_OSD_Mono;
                }
            }
            .about2 {
                width : 590px;
                height : 280px;
                padding: 3px;
                font-size: 14px;
            }
        }
/** PORTRAIT WITH CREDIT SLIDER**/
.container .card .main-image {
    
    position: absolute;

    top: 0;

    left: 0;

    width: 180px;

    height: 250px;
    
    background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/renegade%20portrait%20css.png);
      
    background-size: contain;

}

.container .card .slide {

    width: 180px;

    height: 250px;

}

.container .card .slide.slide1 {

    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 1;

    transition: 0.2s;

}

.container .card:hover .slide.slide1{
    filter: grayscale(1);
    transform: translateX(-30px);

}

.container .card .slide.slide2 {
    background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/portraitcredit.png);

    background-size: contain;
    
    position: relative;

    display: flex;

    justify-content: flex-end;

    padding: 20px;

    box-sizing: border-box;

    transform: translateX(0px) translateY(-250px);
}
/** END **/


/* rightbar */
        #rightbar {
            border: groove #c91142 3px;
            background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/rightbar_bg-darken.gif);
            background-size: contain;
            width: 122px;
            height: 600px;
        }
        .buttontable {
            background-color: rgba(211, 211, 211, 0.46);
            border: groove rgba(242, 242, 242, 0.78) 3px;
            display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: space-around;
            margin-top: 15px;
            margin-left: 8px;
            padding: 6px;
            width : 90px;
            height : 380px;
        }
/* windows box on right bar */
.window {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-evenly;
    background-color: #ececec;
    border: outset #525252 6px;
    height: 169px;
    width: 170px;
    overflow: hidden;
    
    position: relative;
    left: 12px;
    top: 10px;
    z-index: 1;
}
.container {
    box-sizing: border-box;
    border: solid 1px #d2d7d7;
    background-color: #525252;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    height: 28px;
    width: 170px;
    .filetext {
        margin-left: 3px;
        margin-top: 4px;
        font-size: 14px;
        color: white;
        height: 22px;
        width: 123px;
        font-family: W95FA;
    }
}

.button1 {
    color: black;
    font-size: 4px;
    box-sizing: border-box;
    background-color: #e3eaea;
    border: outset 3px #c4c4c4;
    margin-top: 2.5px;
    margin-left: 3px;
    height: 20px;
    width: 28px;
}

.button2 {
    color: white;
    font-size: 3.3px;
    text-align: center;
    box-sizing: border-box;
    background-color: #c91142;
    border: outset 3px #83041a;
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 2px;
    height: 22px;
    width: 28px;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d4d9db;
    height: 140px;
    width: 171px;
}
.box .screen {
    height: 125px;
    width: 154px;
    border: outset 4px #41464b;
    background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/BM_spin_2.gif);
    background-size: cover;
}
/* bottom box */
        #extra{
            display: flex;
            flex-direction: row;
            min-width: 300px;
            min-height: 700px;
            justify-content: center;
            align-items: space-evenly;
        }
        .flex-left {
            border: groove #c91142 3px;
            display: flex;
            background-color: #c91142;
            width: 136px;
            height: 700px;
        }
        .flex-wrapper {
            border: groove #c91142 3px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            background:
                radial-gradient(#171717 0.8px,transparent 0.5px) 0   0   /3px 3px,
                radial-gradient(#171717 0.8px,transparent 0.5px) 1px 1px /3px 3px,
                radial-gradient(#171717 0.8px,transparent 0.5px) 2px 2px /3px 3px,
                url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/extra_bg.png);
            width: 900px;
            height: 700px;
            
        }
        .column {
            box-sizing: border-box;
            border: groove #cfcfcf 3px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-evenly;
            width: 875px;
            height: 130px;
            background-color: black;
            color: white;
            a.gallery{
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                border: double 5px #efefef;

                background-image: url("https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/gal_label.png");
                background-size: contain;
                width: 165px;
                height: 90px;
                filter: contrast(5) brightness(0.9);
            }
            a.gallery:hover {
                filter: contrast(1) brightness(1);
                transition: 0.2s;
            }
            a.music{
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                border: double 5px #efefef;

                background-image: url("https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/gal_label2.png");
                background-size: contain;
                width: 165px;
                height: 90px;
                filter: contrast(10) brightness(0.9);
            }
            a.music:hover {
                filter: contrast(1) brightness(1);
                transition: 0.2s;
            }
            a.cosplay:link {
                display: block;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                border: double 5px #efefef;
                
                background-image: url("https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/gal_label3.png");
                background-size: contain;
                width: 165px;
                height: 90px;
                filter: contrast(5) brightness(0.9);
            }
            a.cosplay:hover {
                filter: contrast(1) brightness(1);
                transition: 0.2s;
            }
            a.chara{
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                border: double 5px #efefef;
                
                background-image: url("https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/gal_label4.png");
                background-size: contain;
                width: 165px;
                height: 90px;
                filter: contrast(5) brightness(0.9);
            }
            a.chara:hover {
                filter: contrast(1) brightness(1);
                transition: 0.2s;
            }

            .text-container{
                width: 640px;
                height: 145px;
                font-size: 16px;
                font-family: VCR_OSD_Mono;
            }
            .label {
                color: #c91142;
                width: 640px;
                height: 9px;
                font-family: RETROTECH;
            }
        }
/* site banner */
        #header{
            display: flex;
            min-width: 600px;
            min-height: 150px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .bannercontain {
            align-content: center;
            max-width: 1050px;
            max-height: 200px;
        }
        .sitename {
            position: relative;
            top: 30px;
            left: 30px;
            height: 20px;
            width: 120px;
            z-index: 2;
        }
        .banner {
            clip-path: polygon(18% 18%, 56% 41%, 99% 8%, 100% 100%, 0 100%, 0 46%);
            background-image: url(https://file.garden/X5l0iea95myVyjlS/neocities%20stuffs/HOMEPAGE/ezgif-69c42458cbfd4b.gif);
            width: 1050px;
            height: 180px;
            z-index: 1;
        }
/* leftbar link box*/
        #linkcontainer {
            display: flex;
            flex-direction: row;
            width: 1053px;
            height: 40px;
            justify-content: center;
            align-content: space-evenly;
        }
        .linker {
            box-sizing: border-box;
            border: groove 1px #ec1049;
            width: 270px;
            height: 36px;
            background-color: #000000;
            color: #ffffff;
            padding-top: 10px;
            text-align: center;
            font-size: 20px;
            font-family: RETROTECH;
        }
        .linker:hover {
            border: solid 1px rgba(0, 0, 0, 0);
            color: #ec1049;
            animation: flicker2 0.1s infinite;
        }
/* webmaster id */
        #webmaster {
            display: flex;
            flex-direction: column;
            align-items: center;
            align-content: space-around;
            justify-content: center;
            border: groove #c91142 3px;
            background-color: black;
            background-size: contain;
            width: 890px;
            height: 600px;
        }

        .webmastercont {
            border: solid white 1px;
            color: white;
            font-size: 16px;
            width: 800px;
            height: 270px;
        }