@font-face {font-family:AcPlus; src: url(../resources/fonts/AcPlus_IBM_BIOS.ttf);}
@font-face {font-family:spider; src: url(../resources/fonts/spider-bold.ttf);}
@font-face {font-family:sonic_hud; src: url(../resources/fonts/sonic-hud-c-italic.ttf);}
@font-face {font-family:adrenaline_zero; src: url(../resources/fonts/Adrenaline\ Zero.ttf);}
@font-face {font-family:VCR; src: url(../resources/fonts/VCR\ OSD\ Mono\ Cyr.ttf);}
@font-face {font-family:Jersey; src: url(../resources/fonts/Jersey15-Regular.ttf);}

@font-face {font-family:greybeard ;src: url(../resources/fonts/Greybeard-18px.ttf);}
@font-face {font-family:greybeard ;src: url(../resources/fonts/Greybeard-18px-Bold.ttf); font-weight: bold;}
@font-face {font-family:greybeard ;src: url(../resources/fonts/Greybeard-18px-BoldItalic.ttf); font-weight: bold; font-style: italic;}
@font-face {font-family:greybeard ;src: url(../resources/fonts/Greybeard-18px-Italic.ttf); font-style: italic;}

@font-face {font-family:silkscreen ;src: url(../resources/fonts/Silkscreen-Regular.ttf);}
@font-face {font-family:silkscreen ;src: url(../resources/fonts/Silkscreen-Bold.ttf); font-weight: bold;}


* {
    scrollbar-color: white blue;
    -webkit-font-smoothing: none;
}
::selection {
    background: #FF0057;
    color: white;
}
/*#region main stuff */

/*#region basis override */
body {
    background-image: url('../resources/images/bg.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size:cover;
    image-rendering: pixelated;

    color: white;
    font-family: greybeard;
    font-size: 14pt;
}

aside{
    width: 300px;
    height: 680px;
    padding: 10px;

    position: relative;
    align-self: center;
}
a{
    text-decoration: none;
}
h1{
    font-family: AcPlus;
}
h2{
    font-family: Jersey;
    font-weight: normal;
    font-size: 25pt;
    text-align: center;
    letter-spacing: 5px;

    background: #0000FF;
    background: radial-gradient(circle, rgba(0, 0, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
    padding: 5px;

    color: white;

}

h3{
    font-family: silkscreen;
    font-weight: normal;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(to right, #d8c4ff, rgb(0, 0, 255));
    border-width: 5px;
    border-style:outset;

    color: white;

    text-align: center;
    padding: 10px;
    box-shadow: 0 5px 20px #00000090;
}

ol {
    counter-reset:li;
    padding-left:0;
}
ol li {
    position:relative;
    margin:0 0 6px 2em;
    padding:6px 8px;
    list-style:none;
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    
    position:absolute;
    left:-2em;
    width: 1.2rem;
    height: 1.2rem;
    margin-right:8px;
    padding:4px;
    color:#fff;
    background: linear-gradient(0deg,rgba(0, 0, 171, 1) 0%, rgba(0, 0, 255, 1) 40%, rgba(158, 158, 255, 1) 100%);
    font-family:"silkscreen";
    text-align:center;
    font-size: 11pt;
    border-radius: 100%;
    align-self: center;

    box-shadow: 0 10px 15px black;
}
/*#endregion basis override */

/*#region monitor */
.main_monitor{
    height: 675px;
    width: 900px;
}
.main_monitor_img{
    width: 900px;
    height: 675px;

    top: -73%;
    position:relative;
    pointer-events: none;

    filter: drop-shadow(0 15px 15px black);
}
.main_monitor main{
    position: relative;
    background-color: blue;
    padding: 25px;

    margin-left: 75px;
    margin-right: 75px;
    top: 73px;
    height: 67%;
}

.titlebox{
    height: 200px;
}
#title{
    width: 100%;
    position: relative;
    top: -50%;
    filter: drop-shadow(0 0 15px black);
}

#mainbox {
    margin: 0 auto;
    align-content: center;
}
/* .centerer{
    margin: auto;
    align-content: center;
    height: 100%;
    width: 100%;
    background-color: aliceblue;
} */
.container {
    margin: 0 auto;
    /* background-color: wheat; */

    align-content:center;
    height: 950px;
    width: 1600px;
}
.horizontaldiv{
    display: flex;
}
.center_div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.centerer_bad{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.missalign{
    transform: translate(0,-87%);
}
/*#endregion monitor */


.burner {
    mix-blend-mode: color-burn;
}
.burn{
    background-image: linear-gradient(to top, black, #000040A6);
    border-radius: 40px;
    border-style: dotted;
    border-width: 3px;
}

.decor{
    position: absolute;
    z-index: 4;
    background-repeat:no-repeat;
    background-size:cover;
}
.flex{
    display: flex;
}
#speechbubble{
    background-image: url(../resources/images/speechbubble.png);
    color: black;
    font-family: greybeard;
    padding-left: 20px;
}


#thought_bubble{
    background-color: black;
    padding: 2px;
    border-radius: 30px;
    border-color: white;
    border-width: 1px;
    border-style: solid;

    height: 110px;
    align-content: center;
}
#thought_bubble p{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}


#changelog_container{
    width: 900px;
    height: 300px;
    margin: auto; 
    top: 350px;
    position: relative;
    
    border-color: white;
    border-radius: 40px;
    border-style: solid;
    border-width: 3px;

    text-align: center;
}
.scrollbox{
    margin: auto;
    text-align: left;

    height: 65%;
    width:  90%;

    overflow: auto;
    scrollbar-color: white rgba(255, 255, 255, 0);
}
/*#endregion main stuff */

/*#region music player */

/* #music_player{
    width: 258px;
    height: 344px;

    position: relative;
}
#mp_overlay{
    filter: drop-shadow(0 15px 30px black);
    width: 100%;
} */

/*#endregion music player */

/*#region page links */

#p_links_container{
    width: 350px;
}
#p_links_container article{
    background-color: black;
    height: 100%;
    padding: 20px;

    border-radius: 35px;
    box-shadow: 0 10px 20px black;
}
.link_button_link{
    box-sizing: border-box;
    position: relative;
    align-items: center;
    height: 67px;
    margin-top: 5px;
    margin-bottom: 5px;

    text-align: center;
    padding: 4px;
    border-style: solid;
    border-color: white;
    border-radius: 35px;
    border-width: 2px;

    transition: background-color 0.2s;
}
.link_button_link:hover{
    cursor: pointer;
    background-color: blue;
}
.link_button_link:hover .link_icon{
    transform: translate(235px, 0);
}
.link_button_link .link_icon{
    position: absolute;
    top: 7px;
    left: 10px;

    transition: transform 0.4s;
}
.link_button_link p{
    color: white;
    position: relative;
    top: -12px;
    font-size: 20pt;
}
/*#endregion page links */

/*#region page commissons */

.decor_sticky{
    position: fixed;
}
.p_commissions_container{
    margin: auto;
    height: 100%;
    width: 1000px;
}
.p_comm_window{
    background-image: linear-gradient(to top, rgba(3, 159, 250, 0.5), white);
    border-radius: 35px;
    border-width: 2px;
    border-style:outset;
    padding: 4px 30px;
}
.p_comm_window_borderless{
    background-image: linear-gradient(to top, rgba(3, 159, 250, 0.5), white);
    border-radius: 35px;
    border-width: 2px;
}

.tabs_selector{
    display: flex;
    left: 30px;
    position: relative;
}
.tab{
    color: black;
}

#comm_status_info{
    font-size: 16pt;
    width: 600px;
    left: -90px;
    position: relative;
}
.text_link{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.contact_list_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
#pfp{
    background-image: url(../resources/images/der_pfp.png);
    width: 230px;
    height: 230px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    image-rendering: auto;

    border-radius: 100%;

    filter: drop-shadow(0 10px 30px);
}
.contactbox{
    width: 340px;
    height: 80px;

    border-radius: 55px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 10px;
    border-color: blue;
    border-style: solid;
    align-content:end;
}
#contact_list{
    text-align: center;
}
#contact_list h1{
    font-family: adrenaline_zero;
    letter-spacing: 6px;
    line-height: 2px;
}
#contact_list p{
    font-size: 16pt;
    font-style:italic;
}

.wdraw{
    background-image: linear-gradient(to bottom, rgba(250, 3, 250, 0.5), white);
    border-radius: 35px;
    border-width: 2px;
    border-style:outset;
    padding: 0px 40px;

    width: 250px;
    text-align: left;
}
.wdraw li{
    padding: 4px;
    font-size: 14pt;
}

/* COMM OBJ */
.comm_obj{
    display: flex;
    justify-content: center;
    width: 900px;
    gap: 20px;
    padding: 20px;
    margin-bottom: 40px;
}
.comm_obj_data{
    border-radius: 30px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-color: blue;
    border-style: solid;
}
.comm_obj_examples{
    width: 550px;
}
.comm_obj_examplelist{
    display: flex;
    justify-content:baseline;
    align-items: center;
    gap: 0 5px;
    flex-shrink: 0;
    margin-bottom: 10px;

    width: 100%;
    height: 120px;
    overflow: auto;
    overflow-y: hidden;
    filter: drop-shadow(3px 5px 30px #00000090);
}
.comm_obj_examplelist img{
    height: 100%;
    image-rendering: auto;
    transition:  0.2s;
}
.comm_obj_examplelist img:hover{
    transform: scale(110%);
}
.comm_obj_shower{
    width: 100%;
    image-rendering: auto;
    border-radius: 0;
}

.comm_obj_info{
    width: 350px;
    color: #c40041;
}
.comm_obj_info h1{
    text-align: center;
    font-size: 32pt;
    font-family: jersey;
    font-weight: normal;
}
.comm_obj_info p{
    text-align: right;
    font-size: 20pt;
    font-family: jersey;
    font-style: oblique;
    padding-right: 20px;
}
.comm_info{
    padding-left: 20px;
    padding-right: 20px;
}
.comm_info h1{
    line-height: 0px;
    font-family: jersey;
    font-size: 24pt;
    font-weight: normal;
}
.comm_info p{
    font-style: normal;
    font-family: greybeard;
    text-align: left;
    font-size: 14pt;
}
.comm_info li{
    padding: 4px;
}
/*#endregion page commissons */

/*#region page gallery */

#screen_overlay{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 9999;

    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}
#image_viewer{
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}
#image_viewer img{
    width: 100%;
    height:100%;
    object-fit: contain;
    scale: .8;
}
#screen_overlay .btn_back{
    margin: 10px;
    position: fixed;
    left: 0;
    top: calc(50% - 35px);
    flex-shrink: 1;
}

.gal_display{
    margin: 0 auto;
    height: 100%;

}
.gal_display main{
    margin: 30px;
}
.gal_display main h2{
    margin: 30px;
    background: radial-gradient(circle, #FF0057 0%, rgba(255, 255, 255, 0) 60%);
}
.gal_stack{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.gal_stack img{
    height: 400px;
    image-rendering: auto;

    transition: all .2s;
}
.gal_stack img:hover{
    transform: rotate(5deg)  scale(1.08);
    filter: drop-shadow(0 0 50px blue);
    z-index: 1000;
}

/*#endregion page gallery */

/*#region page about */

#body_grid {
    background-image: url('../resources/images/bg_grid.gif');
    background-repeat: repeat;
    background-attachment:local;
    background-position: 0 0;
    background-size:auto;
    image-rendering: pixelated;

    color: white;
    font-family: greybeard;
    font-size: 14pt;
}

.console_div{
    background-color: black;
    color: #00FF00;
    padding: 10px;
}
.console_div a{
    color: #00d9ff;
    text-decoration: underline;
}
.console_div h1{
    font-family: VCR;
    font-size: 20pt;
}
.interestlist{
    display: flex;
    justify-content:baseline;
    align-items: center;
    /* gap: 0 5px; */
    flex-shrink: 0;

    width: 600px;
    overflow: auto;
    overflow-y: hidden;

    scrollbar-color: #00FF00 black;
}
.interestlist img{
    height: 220px;
    margin: 10px;
    image-rendering: auto;

    transition: all 0.2s;
}

.interestlist img:hover{
    transform: perspective(500px) rotateX(8deg) scale(1.06); 
}

/*#endregion page about */

/* #region windows 98 */

.w98_window {
    background: silver;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff;
    padding: 3px;
    font-size: 14px;
    display: block;
    unicode-bidi: isolate;
    color: black;
    margin: 10px;
}
.w98_title-bar {
    align-items: center;
    background: linear-gradient(90deg, rgb(36, 128, 0), #00ffc8);
    display: flex;
    justify-content: space-between;
    padding: 3px 2px 3px 3px;
    color: white;
}
.w98_title-bar-controls{
    display: flex;
    gap: 2px;
}
.w98_title-bar-controls button {
    display: block;
    min-height: 14px;
    min-width: 16px;
    padding: 0;

    background: silver;
    border: none;
    border-radius: 0;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
    box-sizing: border-box;
    color: transparent;
    text-shadow: 0 0 #222;
}

.w98_title-bar-controls button:active {
    box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
}

/* #endregion windows 98 */

/*#region buttonssssss */
.button_link{
    display: flex;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    height: 67px;
    margin-top: 5px;
    margin-bottom: 5px;

    /* background-color: blue; */
    padding: 4px;
    border-style: solid;
    border-color: white;
    border-radius: 35px;
    border-width: 2px;

    transition: background-color 0.2s;
}
.button_link:hover{
    cursor: pointer;
    background-color: blue;
}
.button_link:hover .b_link_name{
    transform: translate(50px,0);
}
.link_icon{
    height: 50px;
    width: 50px;
    pointer-events: none;
}
.b_link_name{
    margin-left: 20px;
    font-size: 30px;
    font-style:oblique;
    color: white;

    transition: transform 0.2s;
}


.btn_back{
    width: 70px;
    height: 70px;
    background-color: black;
    border-radius: 100%;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    display: inline-block;

    align-content: center;
    text-align: center;

    transition: box-shadow 0.8s ease, background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.btn_back p{
    color: white;

    
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    transition: color 0.4s;
}
.btn_back:hover{
    background-color: white;
    box-shadow: 0 0 20px blue;
}
.btn_back:hover p{
    color: black;
}

/* tabs */

.btn_tab{
    padding: 15px;
    border-radius: 20px;
    border-color: white;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    width: 150px;

    background-image: linear-gradient(to right, rgba(3, 159, 250), rgba(255, 255, 255));
    color: rgb(0, 0, 88);
    font-family: sonic_hud;
    font-size: 13pt;

    transition: width .4s ease;
}
.btn_tab:hover{
    width: 165px;
}

/*#endregion buttonssssss */