@font-face {
    font-family: 'PalmClub';
    src: url('fonts/Palm-Club-Script.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'STCaiyun';
    src: url('fonts/stcaiyun.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Balonb';
    src: url('fonts/balonb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'Open Sans', sans-serif; /* Example font */
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.content {
    max-width: 60rem;
    margin: 0 auto;
}

body {
    padding: 0 1rem;
}

body a {
    color: black;
}

body.index {
    background: url('assets/bg.gif') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: STCaiyun, sans-serif;
}

body.index .first-text {
    width: 60%;
    rotate: -5deg;
    font-size: 4.5rem;
    margin-left: 1rem;
}

body.index .bath {
    width: 20rem;
    border-radius: 1rem;
}

body.about {
    background: url('assets/lightpink.gif') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.contact {
    background-image: url('assets/gold-background.webp'), url('assets/gold-background-empty.webp');
    background-repeat: no-repeat, repeat;
    background-position: center right, left top;
    background-size: auto 100%, auto 100%;
    background-attachment: fixed;
}

body.contact a[href^="tel:"] {
    text-decoration: none;
    letter-spacing: 0.2rem;
}

body.about p {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1rem;
    border-radius: 6px;
}

body.about .main-image {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    border: solid black 5px;
    box-shadow: 0.5rem 0.5rem 0.8rem black;
}

body.contact .contact-main-container {
    padding: 5px;
    min-width: 60%;
    margin: 10rem auto;
    max-width: 20rem;
    font-family: STCaiyun, sans-serif;
    font-size: 1.5rem;
}

body.contact .contact-main {
    background-color: rgba(255, 255, 255, 1);
    padding: 1rem;
    text-align: center;
    margin: 0;

    &.waiver-download {
        padding-top: 0;

        a {
            font-family: sans-serif;
            font-size: 1rem;
        }
    }
}

body.services {
    background: url('assets/colorful-bubbles.webp') no-repeat fixed center center;
}

body.services .content {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border-radius: 6px;
}

body.services .vip-copy, body.services .group {
    color: black;
    background: rgba(255, 0, 255, 0.90);
    border-radius: 6px;
    padding: 1rem;
}

body.services .vip {
    font-family: PalmClub, cursive;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
    margin-right: 2px;
}

.center {
    text-align: center;
}

body.services .group {

    width: 20rem;
}

body.services .group h4 {
    margin: 0.5rem 0;
    text-decoration: underline;
    text-decoration-style: wavy;
}

body.services .group p {
    margin: 0.5rem 0;
}

body.services .group ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0.5rem 0;
}

body.services .group li {
    display: flex;
    justify-content: space-between;
}

#logo {
    width: 20rem;
}

#logo.stroke {
    filter: drop-shadow(-1px -1px 0px black) drop-shadow(2px -1px 0px black) drop-shadow(2px 2px 0px black) drop-shadow(-1px 2px 0px black)
}

.chloe-solo {
    max-width: 20rem;
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 20%;
}

h1 {
    font-family: PalmClub, cursive;
    font-size: 80px;
    font-weight: bold;
    background: fuchsia;
    background: linear-gradient(to right, fuchsia 0%, orange 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(345deg);

    margin: 1rem 0;
    white-space: nowrap;
}

nav {
    font-family: STCaiyun, cursive;
    -webkit-text-decoration-style: wavy;
    -moz-text-decoration-style: wavy;
    text-decoration-style: wavy;
    font-size: 25px;
    width: 100%;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    color: pink;
    margin-right: 2rem;
    align-items: center;
    margin-bottom: 3rem;
}

.nav-links {
    width: 30rem;
    display: flex;
    justify-content: space-evenly;
}

.nav-links a, .nav-links span {
    color: black;
    background-image: radial-gradient(fuchsia, rgb(207 0 207 / 0%));
    box-shadow: 0rem 0rem 2rem 1rem fuchsia;
    border-radius: 2rem;
    padding: 0.5rem;
}

footer {
    font-family: STCaiyun, sans-serif;
    display: flex;
    width: 60%;
    margin: 3rem auto 0 auto;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

footer .chloe-footer {
    width: 8rem;
}

.instagram-footer svg {
    height: 3rem;
}

.rainbow-stroke-text {
    font-size: 72px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin: 30px;
    text-shadow: 2px 2px 0px fuchsia,
    4px 4px 0px orange;
    user-select: none;
}

@media (max-width: 600px) {
    body {
        padding: 0 0.5rem;

        .content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2rem;
        }

        &.index {
            .first-text {
                width: 80%;
                font-size: 2rem;
                margin-top: 0;
            }

            .bath {
                width: 80vw;
            }
        }

        &.about {
            p {
                text-align: justify;
            }

            .content {
                gap: 1rem;
            }
        }

        &.services {
            .group {
                width: 90%;
            }
            .vip-copy {
                text-align: justify;
            }
        }

        &.contact {
            .contact-main-container {
                margin: 2rem auto;
            }
        }
    }

    #logo {
        width: 80vw;
    }

    .chloe-solo {
        position: fixed;
        bottom: initial;
        width: 30%;
    }

    nav {
        margin-bottom: 2rem;
        margin-right: 0;
        font-size: 18px;

        .nav-links {
            margin: 1rem 0;
        }
    }

    footer {
        flex-direction: column;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        width: initial;
    }
}
