* {
    font-size: 1em;
}

body {
    font-family: helvetica;
    position: relative;
}

/*#region NAV*/

/* .nav {
    position: fixed;
    font-size: 1.2rem;
}

.staceylee {
    font-weight: bold;
    width: fit-content;
    color: black;
    text-decoration: none;
}

.staceylee:hover {
    background-color: greenyellow;
}

.nav-content {
    margin-top: 0.2rem;
    line-height: 1.6rem;
}

.nav-subhead {
    font-weight: bold;
}

#contact-links {
    color: black;
}

#contact-links:hover {
    color: white;
    background-color: black;
}

#icnr {
    color: red;
}

#icnr:hover {
    color: black;
    background-color: #ff7f7f;
}

#str8jacket {
    color: black;
    background-color: #bec3e0;
}

#sibbys {
    color: #c11c84;
}

#sibbys:hover {
    color: black;
    background-color: pink;
}

#dinner {
    color: brown;
}

#dinner:hover {
    color: black;
    background-color: tan;
}

#ghost {
    color: darkolivegreen;
}

#ghost:hover {
    color: black;
    background-color: #b1c4ae;
}

#newyork {
    color: #486362;
}

#newyork:hover {
    color: black;
    background-color: lightsteelblue;
}

#found {
    color: #9263bc;
}

#found:hover {
    color: black;
    background-color: #e0c6ff;
}

#body {
    color: #575757;
}

#body:hover {
    color: black;
    background-color: lightgray;
}

#five {
    color: goldenrod;
}

#five:hover {
    color: black;
    background-color: gold;
} */
/*#endregion*/

/*#region FORMAT*/
.body-content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
    position: relative;
    padding-top: 9rem;
    z-index: -1;
    overflow-x: hidden;
}

#slumberparty-div, #www-div, #holiday-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;

}

img {
    width: 28rem;
}

.caption {
    display: flex;
    flex-direction: row;
    width: 28rem;
    align-items: baseline;
    justify-content: space-between;
}

.caption-child {
    width: 40%;
    font-size: 0.9rem;
}

#caption-right {
    width: 33%;
    text-align: right;
    font-style: italic;
    font-size: 0.7rem;  
}

/*#endregion*/

.jump-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;

}

.button {
    color: darkblue;
}

.button:hover {
    width: fit-content;
    color: black;
    background-color: #bec3e0;
}

.project-head {
    background-color: #bec3e0;
    width: fit-content;
}

* {box-sizing: border-box}
.awards, .judge, .merch, .stories, .coloring {
    display: flex;
    position: relative;
    z-index: -1;
}
img {
    vertical-align: middle;
    position: relative;
    z-index: -1;
}

/* Slideshow container */
.slideshow-container {
  max-width: 28rem;
  position: relative;
  margin: auto; 

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  mix-blend-mode: difference;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

/* Caption text */
.text {
    color: white;
    font-size: 0.9rem;
    padding: 12px 12px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}


@media (max-width: 860px) {
    * {
        font-size: 0.95em;
    }

    .nav-content {
        line-height: 1.4rem;
    }

    .body-content {
        padding-top: 10rem;
    }

    .jump-nav {
        background-color: greenyellow;
    }
}

@media (max-width: 550px) {
    * {
        font-size: 0.9em;
    }

    .nav-content {
        line-height: 1.2rem;
    }

    .body-content {
        padding-top: 11rem;
    }
}

@media (max-width: 500px) {
    * {
        font-size: 0.9em;
    }

    .nav-content {
        line-height: 1.2rem;
    }

    .body-content {
        padding-top: 11rem;
    }

    img, .caption, .slideshow-container {
        width: 25rem;
    }
}

@media (max-width: 350px) {
    * {
        font-size: 0.85em;
    }

    .nav-content {
        line-height: 1rem;
    }

    .body-content {
        padding-top: 12rem;
    }

    img, .caption, .slideshow-container {
        width: 21rem;
    }
}