@media (max-width: 768px) {
  .album-row, .album-row2, .container {
    flex-direction: column;
    gap: 10px;
  }

  .album, .dess-album {
    max-width: 100%;
    width: 100%;
  }

  .box, .box2 {
    margin: 10px;
    max-width: 100%;
    width: 90%;
  }

  .box2 img {
    width: 100%;
    height: auto;
  }

  .home {
    font-size: 12px;
    top: 5px;
    left: 5px;
  }

  .header2 {
    font-size: 20px;
  }

  .album img {
    max-width: 100%;
    height: auto;
  }

  .stack-mobile {
    flex-direction: column;
    align-items: center;
  }

  .topster-img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .sweepstakes-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .box img {
    max-width: 100%;
    height: auto;
  }

  .lol {
    flex-direction: column;
  }

  .chapter {
  position: absolute;
  width: 50%;
  font-size: 12px;
  line-height: 12px;
  cursor: none;
  text-align:center;
  }

  #chapter1 { top: 10%; left: 0%; }
  #chapter2 { top: 60%; left: 0%;}
  #chapter3 { top: 15%; right: 0%; }
  #chapter4 { top: 50%; right: 0%; }
}

#chapter1 { top: 10%; left: 5%; }
#chapter2 { top: 60%; left: 12%; }
#chapter3 { top: 5%; right: 15%; }
#chapter4 { top: 40%; right: 10%; }

body {
  background: #2D3027 url("img/forest.png");
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover; 
	font-family: "Palatino";
	font-size:14px;
  height: 100%;
  margin: 0;
  padding: 0;
  }

@font-face{
  font-family: 'Determination';
  src: url(font/determination.ttf);
}

.determination {
  font-family: 'Determination', serif;
  color: #bebebe;
  font-weight: bold;
}
  
a {
  color:#ffffff;
  }

    a:link {
        color: white;
        text-decoration: underline;
    }
    
    a:visited {
        color:white;
        text-decoration: underline;
    }
    
    a:active {
        color:white;
        text-decoration: none;
    }
    
    a:hover {
        color:white;
        text-decoration: none;
    }

.box {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  padding: 20px;
  border: 4px groove rgb(58, 49, 42);
  text-align: center;
  max-width: 800px;
  margin: 0 20px;
}

.box2 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  padding: 20px;
  border: 4px groove rgb(58, 49, 42);
  text-align: center;
  max-width: 1200px;
  margin: 0 20px;
}

.box2 h1{
  margin-top: 0;
}

.box3 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  padding: 20px;
  border: 4px groove rgb(58, 49, 42);
  text-align: center;
  max-width: 800px;
  margin: 0 20px;
}

.home {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
}

.header2 {
  margin: 0;
  font-size: 24px;
  text-align: center;
}


.chapter {
  position: absolute;
  width: 30%;
  font-size: 18px;
  line-height: 18px;
  cursor: none;
  text-align:center;
}

.center {
  min-height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.arrow, .arrow2, .arrow3, .arrow4 {
  cursor: pointer;
}

.thingy {
  display: none;
}

.thingy.active {
  display: inline;
}

.album-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.album-row2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.album-row2 a {
  display: none;
  margin-top:20px;
  flex: 1;
  text-decoration: none;
  color: inherit;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.album {
  flex: 1;
  border: 1px solid #000;
  padding: 10px;
  min-height: 35px;
  margin-top: 20px;
}

.album img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.dess-album {
  flex: 1;
  border: 1px solid #000;
  padding: 10px;
}

.dess-album img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.album-title {
  font-weight: bold;
  font-size: 20px;
}

.album-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}

.album-info {
  font-size: 14px;
  margin-bottom: 10px;
}

.personal-text {
  font-size: 14px;
  margin-top: 10px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}

.entry {
  margin-top: 0px;
  margin-bottom: 20px;
}

.entry h1{
  font-size: 28px;
  margin: 0px;
}

.entry h2, h3{
  margin: 0px;
  font-size: 20px;
}

.entry p{
  margin: 0px;
  font-size: 14px;
  align-items: center;
}

.topster-img {
  width: auto;
  height: 598px;
  display: block;
  margin: 0 auto;
}

.sweepstakes-img {
  width: 800px;
}

#phantom {
  z-index: 9999;
  cursor: none;
}
.cat-container {
  position: relative;
  width: 300px;
  height: 300px;
}

.cat {
  position: absolute;
  bottom: 30;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 250px;
}

.platform {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 400px;
}

.start {
  position: absolute;
  left: 50%;
  top: 300px;
  transform: translateX(-50%);
  z-index: 10;
  color: white;
  font-size: 20px;
  background: rgba(0, 0, 0);
  padding: 5px;
  border-radius: 5px;
  width: max-content;
  font-family: 'Determination', serif;
  cursor: default;
}

.bg {
  position: absolute;
  left: 50%;
  bottom: -60;
  transform: translateX(-50%);
  z-index: 0;
  width: 400px;
  height: 320px;
}

.camp-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#camp-item{
  color: white;
  z-index: 10;
}

.background-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  filter: blur(3px) brightness(0.35);
  image-rendering: pixelated;
  pointer-events: none;
}
