html {
  scroll-behavior: smooth;
}

body { 
    --green: #d3fc42;
    --purple: #6b42fc;

    font-family: "IBM Plex Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.7;
    background: #ffffff;
    color: var(--green);
    margin: 0;
    background-color: #000000; /* Used if the image is unavailable */
}

.kaleidoscope {
    position: fixed;
    background: #000000;
    overflow: hidden;
}

#kaleidoscope-1 {
    top: 0;
    bottom: 50dvh;
    left: 0;
    right: 50%;
}

#kaleidoscope-2 {
    top: 0;
    bottom: 50dvh;
    left: 50%;
    right: 0;
}

#kaleidoscope-3 {
    top: 50dvh;
    bottom: 0;
    left: 0;
    right: 50%;
}

#kaleidoscope-4 {
    top: 50dvh;
    bottom: 0;
    left: 50%;
    right: 0;
}

.kaleidoscope-inner {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url('images/fashion-show-web-kaleid-bkgd.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    transform: rotate(30deg);
}

#kaleidoscope-inner-2 {
    transform: scaleX(-1) rotate(30deg);
}

#kaleidoscope-inner-3 {
    transform: scaleY(-1) rotate(30deg);
}

#kaleidoscope-inner-4 {
    transform: scaleX(-1) scaleY(-1) rotate(30deg);
}

.kaleidoscope-inner-flowers {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url('images/fashion-show-web-kaleid-flowers.png');
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    transform: rotate(30deg);
    will-change: transform;
}

#kaleidoscope-inner-flowers-2 {
    transform: scaleX(-1) rotate(30deg);
}

#kaleidoscope-inner-flowers-3 {
    transform: scaleY(-1) rotate(30deg);
}

#kaleidoscope-inner-flowers-4 {
    transform: scaleX(-1) scaleY(-1) rotate(30deg);
}

h1 {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 3px;
}

h2 {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 3px;
}

a {
    color: white;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 5px;
}

.quote {
    padding-left: 50px;
    padding-right: 50px;
    font-style: italic;
}

#navigation { 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    background-color: #000000;
    z-index: 102;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

#nav-link-wrapper {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
}

#navigation a {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--green);
    font-size: 1.2rem;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
}

#navigation a:hover {
    color: white;
}

.nav-here {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1.5px;
}

.nav-there {
    text-decoration: none;
}

.nav-there img {
    position: relative;
    top: 7px;
    height: 30px;
    width: auto;
}

.nav-icon {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nav-there img:hover {
    filter: grayscale(100%) brightness(200%);
}

#nav-logo {
    width: 237px;
    height: auto
}

#top {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

.top-text {
    position: absolute;
    /* color: #dcfe76; */
    color: #dcf788;
    mix-blend-mode: hard-light;
    font-size: 9rem;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: lowercase;
}

#top-text-1 {
    top: 50px;
    left: 80px;
}

#top-text-2 {
    bottom: 30px;
    right: 80px;
}

#scroll-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 1.2rem;
    z-index: 101;
}

#scroll-text-left {
    position: absolute;
    width: 35px;
    bottom: 40px;
    left: 0;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 101;
}

.down-arrow {
    display: inline-block;
    transform: scaleY(-1);
}

.container {
    position: relative;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.section {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    min-height: calc(100vh - 200px);
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
}

.border {
    position: fixed;
    background-color: #000000;
    z-index: 100;
}

#border-left {
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
}

#border-right {
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
}

#border-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}

.centered {
    text-align: center;
}

.button {
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    padding: 20px;
    background-color: var(--green);
    color: black;
    box-shadow: -8px -8px 0px var(--purple);
    text-decoration: none;
    transform: translateX(-20px);
}

.button:hover {
    transform: translateX(-15px) translateY(5px);
    background-color: var(--green);
    box-shadow: -18px -18px 0px var(--purple);
}

.person-gallery {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.person {
    /* display: inline-block; */
    box-sizing: border-box;
    width: 32%;
    padding: 50px;
}

.headshot {
    width: 100%;
    height: auto;
    border-radius: 50%;
    filter: grayscale(100%) contrast(110%);
}

.info {
    font-style: italic;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    body {
        font-size: 24px;
    }
}