html, body {

	background-color: BLACK;
	font-family: 'thaleahfatmedium';
	scroll-behavior: smooth;
	line-height: 50px;
}

@font-face {
   font-family: '8bit';
    src: url('8-bit_wonder-webfont.woff2') format('woff2'),
         url('8-bit_wonder-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'thaleahfatmedium';
    src: url('thaleahfat-webfont.woff2') format('woff2'),
         url('thaleahfat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1 {

	font-family: '8bit';
	font-size: 5vw;
	line-height: 6vw;
	color: #FFAA00;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: WHITE;
	
}

h2 {
	font-family: '8bit';
	font-size: 5vw;
	line-height: 6vw;
	color: #FFAA00;
	text-shadow: 2px 2px black;
	
}

h3 {
    font-family: '8bit';
    font-size: 3rem;
    color: #FFAA00;

}

div.main{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;


   /* border: 5px solid blue; */
}


.main .top{


	padding-top: 5%; 
	padding-bottom: 10%;
	padding-left: 0%;
	padding-right: 0%;

	height: 100vh;

	text-align: center;
	font-size: 32px;
	color: BLACK;

	background-image: url(images/background_spawn.avif);
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-attachment: fixed;
}

div.scroll {

	width: 50%;
	height: 20%;
	padding: 10px;
	padding-top: 30px;
	background-color: transparent;
	text-align: center;
	font-family: '8bit';
	font-size: 32px;
	color: WHITE;
	text-shadow: 2px 2px black;
	margin: auto;

}


div.scroll:hover {
	transform: scale(1.2);
	color: #FFAA00;
	transition: 0.7s;
}


a.scroll {
	text-decoration: none;
}

.zoom:hover {
	
	transform: scale(1.2);
}



.main .mid{


    border-style: solid none solid none;
    border-width: 10px;
    border-color: #FFAA00;

    text-overflow: ellipsis;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10%;
	background-image: url(images/background_deepcave.avif);
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-attachment: fixed;
	


	text-align: left;
	font-size: 32px;
	color: WHITE;
} 


.mid a {
	color: #5555FF;
	text-decoration: none;
}

.mid a:hover {
	text-decoration: underline;
}

.main .title {

    padding-left: 5%;
    padding-right: 5%;

    text-overflow: ellipsis;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.main .bot{

	#border-top: solid black; 
	text-overflow: ellipsis;
	padding-top: 1%;
	padding-left: 5%;
	padding-bottom: 5%;
	background-image: url(images/background_grassland.avif);
    #background-color: #FFAA00;
	
	text-align: center;
	font-size: 32px;
	color: BLACK;
}


.main .wiki{

	text-overflow: ellipsis;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(images/background_long.avif);
    background-color: #313133;

    text-align: left;
    font-size: 26px;
    color: WHITE;

    column-count: 1;
    column-gap: 10px;
    column-width: 50vh;
}

.main .wiki h2 {
    text-align: center;
    column-span: all;
}

.wiki a {
	color: #FFAA00;
	text-decoration: none;
}

.wiki a:hover {
	text-decoration: underline;
}

.main .info{
    padding-top: 150px;
    padding-bottom: 10%;
    padding-right: 100px;
    padding-left: 50px;
	background-color: #373737;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-attachment: fixed;
}
.main .wiki-child{

    width: 100%;
    float: left;
    min-height: 100vh;
    text-align: left;
    font-size: 32px;
    color: WHITE;
}

/* Desktop view */

@media only screen and (min-width: 1100px) {
    .main .wiki-child {
        width: 50%;
    }
}

.crafting {
    padding: 15%;
    padding-top: 30%;
    height: 100vh;
    text-align: center;
    background-color: #C6C6C6;
}


.result {
    columns: 2;
    column-width: 20vh;
    text-align: right;
}

.result img {
    background-image: url(wiki/images/slot_highlight.png);
    background-color: #8B8B8B;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  line-height: 0;
  #background-color: #8B8B8B;
}

.slot {
  background-image: url(wiki/images/slot.png);
  background-size: 100%;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  padding: 8%;
}

.final-slot {
  background-image: url(wiki/images/slot_highlight.png);
  background-size: 100%;
  #border: 5px solid #C6C6C6;
}

.slot-number {
    position: relative;
    transform: translate(25%, -4vh);
    font-size: 80px;
    text-align: center;
    -webkit-text-stroke: 3px black;
}

.row {
    #border: 10px solid #2b2b2b;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

div.updateimg{ 
	
	height: 50%;
    width: 30%; 
	
	background-image: url(images/update.png); 
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	
	float: left; 
} 


div.updatetext{ 

	color: BLACK;
	padding : 1%; 
    width: 60%; 
	float: left; 
}

.updatetext iframe {
	
	height: 40vh;
	width: 55vw;
}



div.botbar {
  border: 0px solid black;
  position: fixed;
  padding: 0;
  margin:0;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  
  left: 0;
  bottom:0;
  right: 0;
  
  
  color: WHITE;
  font-size: 26px;
  text-overflow: ellipsis;
  
  background-color: #202020;
  background-position: center fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.text a {
	color: BLACK;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.noselect {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* NAVBAR */
nav {
    background-color: #1f1f1f;
    border-bottom: 1px solid gray;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
   /* border: 2px solid red; */
}

.nav_toggle{
    position:absolute;
    cursor: pointer;
    margin: 0rem 1rem;
    right: 0;
}

.nav svg{
    width:1.5rem;
    fill: gray;
}

.close {
    display: none;
    margin-top: 1rem;
}

.menu {
    margin-top: 1rem;
}

.nav_checkbox {
    display: none;
}

.nav_menu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin: 1rem;
    margin-right: 3rem;
    min-height: 1.2rem;
}

.nav li {
    list-style: none;
    display: none;
    width: 100%;
    text-align: center;
}

.nav a {
    font-size: 20px;
    font-family: '8bit';
    color: black;
    text-decoration: none;
    display: block;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.nav a.active {

	color: #FFAA00;

}

/* Change color of dropdown links on hover */
.nav a:hover:not(.active) {

	color: #FFAA00;
}

#nav_checkbox:checked ~ ul.nav_menu li {
    display: block;
}

#nav_checkbox:checked ~ label.nav_toggle .close{
    display: block;
}

#nav_checkbox:checked ~ label.nav_toggle .menu{
    display: none;
}
/* Desktop view */

@media only screen and (min-width: 700px) {
    .nav_toggle {
        display: none;
    }

    .nav_menu {
        flex-direction: row;
    }

    .nav li {
        display: block;
        width: auto;
    }
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

/* GRID */

.grid {

    margin: 10px;

    display: grid;
    gap: 1rem;

    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));

}

.grid a {

    padding-left: 40px;
    padding-right: 40px;

    text-decoration: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.grid a:hover {

    text-decoration: none;

}

@media screen and (min-width: 600px) {
  .card {
    grid-row: span 2 / auto;
  }

  .card {
    grid-column: span 2 / auto;
  }

  .scroll {
    width: 300px;
  }
}


/* BLOG CARDS */
.card {

    padding-left: 40px;
    padding-right: 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #353535;

    color: #fff;
    box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 500ms;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 }

.card:hover {
    box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
    transform: translateY(-3px) scale(1.1);
 }

 .card img {

    border-radius: 8px;
    max-width: 100%;
    height: auto;

 }

/* Dropdown Button */
.dropbtn {

  background-color: transparent;

  background-image: none;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;

  color: white;
  padding-top: 16px;
  padding-left: 31px;
  padding-right: 31px;
  padding-bottom: 31px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

/* Dropdown Content */
.dropdown-content {
  display: block;
  position: absolute;
  background-color: #1f1f1f;
  min-width: 10vw;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content img {

	padding-left: 19%;
	padding-top: 10%;

	width: 79%;
	height: 79%;

}
/* Links inside the dropdown */
.dropdown-content a {
	font-family: '8bit';
	font-size: 1.1vw;
    color: black;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;

  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a.active {

	color: #FFAA00;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover:not(.active) {

	color: #FFAA00;
	background-color: #141414;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FFAA00;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #a16b00;
}

/* --- SLIDESHOW ---- */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  max-height: 900px;
  position: relative;
  margin: auto;
/*  border: 3px solid red; */

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 32px;
  position: relative;
  text-align: center;
  margin-right: 30px;
  margin-left: 30px
 /* border: 2px solid red; */

 /*overflow-y: auto;*/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotactive, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
