@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --text-stroke: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
    --name-top-mobile: 160px;
    --name-top-default: 60px;
    --pfp-top-default: 32px;
    --pfp-top-mobile: 132px;
}

body {
    font-family: "Outfit", sans-serif;
    background-color: black;
}

a {
    color: inherit;
    font-weight: 900;
}

.menu-wrap {
    overflow: hidden;
    position: fixed;
    right: 0%;
    top: 0%;
    margin-right: 32px;
    margin-top: 42px;
    z-index: 999;
    user-select: none;
}

.menu {
    cursor: pointer;
    width: 80px;
    height: 100px;
    transition: 160ms;
    transform: translate(14px, -12px);
    z-index: 2;
    position: sticky;
}

.menu:hover {
    cursor: pointer;
    color: rgb(214, 214, 214);
    transition: 160ms;
}

.menu:active {
    cursor: pointer;
    color: rgb(214, 214, 214);
    transition: 160ms;
}

.menu-content {
    overflow: hidden;
    background-color: white;
    float: right;
    width: 300px;
    height: 0px;
    right: 0%;
    top: 30px;
    border-radius: 12px;
    position: fixed;
    z-index: 0;
}

/* menu open/close animation */
@keyframes OpenMenu {
    0% {
        height: 0px;
    }

    100% {
        height: 500px;
    }
}

@keyframes CloseMenu {
    0% {
        height: 500px;
    }

    100% {
        height: 0px;
    }
}

@keyframes FadeOut {
    0% {
        opacity: 100%;
    }

    100% {
        opacity: 0%;
    }
}

@keyframes FadeIn {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

.menu-item * {
    color: black;
    position: relative;
    margin-left: 20px;
}

#menu-items {
    animation: FadeOut 0ms forwards;
}

.menu-item.item * {
    margin-left: 2px;
    text-overflow: ellipsis;
}

.menu-item.item {
    z-index: 10;
    position: relative;
}

.menu-item.item .current-page {
    height: 50px;
    width: 40px;
    top: 10px;
    stroke: rgb(0, 0, 0);
    filter: drop-shadow(1px 1px 5px #370090);
    
}

.menu-item.first * {
    margin-top: 30px;
}

.menu-item.first h4 {
    margin-top: 10px;
    font-size: 40px;
}

.wip-wrap {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
}

.centre-text {
    text-align: center;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.white {
    color: white;
}

a.menulink {
    text-shadow: var(--text-stroke);
    transition: 100ms;
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
}

a:hover.menulink {
    text-shadow: var(--text-stroke);
    transition: 100ms;
    text-decoration: none;
    color: rgb(206, 154, 255) !important;
}

a:active.menulink {
    text-shadow: var(--text-stroke);
    transition: 100ms;
    text-decoration: none;
    color: rgb(173, 90, 251) !important;
}

.name {
    user-select: none;
    word-spacing: 8px;
    letter-spacing: 1px;
    font-size: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 25%;
    right: 25%;
    top: var(--name-top-default);
    color: black;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.pfp {
    user-select: none;
    display: block;
    border-radius: 100px;
    width: 80px;
    border: 8px double rgb(255, 255, 255);
    top: var(--pfp-top-default);
    z-index: -1;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 25%;
    right: 25%;
}

.pfp-placeholder {
    user-select: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    width: 80px;
    border: 8px double rgb(255, 255, 255);
    top: var(--pfp-top-default);
    position: relative;
    opacity: 0;
    z-index: -1;
}