html, body{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body{
  background-image: url('https://marcsmind.neocities.org/assets/serene.jpg');
  background-repeat: no-repeat;
  backdrop-filter: blur(2px);
}

@font-face{
  font-family: "Frutiger";
  src: url("https://marcsmind.neocities.org/assets/segoe-ui-light.ttf");
}

@font-face{
  font-family: "PixeSans";
  src: url("https://marcsmind.neocities.org/assets/PixeSans.ttf");
}

@font-face{
  font-family: "Doto";
  src: url("https://marcsmind.neocities.org/assets/Doto.ttf");
}

/* podl */

#lordstab{
  position: absolute;
  top: 290px;
  left: 40px;
  width: 430px;
}

#lordscontent{
  height: 230px;
}

#lordsimg{
  width: 430px;
  height: 230px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;  
}

/* potl above */

/* inf */

#inftab{
  position: absolute;
  left: 960px;
  top: 100px;
  width: 300px;
}

#infcontent{
  height: 260px;
}

#infimg{
  width: 300px;
  height: 260px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;  
}

/* inf above */

/* demise */

#demisetab{
  position: absolute;
  left: 123px;
  top: 101px;
  width: 400px;
}

/* demise above */

/* pillar */

#piltab{
  position: absolute;
  left: 600px;
  top: 165px;
  width: 330px;
}

#pilcontent{
  height: 180px;
}

#pilimg{
  width: 330px;
  height: 180px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* pillar above */

/* flower */

#flowertab{
  position: absolute;
  top: 420px;
  left: 750px;
  width: 330px;
}

#flowercontent{
  height: 330px;
}

#flowerimg{
  width: 330px;
  height: 330px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
}

/* flower above */

/* play now */

.pn{
  position: absolute;
  top: 430px;
  left: 500px;
  width: 230px;
  height: 65px;
}
 /* play now above */
 
 /* mountain */
 
 #mountaintab{
   position: absolute;
   top: 580px;
   left: 200px;
   width: 500px;
 }
 
 #mountaincontent{
   height: 200px;
 }
 
 #mountainimg{
   width: 500px;
   height: 200px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;   
 }
 
 /* mountain above */

#logo{
  cursor: pointer;
  width: 18%;
}

#status-container{
  width: 100%;
  height: 30px;
  backdrop-filter: blur(2px);
  background-color: rgba(0,0,70,0.5);
  box-shadow: 0 3px 7px rgba(0,0,70,0.5);
}

#header{
  background-image: linear-gradient(to bottom,rgba(85, 85, 105, 0.8) 0%, rgba(0,0,48,0.8) 50%);
  width: 100%;
  height: 60px;
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 5px gray;
  justify-content: center;
  box-shadow: 0 3px 7px rgba(0,0,48,0.8);
  gap: 5px;
}

#status{
  color: white;
  font-family: "Frutiger";
  font-size: 15px;
  text-shadow: 2px 3px 3px darkgrey;
  line-height: 0;
}

.text{
  font-family: "Frutiger";
  font-weight: lighter;
  color: white;
  text-align: center;
  text-shadow: 3px 3px 3px grey;
}

.tab{
  background-image: linear-gradient(to bottom,rgba(85, 85, 105, 0.8) 0%, rgba(0,0,38,0.8) 50% 90%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 2px 2px black;
  position: absolute;
  border-right: solid 1px black;
  border-bottom: solid 2px black;
  width: 400px;
  height: 40px;
  line-height: 9px;
}

.tabtext{
  font-family: "Frutiger";
  font-weight: lighter;
  color: white;
  text-align: left;
  margin-left: 10px;
  text-shadow: 3px 3px 3px grey;
}

.Content{
  backdrop-filter: blur(2px);
  background-color: rgba(38, 18, 64, 0.5);
  line-height: 1.3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 2px black;
  margin-top: unset;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
}

.heading{
  font-family: "Frutiger";
  font-weight: lighter;
  color: white;
  text-align: center;
}

.nav-button{
  background-color: rgba(255,255,255,0.05);
  border: solid 0;
  color: rgba(255,255,255,0.7);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 25px;
  font-family: "Doto";
  font-weight: bold;
  height: 90%;
  text-shadow: 2px 3px 3px rgba(40,40,40,0.8);
  transition: 0.5s;
}

.nav-button:hover{
  cursor: pointer;
  color: rgb(255,140,0);
  background-color: rgba(255,255,255,0.1);
}