* {
    margin: 0;
    padding: 0;
    font-family: 'Archivo', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
    color: #000000;
}

canvas {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.hidden {
    display: none;
}

.splash {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-225px, -150px);
    display:flex;
    flex-direction: column;
    gap: 0px;
    width: 450px;
    height: 300px;
    z-index: 100;
    opacity: 1;
    transition: opacity 1s;
}

.splash.ready {
    opacity: 0;
    transition: opacity 1s;
}

.splash h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.splash .subhead {
    text-align: center;
    /* grid-column: 1;
    grid-row: 3; */
}

.splash h2 {
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    transform: translate(0, -10px);
}

.splash .progress {
    /* grid-column: 1;
    grid-row: 4; */
    font-weight: 600;
    font-size: 10px;
    text-align: center;
}

.splash .progress .bar {
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-right-width: 300px;
    border-color: #000000;
    outline-style: solid;
    outline-width: 1px;
    width: 0px;
    height: 4px;
    /* left: 100px; */
    margin: 0 auto 10px auto;
    transition: width 0.25, border-right-width 0.5s;
    /* transition-timing-function: ease-in-out; */
}

.splash .helptext {
    grid-column: 1 / 4;
    grid-row: 5;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

.backbutton {
    background-color: white;
    left: calc(50% - 16px);
    z-index: 500;
    position: absolute;
    bottom: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: black;
    padding: 4px 16px;
    border-radius: 16px;
    box-shadow: 0 10px 20px 7px #00000052;
}

.point {
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;

    /* pointer-events: none; */
}

.point .label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 150;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    /* border: 1px solid #ffffff77; */
    color: black;
    /* font-family: Helvetica, Arial, sans-serif; */
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    transform: scale(0, 0);
    transition: transform 0.3s;
    box-shadow: 0 10px 20px 7px #00000020;
}

.point .text {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 30px;
    left: -120px;
    width: 200px;
    padding: 20px;
    border-radius: 16px;
    background: white;
    /* border: 1px solid #ffffff77; */
    color: black;
    line-height: 1.3em;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-weight: 400;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    box-shadow: 0 10px 20px 7px #00000020;
}

.point:hover .text {
    opacity: 1;
}

.point.visible .label {
    transform: scale(1, 1);
}

.headerContainer {
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 90px;
    position: absolute;
    margin-right: auto;
}

#header {
    position: absolute;
    width: 70vw;
    height: 70px;
    pointer-events: none;
    align-items: center;
    top: 20px;
    transform: translateY(-70px);
}

#header.down {
    animation: slidedown 2s cubic-bezier(.19, 1, .22, 1) forwards;
}

#middle-menu {
    flex-grow: 1;
    display: inline-flex;
    justify-content: flex-end;
    align-self: center;
    margin-right: 60px;
    height: 100%;
    align-items: center;
}

#middle-menu p {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 1px;
    padding: 5px 20px;
    border-radius: 50px;
}

.menu--item {
    cursor: pointer;
    pointer-events: all;
    transition: all 0.4s ease-in-out;
}

#music {
    /* transform: translateX(-100%); */
    border-radius: 50%;
    top: 3px;
    box-shadow: 0 0 0 0 #000, 0 0 0 0 #000;
    cursor: pointer;
    height: 38px;
    position: relative;
    pointer-events: all;
    right: 34px;
    transition: 1.1s cubic-bezier(.19, 1, .22, 1);
    width: 38px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#music img{
    margin-top: 15px;
    margin-right: 0;
    height: 22px;
    margin-left: 2px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

#music:hover {
    box-shadow: 0 0 0 2px #5a3540, 0 0 0 2px #5a3540;
    cursor: pointer;
}

#header img {
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 7px;
    height: 30px;
}

/* About */

.about--container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1000;
}

.about--container.visible {
    display: flex;
}

.about--close {
    position: absolute;
    margin-left: auto;
    right: 10px;
    top: 10px;
    opacity: 0.4;
    pointer-events: all;
    transition: all 0.4s ease-in-out;
}

.about--close:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.about--box {
    display: flex;
    position: absolute;
    z-index: 5000;
    background: white;
    width: 440px;
    height: 480px;
    border-radius: 20px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 20px 7px #00000052;
    color: rgb(53, 53, 53);
    padding: 0 50px;
}

.about--title {
    margin-top: 60px;
    margin-bottom: 30px;
    align-self: flex-start;
    font-size: 34px;
}

.about--list {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    display: inline-flex;
}

.about--list>li {
    margin: 0 15px;
}

.about--list>li a {
    text-decoration: none;
    color: #000;
}

.about--buttons a {
    cursor: pointer;
    pointer-events: visible;
    transition: all 0.5s ease-out;
    padding: 15px 40px;
    border-radius: 50px;
    border: 1px solid;
    margin: 0 5px;
}

.about--buttons a:hover {
    background: black;
    color: white;
}

.cursor { 
    border: 2px solid #000;
	pointer-events: none;
	position: fixed; 
    top: 10px; 
    left: 10px;
	padding: 10px;
	/* background-color: #fff; */
	border-radius: 50%; 
	transform: translate(-50%, -50%);
	/* mix-blend-mode: difference; */
	transition: transform .8s ease, opacity 0.6s ease;
	z-index: 10000;
    display: none;
}

.cursor.collision {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0.1;
}

@media screen and (max-width: 768px) {
    .splash {
        display: flex;
        transform: none;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        margin: 0;
        width: 60vw;
        height: 50vh;
        top: 15vh;
        left: 20vw;
    }

    .splash h1 {
        font-size: 8vh;
        line-height: 7vh;
    }

    .splash h2 {
        font-size: 2vh;
    }

    .splash .progress .bar {
        border-right-width: 150px;
    }
    
    #header{
        width: 95vw;
        height: 70px;
    }

    #header h1{
        font-size: 20px;
        flex-grow: 1;
    }

    #music {
        right: 25px;
    }

    .about--box {
        background: white;
        width: 80%;
        height: 80%;
        padding: 0 30px;
        z-index: 10;
        line-height: 20px;
    }

    .about--list>li {
        margin: 0 0;
    }

    .about--buttons>a {
        padding: 15px 30px;
    }

    .cursor {
        display: none;
    }

    /* .point-2 .text {
        top: -60px;
        left: 30px;
    } */
}

/*# sourceMappingURL=main.css.map*/