.nav-toggler {
    position: fixed;
    z-index: 1002;
    top: 12px;
    left: 16px;
    height: 28px;
    width: 32px;
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.line {
    top: 25%;
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #a2cceb;
    transition: transform 0.3s ease-out, opacity 0.1s ease-out;
}

.l1 {
    transform: translateY(-9px);
}

.l3 {
    transform: translateY(9px);
}

.nav-toggler.active .l1 {
    transform: translateY(0%) rotate(45deg);
}

.nav-toggler.active .l2 {
    opacity: 0;
}

.nav-toggler.active .l3 {
    transform: translateY(0%) rotate(-45deg);
}

nav {
    position: fixed;
    width: 12%;
    height: 101%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #073a59;
    border-right: 0.3px solid black;
    border-radius: 0.5rem;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(.17,.67,.17,.67);
    z-index: 1001;
}

nav.active {
    transform: translate(-1%);
}

nav a {
    font-family: Quicksand, sans-serif;
    color: #011622;
    font-size: 100%;
    display: flex;
    margin: 10% 0;
    text-decoration: none;
    background-color: #a2cceb;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2rem;
    border-radius: 0.4rem;
}

nav a:hover {
    background-color: #2a658a;
}

#ingame {
    position: fixed;
    z-index: 1002;
    border-radius: 20%;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a2cceb;
    width: 70%;
    height: 5%;
    border-radius: 20px;
}

.wallpaper {
    height: 55rem;
    background-color: #073a5985;
    background-image: linear-gradient( #00000049, #073a59 );
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav-menu {
    position: relative;
}

#logo {
    margin-left: 90%;
}

#header-box, #nav-ui button {
    margin-left: 10%;
}

body #arrow-down {
    display: flex;
    flex-direction: row;
    justify-self: center;
    align-items: end;
    position: fixed;
}

#arrow-down {
    background-color: #ffffff00;
    top: 80%;
    left: 48.75%;
    border: none;
    z-index: 1;
}

#title {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 60px;
    margin: 0;
}

h2 {
    font-size: 30px;
    margin: 0.5rem 0 0 0;
}

body #footer-box {
    width: 100%;
    height: 5.10%;
    width: 100%;
    bottom: 0;
    background-color: #173344;
    z-index: 100;
}

body header {
    background-color: #173344;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.level-one{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


#footer-box a {
    font-family: Quicksand, sans-serif;
    color: #0a1d29;
    display: flex;
    text-decoration: none;
}

t {
    color: #265370;
}

#footer-box a:hover {
    background-color: #1d445e8e;
    border-radius: 0.4rem;
}

#footer-box .level-two{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 1rem;
}

.level-two p {
    color: black;
    font-size: 12px;
}

#footer-box .level-three{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 1rem;
    font-size: small;
}

nav fieldset {
    color: #447797;
    border-top: 0.15rem dashed #834206ec;
    border-right: 0 dashed #ffffff00;
    border-left: 0 dashed #ffffff00;
    border-bottom: 0 dashed #ffffff00;
    border-radius: 1rem;
}

nav legend {
    padding: 0.5rem;
}

#field-ing legend {
    margin-left: 25%;
}

#field-rp legend {
    margin-left: 0%;
}

#field-outofgame legend {
    margin-left: 18%;
}

#bar {
    background-color: #011622;
    padding: 0.02%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

@media screen and (max-width: 1024px) {
    nav {
        width: 30%;
    }

    #logo {
        margin-left: 85%;
    }

    .wallpaper {
        height: 40rem;
    }
}

@media screen and (max-width: 768px) {
    nav {
        width: 50%;
    }

    nav a {
        font-size: 90%;
    }

    #logo {
        margin-left: 80%;
    }

    #logo img {
        width: 40px;
        height: auto;
    }

    .wallpaper {
        height: 45rem;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 22px;
    }

    #arrow-down {
        left: 45%;
    }

    #arrow-down img {
        width: 45px;
        height: auto;
    }

    .level-one img {
        max-width: 100%;
        height: auto;
    }

    .level-two p {
        font-size: 11px;
        text-align: center;
    }

    nav fieldset {
        margin: 0.5rem 0;
    }

    #field-ing legend,
    #field-rp legend,
    #field-outofgame legend {
        margin-left: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    nav {
        width: 100%;
        height: 100%;
    }

    #logo {
        margin-left: 75%;
    }

    #logo img {
        width: 35px;
    }

    .wallpaper {
        height: 40rem;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 18px;
    }

    #arrow-down {
        left: 42%;
        top: 75%;
    }

    #arrow-down img {
        width: 35px;
    }

    #footer-box .level-three {
        font-size: 10px;
        flex-wrap: wrap;
    }

    .level-two p {
        font-size: 10px;
    }
}
