
body, html {
	
	font-family: 'minecraft';
	color: BLACK;
	font-size: 24px;
	
	background-image: url("https://i.ibb.co/1n6cYLR/webback.webp");
        background-position: center center;
	background-repeat: no-repeat;
        background-attachment: fixed;
	background-size: cover;
        background-color: #464646;
        animation: fadeInAnimation ease 5s; 
        animation-iteration-count: 1; 
        animation-fill-mode: forwards; 


        @keyframes fadeInAnimation { 
            0% { 
                opacity: 0; 
            } 
            100% { 
                opacity: 1; 
            } 
        }
	
}


body.pelimuodot {
	
	font-family: 'minecraft';
	color: BLACK;
	font-size: 24px;
	
	background-image: url(images/tausta.png);
        background-position: center center;
	background-repeat: no-repeat;
        background-attachment: fixed;
	background-size: cover;
        background-color: #464646;
	
}

@font-face {
    font-family: 'minecraft';
    src: url('MinecraftiaRegular.ttf') format('woff2');
    #src: url('MinecraftiaRegular.eot');

    font-weight: normal;
    font-style: normal;

}

h1, h2 {

	font-family: 'minecraft';
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 5px;
	word-spacing: 5px;
	color: WHITE;
	text-shadow:
    -1px -1px 0 #202020,
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020;
 
	
}

h3 {
	font-family: 'minecraft';
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 5px;
	word-spacing: 5px;
	color: #3333FF;
	text-shadow:
    -1px -1px 0 #202020,
    6px -1px 0 #202020,
    -1px 1px 0 #202020,
    1px 1px 0 #202020; 
	
}

h4 {
	font-family: Arial;
	font-size: 16px;
	color: WHITE;
	
}

h5 {
	font-family: Arial;
	font-size: 16px;
	color: WHITE;
	text-align: right;
	
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1C1C1C;
  
  font-family: 'minecraft';
  font-size: 24px;
  
  
  text-align: center; 
  
  width: auto;
      
}

li {
  display: inline-block;
  text-align: center; 
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  transition: 0.3s;
}

li a:hover:not(.active) {
  color: #9999FF;
}



.active {
  color: #6666FF;
}


div.boxed {
  border: 3px solid black;
  width: device-width;
  padding: 50px;
  margin: 20px;
  
  background-image: url(images/hub2.png);
  background-position: center fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
div.boxed2 {
  border: 3px solid black;
  width: device-width;
  padding: 50px;
  margin: 20px;
  color: white;
  text-shadow: 2px 4px 4px #000000;
  
  background-image: linear-gradient(yellow, grey);
  background-position: center fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


div.bottom {
  border: 0px solid black;
  position: fixed;
  padding: 0;
  margin:0;
  padding-left: 10px;
  
  left: 0;
  bottom:0;
  right: 0;
  
  
  background-color: #202020;
  background-position: center fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


div.right {
  float: right;
  padding-right: 10px;
}

img {
  max-width: 100%;
}

#loadOverlay{display: none;}
