* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-background: #654980;
    --color-primary-text: #ffffff;
    --color-secondary-text: #707070;
    --color-gradient-fade: #a274cc;
}

a {
    color: var(--color-primary-text);
    text-decoration: underline;
}

a.link {
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-thickness: 2px;
    transition: text-decoration-color 0.3s ease-in-out, text-decoration-thickness 0.3s ease-in-out;
}

a.link:hover {
    text-decoration-color: #fff;
    text-decoration-thickness: 3px;
}

body {
    background-color: var(--color-background);
    color: var(--color-primary-text);
    font-family: "Bree Serif", serif;
    font-weight: 400;
    width: 100%;
}

body.no-scroll {
    overflow: hidden;
}

html {
    /* Scales 1rem from 16px (max) down to 12px (min) based on 1vw scaling */
    font-size: clamp(12px, 1vw, 16px);
    scroll-behavior: smooth;
}

h2 {
    font-size: 3rem;
    text-align: center;
    z-index: 1;
}

h2, h3, h4 {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

h3 {
    font-size: 2.25rem;
    margin-top: 4.75rem;
    text-align: center;
}

h4 {
    font-size: 1.875rem;
}

section {
    display: flex;
    flex-direction: column;
}

#backdrop {
    background-color: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}

#backdrop.active {
    opacity: 1;
    visibility: visible;
}

#footer {
    height: 35.5vw;
    max-height: 35.5rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#footer-collage {
    height: auto;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 73.9375rem;
    z-index: 0;
}

#footer-content {
    z-index: 4;
}

#footer-content,
#header-content {
    text-align: center;
}

#footer-content p,
#header-content p {
    color: var(--color-primary-text);
    filter: drop-shadow(0 10px 40px rgba(25, 37, 52, 1)) drop-shadow(0 10px 40px rgba(25, 37, 52, 1)) drop-shadow(0 10px 40px rgba(25, 37, 52, 1));
    font-family: Quicksand, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

#footer-content-notice {
    font-size: 1rem !important;
    position: absolute;
    top: 4rem;
    width: 100%;
}

#footer-content-notice svg {
    color: var(--color-primary-text);
    margin-bottom: -0.10rem;
    width: 6rem;
}

#footer-gradient-overlay {
    background-image: linear-gradient(to bottom, rgba(162, 116, 204, 0) 0%, rgba(162, 116, 204, 1) 100%);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    mix-blend-mode: color-burn;
    position: absolute;
    transform: translateZ(0);
    width: 100%;
    z-index: 1;
}

#header {
    height: 40.125rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#header-avatar {
    height: auto;
    left: 50%;
    position: absolute;
    transform: translateX(calc(-50% + 9rem));
    width: 54.5rem;
    z-index: 0;
}

#header-content {
    /*z-index: 2;*/
}

#header-content-logo {
    height: 9rem;
    margin-right: -0.3125rem;
    width: 38.375rem;
}

#header-content-logo svg {
    display: block;
    height: 100%;
    width: 100%;
}

#header-content-menu {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='2 2 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M3.464 20.535C4.93 22 7.286 22 12 22c4.714 0 7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464C2 4.93 2 7.286 2 12c0 4.714 0 7.071 1.464 8.535ZM18.75 16a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h12a.75.75 0 0 1 .75.75ZM18 12.75a.75.75 0 0 0 0-1.5H6a.75.75 0 0 0 0 1.5h12ZM18.75 8a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h12a.75.75 0 0 1 .75.75Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: none;
    height: 6rem;
    left: 2.5rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 2.5rem;
    white-space: nowrap;
    width: 6rem;
}

#header-content-menu.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='2 2 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12 22c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2c4.714 0 7.071 0 8.535 1.464C22 4.93 22 7.286 22 12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22ZM8.97 8.97a.75.75 0 0 1 1.06 0L12 10.94l1.97-1.97a.75.75 0 0 1 1.06 1.06L13.06 12l1.97 1.97a.75.75 0 1 1-1.06 1.06L12 13.06l-1.97 1.97a.75.75 0 1 1-1.06-1.06L10.94 12l-1.97-1.97a.75.75 0 0 1 0-1.06Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

#header-content-navigation {
    left: 50%;
    max-width: 75rem;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

#header-content-navigation ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 2.5rem 0;
}

#header-content-navigation ul li {
    margin: 0 1.25rem;
}

#header-content-navigation ul li a {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

#header-content-navigation-facebook {
    margin-left: auto !important;
}

#header-content-navigation-facebook a {
    display: flex;
    height: 1.875rem;
    transition: transform 0.3s ease-out;
    width: auto;
}

#header-content-navigation-facebook a svg {
    height: 100%;
    width: 100%;
}

#header-content-navigation-facebook a:hover {
    transform: translateY(-10px);
}

#header-content-tagline {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url("../images/gradient_linear.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-clip: text;
    font-family: Quicksand, sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    text-fill-color: transparent;
    transform: translateZ(0);
}

#header-content-verse {
    bottom: 4rem;
    position: absolute;
    width: 100%;
    z-index: 3;
}

#header-content-wrapper {
    filter: drop-shadow(0 10px 40px rgba(25, 37, 52, 1)) drop-shadow(0 10px 40px rgba(25, 37, 52, 1)) drop-shadow(0 10px 40px rgba(25, 37, 52, 1));
    left: 50%;
    position: absolute;
    text-align: right;
    top: 50%;
    transform: translate(calc(-50% - 19rem), -50%);
}

#header-gradient-overlay {
    background-image: linear-gradient(to top, rgba(162, 116, 204, 0) 0%, rgba(162, 116, 204, 1) 100%);
    content: "";
    height: 50%;
    left: 0;
    mix-blend-mode: color-burn;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 1;
}

#main {
    background-color: #000;
    border-radius: 1.875rem;
    filter: drop-shadow(0 10px 40px rgba(25, 37, 52, 1)) drop-shadow(0 10px 40px rgba(25, 37, 52, 1));
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    min-height: 100rem;
    position: relative;
    width: 100%;
    z-index: 4;
}

@media (max-width: 1000px) {
    a.link {
        text-decoration-thickness: 4px;
    }

    h2 {
        font-size: 6rem;
    }

    h3 {
        font-size: 4.5rem;
        margin-top: 4.75rem;
    }

    html {
        font-size: 12px !important;
    }

    #footer-content p,
    #header-content p {
        font-size: 2.5rem;
        padding: 0 13rem;
    }

    #footer-content-notice {
        font-size: 2.25rem !important;
    }

    #footer-content-notice svg {
        width: 9rem;
    }

    #header-content {
        height: 100%;
        position: unset;
        width: unset;
    }

    #header-content-menu {
        display: block;
        z-index: 1000;
    }

    #header-content-menu.active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12 22c-4.71405 0-7.07107 0-8.53553-1.4645C2 19.0711 2 16.714 2 12c0-4.71405 0-7.07107 1.46447-8.53553C4.92893 2 7.28595 2 12 2c4.714 0 7.0711 0 8.5355 1.46447C22 4.92893 22 7.28595 22 12c0 4.714 0 7.0711-1.4645 8.5355C19.0711 22 16.714 22 12 22ZM8.96965 8.96967c.29289-.29289.76777-.29289 1.06065 0L12 10.9394l1.9696-1.96971c.2929-.29289.7678-.29289 1.0607 0 .2929.29289.2929.76777 0 1.06061L13.0606 12l1.9697 1.9697c.2929.2928.2929.7677 0 1.0606-.2929.2929-.7678.2929-1.0607 0L12 13.0607l-1.9697 1.9696c-.29286.2929-.76774.2929-1.06063 0s-.29289-.7677 0-1.0606L10.9393 12l-1.96965-1.9697c-.29289-.29286-.29289-.76774 0-1.06063Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    }

    #header-content-facebook {
        height: 3rem;
    }

    #header-content-navigation {
        align-items: center;
        background-color: #000;
        bottom: 0;
        filter: drop-shadow(0 10px 40px rgba(25, 37, 52, 1)) drop-shadow(0 10px 40px rgba(25, 37, 52, 1));
        display: none;
        height: 100%;
        left: 0;
        padding: 0 5rem 0;
        position: fixed;
        top: 0;
        transform: unset;
        width: 70%;
        z-index: 999;
    }

    #header-content-navigation ul {
        flex-direction: column;
        justify-content: normal;
        width: 100%;
    }

    #header-content-navigation ul li {
        margin: 2rem 0;
    }

    #header-content-navigation ul li a {
        font-size: 4rem;
        line-height: normal;
    }

    #header-content-navigation.active {
        display: flex;
    }

    #header-content-navigation-facebook {
        margin-left: unset !important;
        margin-top: 10rem !important;
    }

    #header-content-navigation-facebook a {
        display: inline-flex;
        height: 4rem;
    }
}