/* imported font */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

/* page colors */
:root {
  --text-color: #e5ddd6;
  --link-color: #7f7569;
  --bg-color: #453930;
  --mainbg-color: #342c27;
  --border-color: black;
  --accent-color: #cbc0b6;
}

/* span dictated font styles */
#handwriting {
  font-family: "Caveat", cursive;
  font-size: medium;
}
#strike {
  text-decoration: line-through;
}
#type {
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: medium;
}

/* body css/initial div positioning */
body {
  background: var(--bg-color);
  background-attachment: fixed;
  color: var(--text-color);
  max-width: 600px;
  margin: 50px auto;
  padding: 5px;
  font-family: "Caveat", cursive;
  font-size: 1.2rem;
  scrollbar-color: var(--bg-color) var(--mainbg-color);
  scrollbar-width: thin;
  z-index: 1;
  position: relative;
}
.container {
  position: fixed;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* highlight style */
::selection {
  background: var(--accent-color);
}

/* link style */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-shadow: 1px 1px 10px var(--link-color);
  letter-spacing: 2px;
}

/* heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: times new roman;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 1px;
}
h1 {
  text-shadow: 1px 1px 5px var(--link-color);
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(74, 70, 65) 25%,
    rgb(74, 70, 65) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 3px;
  text-transform: uppercase;
}
h2 {
  text-shadow: 1px 1px 5px var(--link-color);
}
h3 {
  border-bottom: 1px solid;
  margin-right: 15px;
}
#centeredheader {
  text-align: center;
}

/* main div style */
header,
nav,
main,
footer {
  border: 1px solid var(--border-color);
  padding: 5px 20px;
  background: var(--mainbg-color);
}

/* header style */
header {
  border-bottom: 1px solid black;
  height: 200px;
  position: relative;
}
header h1 {
  margin: 15px;
  font-family: times new roman;
  font-size: 2.5rem;
  font-style: italic;
  text-align: right;
  vertical-align: text-bottom;
  background: none;
  text-transform: none;
}

#house {
  z-index: 2;
  position: absolute;
  width: 400px;
  top: -115px;
  left: -235px;
}

marquee {
  width: 580px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

/* footer style */
footer {
  text-shadow: 1px 1px 10px var(--link-color);
  background: none;
  border: none;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

/* nav style */
nav {
  padding: 0;
  border: none;
  display: wrap;
  width: 200px;
  border-right: 1px solid var(--border-color);
  height: auto;
  position: relative;
}
nav li,
nav ul {
  padding: 2px;
  margin: 0;
  list-style-type: none;
}
nav a {
  color: var(--link-color);
  letter-spacing: 1px;
  text-shadow: 1px 1px 10px var(--link-color);
  font-family: times new roman;
  font-size: 1.2rem;
  font-style: italic;
  padding: 0 10px;
  font-weight: normal;
}
nav li:hover {
  background: var(--accent-color);
}
nav h1 {
  padding: 3px 10px;
  margin: 0;
  background: var(--bg-color);
  color: var(--mainbg-color);
  text-shadow: 1px 1px 1px var(--border-color);
  text-transform: uppercase;
  text-align: left;
}

#contents {
  z-index: 2;
  position: absolute;
  width: 225px;
  bottom: -20px;
  left: -50px;
}

/* left column style*/
#left {
  width: 200px;
  max-height: 325px;
  position: absolute;
  margin-top: 250px;
  margin-left: -250px;
  border: 1px solid var(--border-color);
  padding: 10px 10px;
  background: var(--mainbg-color);
  overflow: auto;
  margin-bottom: 25px;
  scrollbar-width: none;
}
#officequote {
  width: 200px;
}
#bookpile {
  position: absolute;
  width: 90px;
  top: 300px;
  left: -80px;
}
#bookpile2 {
  width: 120px;
  position: absolute;
  top: 600px;
  left: -300px;
}

#file1 {
  width: 190px;
  position: absolute;
  top: 360px;
  left: -230px;
}
  #a {
    position: absolute;
    z-index: 2;
    width: 30px;
    top: 420px;
    left: -175px;
  }
  #r {
    position: absolute;
    z-index: 2;
    width: 30px;
    top: 420px;
    left: -145px;
  }
  #t {
    position: absolute;
    z-index: 2;
    width: 16px;
    top: 420px;
    left: -115px;
  }
  #artopen {
    position: absolute;
    z-index: 5;
    width: 170px;
    height: 140px;
    left: -220px;
    top: 370px;
    background: transparent;
    border: none;
  }
#art {
  display: none;
  width: 578px;
  height: 800px;
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 5px;
  padding: 10px 10px;
}
  #artclose {
    position: absolute;
    z-index: 5;
    width: 170px;
    height: 140px;
    left: -220px;
    top: 370px;
    background: transparent;
    border: none;
  }
  .photopile { 
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  }
  .photopile figure { 
  display: inline-block;
  max-width: 220px;
  background: white;
  box-shadow: 1px 4px 5px rgba(0,0,0,0.55);
  transform: rotate(2deg);
  margin: 0 -25px;
  }
  .photopile figure img {
  max-width: calc(100% - 2rem);
  margin: 1rem 1rem 0 1rem;
  border: 2px rgb(0,0,0,0.55) inset;
  }
  .photopile figcaption {
  text-align: center;
  margin: 0.5rem 1rem 1rem 1rem;
  font-size: 1rem;
  color: var(--bg-color);
  }
  .photopile figure:hover { 
  z-index: 3;
  }
  .photopile figure:nth-child(2n) { 
  transform: rotate(-10deg);
  }
  .photopile figure:nth-child(3n) {
  transform: rotate(5deg);
  }
  .photopile figure:nth-child(4n) { 
  transform: rotate(4deg);
  }
  .photopile figure:nth-child(5n) { 
  transform: rotate(-2deg);
  }
  .photopile figure:nth-child(6n) {
  transform: rotate(-7deg);
  }


#file2 {
  width: 190px;
  position: absolute;
  top: 520px;
  left: -230px;
}
  #l {
    position: absolute;
    width: 30px;
    z-index: 2;
    top: 585px;
    left: -200px;
  }
  #o {
    position: absolute;
    width: 35px;
    z-index: 2;
    top: 590px;
    left: -168px;
  }
  #r2 {
    position: absolute;
    width: 23px;
    z-index: 2;
    top: 590px;
    left: -130px;
  }
  #e {
    position: absolute;
    width: 35px;
    z-index: 2;
    top: 590;
    left: -105px;
  }
  #loreopen {
    position: absolute;
    z-index: 5;
    width: 170px;
    height: 140px;
    left: -220px;
    top: 530px;
    background: transparent;
    border: none;
  }
#lore1 {
  display: none;
  width: 430px;
  height: 500px;
  position: absolute;
  z-index: 1;
  top: 216px;
  right: 5px;
  border: 1px solid var(--border-color);
  padding: 15px 10px;
  background: var(--mainbg-color);
  scrollbar-width: none;
  overflow: auto;
}
  #menzoberranzan {
    width: 420px;
    top: 50px;
  }
  #resistance {
    width: 50%;
    float: left;
  }
    #resistanceboard {
    overflow: auto;
    scrollbar-width: none;
    width: 200px;
    height: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    }
    #resistanceimgs {
    width: 90px;
    border: 1px solid var(--border-color);
    margin: 2px;
    float: left;
    }
  #lolthsworn {
    width: 50%;
    float: right;
  }
    #lolthswornboard {
    overflow: auto;
    scrollbar-width: none;
    width: 200px;
    height: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    }
    #lolthswornimgs {
    width: 90px;
    border: 1px solid var(--border-color);
    margin: 2px;
    float: left;
    }
#rightarrow {
  position: absolute;
  right: 0px;
  top: 50%;
  border: none;
  background: transparent;
  font-family: 'Times New Roman', Times, serif;
  color: var(--text-color);
}
#leftarrow {
  position: absolute;
  left: 0px;
  top: 50%;
  border: none;
  background: transparent;
  font-family: 'Times New Roman', Times, serif;
  color: var(--text-color);
}
#lore2 {
  display: none;
  width: 430px;
  height: 500px;
  position: absolute;
  z-index: 1;
  top: 216px;
  right: 5px;
  border: 1px solid var(--border-color);
  padding: 15px 10px;
  background: var(--mainbg-color);
  scrollbar-width: none;
  overflow: auto;
}
  #malwenimg {
    position: absolute;
    width: 160px;
    left: 0px;
    top: 20px;
  }
  #malwenimg2 {
    position: absolute;
    width: 200px;
    bottom: -10px;
    right: -30px;
  }
  #malweninfo {
    margin-left: 170px;
  }
  #malwenboard {
    overflow: auto;
    scrollbar-width: none;
    width: 200px;
    height: 190px;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
  }
  #malwenquotes {
    position: flex;
    overflow: auto;
    scrollbar-width: none;
    width: 200px;
    height: 190px;
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: right;
    border: 1px solid var(--border-color);
  }
  #quote {
    font-size: small;
    font-family: 'Times New Roman', Times, serif;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
  }
  #malwenimgs {
    width: 90px;
    border: 1px solid var(--border-color);
    margin: 2px;
    float: left;
  }
#lore3 {
  display: none;
  width: 430px;
  height: 500px;
  position: absolute;
  z-index: 1;
  top: 216px;
  right: 5px;
  border: 1px solid var(--border-color);
  padding: 15px 10px;
  background: var(--mainbg-color);
  scrollbar-width: none;
}
  #pillanyl {
  width: 205px;
  height: 500px;
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid var(--border-color);
  padding: 15px 10px;
  background: var(--mainbg-color);
  scrollbar-width: none;
  overflow: auto;
  }
  #pillanylimg {
    position: absolute;
    bottom: 260px;
    right: -70px;
    width: 200px;
    height: 190px;
    z-index: 5;
  }
  #pillanylbase {
    position: absolute;
    width: 200px;
  }
  #pillanylhover {
    position: absolute;
    width: 200px;
    opacity: 0;
  }
    #pillanylimg:hover #pillanylhover {
    opacity: 1;
  }
  #pillanyldog {
    position: absolute;
    width: 100px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
  }
  #pillanylboard {
    width: 200px;
    height: 190px;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 20px;
    margin-left: 5px;
  }
  #pillanylimgs {
    width: 90px;
    border: 1px solid var(--border-color);
    margin: 2px;
    float: left;
  }
  #irrbryn {
  width: 205px;
  height: 500px;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid var(--border-color);
  padding: 15px 10px;
  background: var(--mainbg-color);
  scrollbar-width: none;
  overflow: auto;
  }
  #irrbryninfo {
    text-align: right;
  }
  #irrbrynimg {
    position: absolute;
    top: 30px;
    left: -30px;
    width: 200px;
    height: 190px;
    z-index: 5;
  }
  #irrbrynbase {
    position: absolute;
    width: 200px;
  }
  #irrbrynhover {
    position: absolute;
    width: 200px;
    opacity: 0;
  }
  #irrbrynimg:hover #irrbrynhover {
    opacity: 1;
  }
  #irrbryndog {
    position: absolute;
    width: 100px;
    left: 0px;
    bottom: 0px;
  }
  #irrbrynboard {
    width: 200px;
    height: 190px;
    overflow: auto;
    scrollbar-width: none;
    bottom: 10px;
    left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #irrbrynimgs {
    width: 90px;
    border: 1px solid var(--border-color);
    margin: 2px;
    float: right;
  }
#dice {
  position: absolute;
  width: 75px;
  top: 570px;
  left: -280px;
}

/* center column style */
main {
  text-align: left;
  border-top: none;  
  display: flex;
  padding: 0;
  position: relative;
}

#office {
  height: 500px;
  width: 95%;
  margin: 15px;
  position: relative;
}
#mainheader {
  position: sticky;
  top: 0;
}

/* right column style */
#right {
  width: 200px;
  max-height: 250px;
  position: absolute;
  top: 40px;
  right: -250px;
  border: 1px solid var(--border-color);
  padding: 10px 10px;
  background: var(--mainbg-color);
  overflow: auto;
  scrollbar-width: none;
}
#desk {
  width: 200px;
}
#file3 {
  width: 190px;
  position: absolute;
  top: 220px;
  right: -230px;
}
  #g {
    position: absolute;
    width: 40px;
    top: 280px;
    right: -95px;
  }
  #a2 {
    position: absolute;
    width: 30px;
    top: 285px;
    right: -120px;
  }
  #m {
    position: absolute;
    width: 40px;
    top: 285px;
    right: -155px;
  }
  #e2 {
    position: absolute;
    width: 25px;
    top: 290px;
    right: -180px;
  }
  #s {
    position: absolute;
    width: 25px;
    top: 290px;
    right: -205px;
  }
#file4 {
  width: 190px;
  position: absolute;
  top: 380px;
  right: -230px;
}
  #n {
    position: absolute;
    width: 30px;
    top: 450px;
    right: -95px;
  }
  #o2 {
    position: absolute;
    width: 30px;
    top: 450px;
    right: -125px;
  }
  #t2 {
    position: absolute;
    width: 25px;
    top: 445px;
    right: -150px;
  }
  #e3 {
    position: absolute;
    width: 25px;
    top: 450px;
    right: -175px;
  }
  #s2 {
    position: absolute;
    width: 25px;
    top: 455px;
    right: -200px;
  }
#music {
  position: absolute;
  right: -260px;
  top: 550px;
}
#bookpile3 {
  width: 200px;
  position: absolute;
  top: 600px;
  right: -280px;
}
#pens {
  position: absolute;
  width: 100px;
  right: -240px;
  top: 460px;
}
#controller {
  width: 80px;
  position: absolute;
  top: 320px;
  right: -100px
}
#biglamp {
  position: absolute;
  width: 100px;
  top: 120px;
  right: -290px;
}
#smalllamp {
  position: absolute;
  width: 80px;
  top: 145px;
  right: -220px;
}

/* floater's style */
