
@font-face {
  font-family: minecraftfont;
  src: url(/css/minecraft_font.woff);
}

.landingfont {
  font-family: minecraftfont;
  font-size: 40px;
  color: white;
  text-shadow: rgb(0, 0, 0) 8px 8px 5px;
}

header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

footer{
  margin-top: auto;
}

.footerimage {
  width: 50px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  font-family: minecraftfont;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: green;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #1eff00;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.container .btn {
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #000;
  color: green;
  font-size: 1px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.container .btn:hover {
  background-color: #222;
}

.container img {
  width: 70%;
  height: auto;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.container {
  position: sticky;
  width: 100%;
  text-align: center;
  background-color: green;
  border: 4px solid rgb(82, 82, 82); 
  z-index: 1000;
}


.btns {
  position:relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: 8px;          
}

.btns button {
  background-color: #8a8a8a; 
  border: 4px solid rgb(82, 82, 82); 
  color: white; 
  cursor: pointer; 
  font-family: minecraftfont;
  font-size: 1.6rem;
  width: 25%;
  height: 60px;
  text-align: center;
  margin: 4px;
}

.btns button:hover {
  background-color: rgb(131, 158, 216);
}

.landingsteve {
  right: 80px;
  width: 350px;
  top: 90px;
  position:relative;
}

.oldsteve {
  position: relative;
  top: 120px;
  transform: scaleX(-1);
  left: 70px;
  width: 150px;
}

.newsteve {
  position: relative;
  top: 110px;
  transform: scaleX(-1);
  left: 55px;
  width: 220px;
}

.paper {
  background-color: white;
  position: relative;
  height:100%;
  width: 20%;
  top: 0%;
}

/*Landing page*/

.wrapper {
  position: relative;    
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  grid-auto-rows: minmax(100px, auto);
  width: 100%;
  left: 5px;
  margin: auto;
  height: 100%;
}


.left {
  grid-column: 1;
  grid-row: 1 / 5;
  text-align: left;
  height: 65%;
  width: 90%;
}

.right {
  grid-column: 2 / 135;
  grid-row: 1 / 5;
  background-image: url("/images/plank.png");
  background-repeat: repeat-xy;
  background-size: 100px 100px;
  border-radius: 40px;
  box-shadow: 8px 8px #373332;
  height: 65%;
  width: 80%;
  background-color: white;
}

.right2 {
  grid-column: 2 / 135;
  grid-row: 1 / 5;
  background-image: url("/images/plank.png");
  background-repeat: repeat-xy;
  background-size: 100px 100px;
  border-radius: 40px;
  box-shadow: 8px 8px #1a1916;
  height: 150%;
  width: 80%;
  background-color: white;
}


.bottom {
  grid-column: 1 / 135;
  grid-row: 6;
  height: 30px;
}

.steve {
  position: relative;
  top: 130px;
  width: 220px;
}

.rectangle {
  position: relative;
  height: 90%;
  width: 90%;
  background-color: #ffff;
  margin: auto;
  top: 6%;
  border-radius: 10px;
  box-shadow: -8px -8px grey;
}

.videosteve {
  position: relative;
  top: 130px;
  width: 100%;
}

.torch {
  position: relative;
  top: 50px;
  width: 300px;
  left: 0.1%;
}

.logo {
  position: relative;
  top: 120px;
  left: 0px;
  width: 950px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}