
/* fonts */
@font-face{
    font-family:apple;
    src: url(indexfonts/Apple.ttf);
}

@font-face{
    font-family:times pixel;
    src: url(indexfonts/times-new-roman-pixel.otf)
}

@font-face {
    font-family: jpn;
    src: url(indexfonts/DotGothic16-Regular.ttf);
    unicode-range: U+3000-303f, U+3040-309f, U+30a0-30ff, U+ff00-ffef, U+4e00-9faf; /* example of unicode range */
}



@font-face{
    font-family:header;
    src: url(indexfonts/MonomaniacOne-Regular.ttf);
}

@font-face{
    font-family:star;
    src: url(indexfonts/YuseiMagic-Regular.ttf);
}

@font-face{
    font-family:nav;
    src: url(indexfonts/Bit3.ttf)
}

@font-face{
    font-family:ambit;
    src: url(indexfonts/ambitsek.ttf);
}



/* end fonts */

body {
    cursor:url("wiimote.png");
    margin:0px;
    word-spacing:.5px;
    -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
    
}

body::-webkit-scrollbar{
    display:none!important;
}

.intro::-webkit-scrollbar {
  display: none!important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.intro {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}

.nav::-webkit-scrollbar {
  display: none!important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nav {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}

.buttons::-webkit-scrollbar {
  display: none!important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.buttons {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}

.stamps::-webkit-scrollbar {
  display: none!important;
}


/* Hide scrollbar for IE, Edge and Firefox */
.stamps {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}

#mycode::-webkit-scrollbar {
  display: none!important;
}

/* Hide scrollbar for IE, Edge and Firefox */
#mycode {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
    font-family:"Pixelated MS Sans Serif";
}


.container::-webkit-scrollbar {
  display: none!important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.container {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}

#wrapper::-webkit-scrollbar {
  display: none!important;
}

/* Hide scrollbar for IE, Edge and Firefox */
#wrapper {
  -ms-overflow-style: none!important;  /* IE and Edge */
  scrollbar-width: none!important;  /* Firefox */
}



#wrapper{
  height: 100vh;
  position: relative;
    overflow:scroll;
}

#flood-menu {
    display:block;
    position: relative!important;
    right: unset!important;
    bottom: unset!important;
    padding: 5px;
    text-align: center!important;
    color: #afebff!important;
    font-size: 13px!important;
    z-index: 1001;
    max-width:100px;
}

span#flood-message {
    color: seagreen;
    font-family: Arial;
    font-size: 12px;
}

.container{
      margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    width:1000px;
    height:95%;
    align-content:center;
    padding:10px;
    overflow:scroll;
}

.main{
    width:95%;
    margin: 0 auto;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    flex-wrap:wrap;
}

.header{
    margin-bottom:10px;
    font-family:header;
    text-align:center;
    font-size:60px;
    color:snow;
      overflow: hidden;
  white-space: nowrap;
      margin-top: -1em;
}

#marquee1 {
  display: inline-block;
  animation: marquee 10s linear infinite;
}

#marquee2 {
  display: inline-block;
  animation: marquee2 10s linear infinite;
  animation-delay: 5s;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

.footer{
    width:100%;
    margin:0 auto;

    display:flex;
    flex-direction:row;
    bottom:0;
    position:absolute;
    justify-content:space-between;
    align-items:flex-end;
    z-index: -100000;
}

.footer img{
    height:100%;
    max-width:100%;
}

.column{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
}

.row{
    border:3px ridge chocolate;
    margin-bottom:10px;
    background-color:white;
    box-shadow: 0 0 3px 2px brown;
    overflow:scroll;
}

.info{
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0px;
    margin-top: -20px;
    justify-content: space-around;
}

.profile{
    text-align: center;
    margin-right: 10px;
    width: 200px;
}

.personal{
  width:500px;
}

.society{
    margin: 10px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    max-height: 100px;
    width:max-content;
}

.society span{
    font-family: 'ambit';
    font-size:25px;
    color:blue;
    font-style:italic;
}

.uplog{
    text-align:justify;
    margin: 10px;
    color:black;
}

.uplog h4{
    text-decoration:underline;
    text-transform:uppercase;
    font-style:italic;
    margin:0px;
    margin-bottom:5px;
    font-size:12px;
    text-align:left;
    font-family: 'ambit';
}

.uplog span{
    text-align:justify;
    margin-top:10px;
}

#up{
    text-align:justify;
    padding-right:5px;
}

#up img{
    max-width:15px;
}

.date{
color: lightpink;
    padding-bottom: 1px;
    background-color:white;
    /* font-style: italic; */
    font-family: 'ambit';
    letter-spacing:-1px;
    font-size:13px;
    display:inline-flex;
    margin-right:5px;
    margin-top:5px;
    width:fit-content;
    align-items:center;
}


.date::before{
    content:url("xmas/xmas-2.gif")
}

.date::after{
    content:url("xmas/xmas-2.gif")
}
/* LEFT COLUMN */

.left{
    width:20%;
}

.update-words{
    height:170px;
-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
    font-size:13px;
    font-family:MS Gothic;
}

.update-words::-webkit-scrollbar {
  display: none;
}


.nav{
    height:250px;
    background-color:snow;
    background-image:url(xmas/nav.gif)
}

.tab{
    display: flex;
    flex-direction: row;
    height: 40px;
    border-top: 1px inset darkolivegreen;
    justify-content: flex-start;
    align-items: center;
    text-transform:uppercase;
    font-family:nav;
    font-style:italic;
    font-size:15px;
    padding-right:5px;
}

.tab:hover{
    justify-content:space-between;
    cursor:pointer;
    background-image:url(xmas/hover.gif);
    background-position:center;
    background-size:contain;
    color:snow;
}

.tab img{
    max-width:100%;
    max-height:20px;
    margin-left:5px;
}

.button{
    height:150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image:url(xmas/button.gif);
    font-family:"Pixelated MS Sans Serif";
}

/* MY button */
img.button{
    max-width:100%;
    height:auto;
    border:2px outset #D3D3D3;
}

.codes{
    width:150px;
    height:50px;
    background-color:#ba2d0b;
    margin:0 auto;
    margin-top:5px;
    margin-bottom:5px;
    text-align:left;
    word-wrap:break-word;
    font-family:'Courier New', monospace;
    padding:5px;
    font-size:12px;
    overflow-y:scroll;
    color:white;

}

.counter {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.counter img {
    width: 100%;
}


/* MIDDLE COLUMN */

.middle{
    width:50%;
}

.intro{
    height:325px;
    font-family: "MS Gothic";
           word-spacing:-1px;
           -webkit-font-smoothing: none;
    text-align:center;
    background-color:antiquewhite;
    font-size:15px;
}

a{
    color:#ba2d0b!important;
}

.intro a{
    color:darkolivegreen;
}

.intro a:hover{
    color:inherit;
}

#buttonring{
    display:flex;
    flex-direction:column;
    align-items: center;
}

#RPGMaker{
    width:100px;
}


.world{
    width:100%;
    overflow-x:auto;
}

.updates{
    height:250px;
    background-image:url(xmas/updates.gif);
    font-size:14px;
    overflow-x:hidden;
    overflow-y:hidden;
}

.ubox{
    background-color: #f7f7ff;
    color: #003e1f;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 90%;
    padding:10px;
    overflow-wrap:break-word;
    border:2px solid ghostwhite;
    border-radius:20px;
    font-family:MS Gothic;
    word-spacing:.5px;
    height:40%;
}

.updates img{
    max-width:100%;
}


.ubox a{
    color:#ba2d0b;
}

.ubox a:hover{
    color:greenyellow;
}

.ubox span{
    margin:5px;
    display:inline-block;
    position:relative;
    top:-10px;
}

.update-graphic{
    top: -18px;
    position: relative;
    background-image: url(xmas/merikuri-2.gif);
    background-repeat: no-repeat;
    /* max-width: 200px; */
    background-size: contain;
}


/* RIGHT COLUMN */

.right{
    width:23%;
}

#imood{
    display:flex;
    align-items:center;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
}

#statuscafe {
    padding: .5em;
    text-align:left;
    padding-left:0;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
    max-height:38px;
    overflow-y:auto;
}

.buttons{
    padding-top:10px;
    padding-bottom:10px;
    height:200px;    
    display: inline-flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    background-image:url(xmas/buttons.png);
}

.buttons img {
    width: 88px;
    height: 31px;
}

#sites{
    background-image:url(xmas/sites.png);
    overflow-x:hidden;
}

#sites h3{
    background-color:#cffcff;
    color:deepskyblue;
    font-size:1rem;
}

#sites img{
    width:88px;
    height:31px;
}

#sites img:hover{
    transform:scale(1.5)
}


.stamps{
    height:150px;
    background-color:#003e1f;
}

.stamps img{
    max-height:56px;
    width:50%;
}
