body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: calc(100%-2px);
    background-color: #b7b7b7;
}

img {
  pointer-events: none;
}

header {
    display: flex;
    padding: 4px;
    justify-content: center;
    /*width: 100vw;*/
    background-color: #b7b7b7;
}

footer {
    display: flex;
    align-items: center;
    padding: 4px;
    background-color: #b7b7b7;
    height: 50px;
    width: calc(100vw - 16px);
}

.container {
    background-color: #b7b7b7;      
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    box-shadow: inset -2px -2px 0 0 #747474;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.center_div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;       
}

.horizontal_center_div {
    display: flex;
    justify-content: center;
    overflow: hidden;
            
}

.xp_button {
    background-color: #b7b7b7;      
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    box-shadow: inset -2px -2px 0 0 #747474;
    background-position: center;
}

.xp_button:active {
    background-color: #b7b7b7;      
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    box-shadow: inset 2px 2px 0 0 #747474;
}

#nav_button {
    width: 275px;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
    font-family: win95;
    font-size: 20px;
}
#nav_button_inactive {
    background-color: #b7b7b7;      
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    box-shadow: inset 2px 2px 0 0 #747474;
    width: 275px;
    height: 36px;
    margin-left: 2px;
    margin-right: 2px;
    font-family: win95;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titlebar {
    display: flex;
    height: 19px; 
    width: calc(100% - 6px);
    align-items: center; 
    padding: 2px;
    background: repeating-linear-gradient(45deg, #06017b, #29276b);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid #747474;
    border-left: 2px solid #747474;
}

.titlebar_name {
    padding-left: 2px;
    display: flex;
    height: 100%;
    width: 50%;
    align-items: center; 
}

.titlebar_buttons {
    padding-right: 2px;
    display: flex;
    height: 100%;
    width: 50%;
    align-items: center; 
    justify-content: right;
}

.titlebar_button {
    background-color: #b7b7b7;      
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    box-shadow: inset -2px -2px 0 0 #747474;
    background-position: center;
    width: 17px;
    height: 17px;
}


h1 {
    font-family: win95;
}
#timePassedDisplay, #player_songname, #player_artist, #timeDisplay, b , td{
    font-family: win95;
}

p {
    font-family: win95;
    font-size: 23px;
}

ul {
     font-size: 20px;
     font-family: win95;
}

.title {
    font-family: win95;
    color: #ffffff;
    size: 17px;
}

.player_block {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}

#music_player {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
}

#player_cover {
    height: 45px;
    width: 45px;
    margin-right: 10px;
}

#player_next, #player_previous, #player_playpause, #player_mute {
    height: 35px;
    width: 35px;
    margin: 2px;
}


.xp_slider {
    -webkit-appearance: none;
    appearance: none;
    margin-left: 10px;
    margin-right: 5px;
    height: 10px;
     
    background: repeating-linear-gradient(45deg, #747474, #747474 2px, #b7b7b7 2px, #b7b7b7 4px);
    outline: none;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    box-shadow: inset 2px 2px 0 0 #747474;
    overflow: hidden;
}

.xp_slider::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width: 20px;   
    height: 10px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    background-color: #b7b7b7;
    /*box-shadow: inset -2px -2px 0 0 #747474;*/
    box-shadow: -2000px 0 0 2000px #06017b;
}

#banner {
    height: 128px; 
    width: 1120px;
    border: 4px solid #000000;
    
}

hr {
    border: none;
    border-top: 4px solid #000000;
    height: 0;
    margin-top: 0;
    margin-bottom: 4px;
}
hr.thinner {
    border: none;
    border-top: 2px solid #000000;
    height: 0;
    margin-top: 0;
    margin-bottom: 4px;
}
hr.medium {
    border: none;
    border-top: 3px solid #000000;
    height: 0;
    margin-top: 0;
    margin-bottom: 4px;
}


.screenwide_slide {
    width: 1128px;
    height: 35px;
    background-color: black;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
}


.marquee {
    font-family: win95;
    font-size: 24px;
    display: inline-block;
    padding-left: 100%;
    animation: scroll 25s linear infinite;
}

.marquee_ball_updown{
    animation: ball_updown 3s linear infinite alternate;
    height: 20px;
}
.marquee_ball_letright{
    animation: ball_leftright 8s linear infinite alternate;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll_right {
  from {
    transform: translateX(-65%);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll_left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-65%);
  }
}

@keyframes ball_updown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(170px);
  }
}

@keyframes ball_leftright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(270px);
  }
}

.marquee b {
    color: #ffffff;
}

.page {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    width: calc(100vw - 16px);
    height: calc(100vh - 57px);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid #747474;
    border-left: 2px solid #747474;
    overflow-y: scroll;
    padding-top: 10px;
}

.page_zoomedin {
    display: flex;
    justify-content: left;
    background-color: #ffffff;
    width: calc(100vw - 16px);
    height: calc(100vh - 57px);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid #747474;
    border-left: 2px solid #747474;
    overflow-y: scroll;
    padding-top: 10px;
}

.knowladge_pointnumber {
    border-right: 1px solid #000000;
    display: flex;
    justify-content: center;
    
}

.image_title {
    background-color: #000000;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    align-items: center;
}

.image_title p {
    color: #ffffff;
}

#footer_contents {
    background-color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    
}

#footer_contents p b {
    font-size: 16px;
    color: white;
}

/* ===== index.htm ===== */

body.index {

.nav_aftertitle_hr_white {
    height: 4px; 
    width: 100%; 
    background-color: #ffffff;
}


.nav_aftertitle_hr_black {
    height: 4px; 
    width: 100%; 
    background-color: #000000;
}

.nav_midrow_hr {
    height: 1px;
    width: 100%;
    background-color: #000000;
}

#pagecontent {
    width: 900px;
    padding-left: 114px;
    padding-right: 114px;
    padding-top: 30px;
}

}

/* ===================== */
/* ===== blog.htm ===== */

body.blog {
    
.blog_date {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.blog_date p {
    margin: 0;
}

#_text:first-child {
    margin-top: 50px;
}

#_text:last-child {
    margin-bottom: 50px;
}

#comeback_button {
    position: absolute;
    margin-left: 100px;
    margin-top: 100px;
    padding: 5px;
    background-color: #b7b7b7;      
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    box-shadow: inset -2px -2px 0 0 #747474;
    width: 50px;
    height: 45px;
    display: flex;
    justify-content: center;
}
}

/* ===================== */
/* ===== call.htm ===== */

body.call {

.marquee_fast_right {
    font-family: win95;
    font-size: 24px;
    display: inline-block;
    padding-left: 100%;
    animation: scroll_right 5s linear infinite;
    color: #ffffff;
}

.marquee_fast_left {
    font-family: win95;
    font-size: 24px;
    display: inline-block;
    padding-left: 100%;
    animation: scroll_left 5s linear infinite;
    color: #ffffff;
}



.marquee_holder_top {
    width: 400px;
    background-color: #000000;
    overflow: hidden;
    border-top: 3px solid #000000;
    border-bottom: 5px solid #000000;
}

.marquee_holder_bottom {
    width: 400px;
    background-color: #000000;
    overflow: hidden;
    border-top: 3px solid #000000;
    border-bottom: 5px solid #000000;
    margin-bottom: 4px;
}

}

/* ===================== */
/* ===== news.htm ===== */

body.news {
    .news_parent_container {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_container {
    background-color: #b7b7b7;      
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid black;
    border-left: 2px solid black;
    box-shadow: inset 2px 2px 0 0 #747474;
    width: 93%;
    height: 95%;
    margin-top: 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
}
.news_container a {
    text-decoration: none;
    color: #000000;
}

#news_window {
    padding: 5px;
    background-color: #b7b7b7;      
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    box-shadow: inset -2px -2px 0 0 #747474;
    height: 700px;
    width: 800px;
}

.window_titlebar {
    margin-left: -2px;
    display: flex;
    height: 19px; 
    width: calc(100% - 6px);
    align-items: center; 
    padding: 2px;
    background: repeating-linear-gradient(45deg, #06017b, #29276b);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid #747474;
    border-left: 2px solid #747474;
}

.blogpost {
    background-color: #b7b7b7;      
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    box-shadow: inset -2px -2px 0 0 #747474;
    height: 200px;
    width: 600px;
    padding: 20px;
    margin-bottom: 30px;
}

.blog_name {
    font-weight: bold;
    font-size: 25px;
    margin: 0;
}

.blog_date {
    font-size: 17px;
}
}

