@font-face {
	font-family: 'dotmatrix';
	src: url('DOTMATRI.TTF')  format('truetype')
	}
@font-face {
	font-family: 'BarcodeFont';
	src: url('BarcodeFont.ttf')  format('truetype')
	}

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
  font-family: "Pokemon GB";
  src: url("https://dl.dropboxusercontent.com/u/10822923/Pokemon_GB/Pokemon_GB.eot?") format("eot"),
       url("https://dl.dropboxusercontent.com/u/10822923/Pokemon_GB/Pokemon_GB.woff") format("woff"),
       url("https://dl.dropboxusercontent.com/u/10822923/Pokemon_GB/Pokemon_GB.ttf") format("truetype"),
       url("https://dl.dropboxusercontent.com/u/10822923/Pokemon_GB/Pokemon_GB.svg#PokemonGB") format("svg");
  font-weight: normal;
  font-style: normal;
}

@keyframes bounce {
  from { margin-top: 20px; }
  to { margin-top: 23px; }
}
#playAnimationCheckbox {
      display: block;
      text-align: left;
      font-weight: bold;
      margin-top: 10px;
    }

    #playAnimationCheckbox p {
      display: inline;
    }


body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -10;
  background: url("/mk.gif") no-repeat center center;
  min-width: 1000px;
  animation-direction: alternate;
  image-rendering: pixelated;
}

body {
  --toggle: 1;
  --playState: "running";
  background-image: url("/mk.gif");
  background-repeat: repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  background-position: center;
  background-size: cover;
  color: black;
  font-family: dotmatrix;
  min-width: 800px;
  min-height:800px;
  image-rendering: pixelated;
  animation-direction: alternate;

   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

span{
  background-color: #FFC18E;
}
table,
td {
    border: 1px solid #513252;
}

thead,
tfoot {
    background-color: #7A4069;
    color: #FFC18E;
}
pre{
	  line-height: 16px;
	  background: white;
	  border: 1px solid white;
	  box-shadow: 0 1px 0 1px black,
		      inset 0 1px 0 1px black,
		      0 0 0 1px black,
		      inset 0 0 0 1px black;
  text-align: center;
  width: 3000px;
}
marquee{
}
a{ 
 text-decoration: none; 
 color: black; 
}
ul {
  padding-left: 2rem;
  list-style-type: none;
  background: url("/multi068.jpg") center center;
	  width: 40%;
	  line-height: 32px;
	  background: white;
	  border: 1px solid white;
	  box-shadow: 0 1px 0 1px black,
		      inset 0 1px 0 1px black,
		      0 0 0 1px black,
		      inset 0 0 0 1px black;
}
ul h1{
  background: none;
  border: none;
  box-shadow: none;
}
ul h2{
  background: none;
  border: none;
  box-shadow: none;
}
ul h4{
  background: none;
  border: none;
  box-shadow: none;
}
ul p{
  background: none;
  border: none;
  box-shadow: none;
}
ul li {
  padding-left: 2rem;
  background-image: url(/Vector-PNG-File.png);
  background-position: 0 0;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  font-size:30px;
}
p{
    font-size: 0.99em;
	  line-height: 20px;
	  background: gray;
	  border: 1px solid black;
	  box-shadow: 0 1px 0 1px black,
		      inset 0 1px 0 1px black,
		      0 0 0 1px black,
		      inset 0 0 0 1px black;
  width: 80%;
  text-align: center;
}
h1, h2, h3, h4, h5{
  text-align: center;
	  line-height: 40px;
	  background: #877;
	  border: 1px solid black;
	  box-shadow: 0 1px 0 1px black,
		      inset 0 1px 0 1px black,
		      0 0 0 1px black,
		      inset 0 0 0 1px black;
  width: 60%;
  right: 10%;
  position: relative;
  
}
html, a, a:hover{
	cursor: url("/img/cursor.png"), default;
}

/********* scanlines **********/

body::before{ 
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(20, 20, 40, 0) 66%, rgba(0, 0, 0, 0.20) 33%);
    background-size: 100% calc(3px * var(--toggle));
    z-index: 9999;
    pointer-events: none;
    
    animation: scanlines-anim 0.7s linear infinite;
        animation-play-state: var(--playState);
}

@keyframes scanlines-anim{
    0% {
		background-position: 0px 0px;
	}
	100% {
        background-position: 0px 9px;
	}
}


@media {

    .mainwindow{
        width: 90vw;
    }

    p{
        font-size: 0.9em;
    }
    .filewindow{
        width: 90vw;
    }
    
    .navbar #status{
        width: 40%;
        text-align: right;
    }

    /********* scanlines **********/
    body::before{
        background-size: 100% 5px;
    }
}

.clippy{
    position: fixed;
    border: ridge 8px var(--second-dark);
    font-size: 0.88em;
    height:400px;
    background-image: url("/multi068.jpg");
    width: 255px;
    float: right;
}
.logbox{
    font-size: 0.88em;
    height:400px;
    overflow-y: scroll;
    width: 50%;
    float: right;
    margin-right:-60%;
    margin-top: 340px;
}
.logbox2{
    width:100%;
    font-size: 3em;
    float: right;
    margin-right:-37%;
}
.logbox2 h1{
    font-size: 1.88em;
    
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    [class*="guestbook"]{
    width: 100%;
    padding-right: 0px;
  }
}
.guestbook{
    background-color: var(--transparent-dark);
    border: ridge 8px var(--second-dark);
    font-size: 0.88em;
    height:200px;
    width: 25%;
    float: right;
    padding-right: 20%;
}
.guestbook2{
    font-size: 0.88em;
    height:200px;
    width: 30%;
    float: right;
    margin-right: 7%;
}.guestbook3{
    font-size: 0.88em;
    height:200px;
    width: 450px;
    float: right;
    margin-right: 7%;
}
.logbox ul{
    width: 300px;
}

.logbox ul li{
    padding: 5px 0px;
}
.button{
  padding:25px;
}
.lastupdate {
  position: relative;
  background-color: #FFC18E;
}


.hvr-grow {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.hvr-grow2{
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.hvr-grow2:active,
.hvr-grow2:focus,
.hvr-grow2:hover {
	-webkit-transform: scale(1.9);
	transform: scale(1.9)
}

.link {
  position: relative;
  background-color: #CA4E79;
  right: 0;
}
.updates h1{
    margin: 15px 60px 15px 0px;
    font-size: 0.88em;
    width: 255px;
    float: right;
    right: 20%;
  text-align: center;
  left: 0px;
}
.tilt {
  transition: 0.2s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.tilt:hover {
  transform: rotate(3deg) scale(1.3);
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pulsate:before{
  animation: pulsate 4s infinite;
  }
.pulsate{
  animation: pulsate 4s infinite;
  }
.pulsate:hover {
  animation: pulsate 2s infinite;
}
